From 4604114db975345cad5da8c09e0f03cdcf4bb2b8 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Thu, 1 Dec 2022 15:17:48 -0800 Subject: [PATCH 1/2] Use DevXAPI test endpoint. --- tools/DownloadOpenApiDoc.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/DownloadOpenApiDoc.ps1 b/tools/DownloadOpenApiDoc.ps1 index 4b630c2b8b2..54af1a95644 100644 --- a/tools/DownloadOpenApiDoc.ps1 +++ b/tools/DownloadOpenApiDoc.ps1 @@ -12,7 +12,7 @@ if (-not (Test-Path $OpenApiDocOutput)) { New-Item -Path $OpenApiDocOutput -Type Directory } -$OpenApiBaseUrl = "https://graphexplorerapi.azurewebsites.net" +$OpenApiBaseUrl = "https://devxapitest.azurewebsites.net" $OpenApiServiceUrl = ("$OpenApiBaseUrl/`$openapi?tags={0}&title=$ModuleName&openapiversion=3&style=Powershell&graphVersion=$GraphVersion" -f $ModuleRegex) if ($ForceRefresh.IsPresent) { $OpenApiServiceUrl = "$OpenApiServiceUrl&forceRefresh=true" From d53ba7efe89018f3c0548c4543c0f79a6e245932 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Fri, 2 Dec 2022 09:09:46 -0800 Subject: [PATCH 2/2] Update OpenAPI docs. --- openApiDocs/beta/Applications.yml | 1129 +- openApiDocs/beta/Bookings.yml | 284 +- openApiDocs/beta/Calendar.yml | 9441 +++------ openApiDocs/beta/ChangeNotifications.yml | 17 +- openApiDocs/beta/CloudCommunications.yml | 607 +- openApiDocs/beta/Compliance.yml | 1074 +- openApiDocs/beta/CrossDeviceExperiences.yml | 177 +- openApiDocs/beta/DeviceManagement.Actions.yml | 286 +- .../beta/DeviceManagement.Administration.yml | 1707 +- .../beta/DeviceManagement.Enrollment.yml | 841 +- .../beta/DeviceManagement.Functions.yml | 126 +- openApiDocs/beta/DeviceManagement.yml | 4196 ++-- openApiDocs/beta/Devices.CloudPrint.yml | 1104 +- .../beta/Devices.CorporateManagement.yml | 1872 +- .../beta/Devices.ServiceAnnouncement.yml | 125 +- openApiDocs/beta/DirectoryObjects.yml | 39 +- openApiDocs/beta/Education.yml | 1582 +- openApiDocs/beta/Files.yml | 8701 ++------- openApiDocs/beta/Financials.yml | 2432 +-- openApiDocs/beta/Groups.yml | 1197 +- .../beta/Identity.DirectoryManagement.yml | 1279 +- openApiDocs/beta/Identity.Governance.yml | 15991 +++------------ openApiDocs/beta/Identity.SignIns.yml | 2625 +-- openApiDocs/beta/Mail.yml | 588 +- openApiDocs/beta/ManagedTenants.yml | 962 +- openApiDocs/beta/Notes.yml | 3000 +-- openApiDocs/beta/People.yml | 386 +- openApiDocs/beta/PersonalContacts.yml | 409 +- openApiDocs/beta/Planner.yml | 1097 +- openApiDocs/beta/Reports.yml | 947 +- openApiDocs/beta/SchemaExtensions.yml | 14 +- openApiDocs/beta/Search.yml | 226 +- openApiDocs/beta/Security.yml | 1658 +- openApiDocs/beta/Sites.yml | 10114 ++-------- openApiDocs/beta/Teams.yml | 6240 ++---- openApiDocs/beta/Users.Actions.yml | 378 +- openApiDocs/beta/Users.Functions.yml | 254 +- openApiDocs/beta/Users.yml | 1052 +- openApiDocs/beta/WindowsUpdates.yml | 202 +- openApiDocs/v1.0/Applications.yml | 427 +- openApiDocs/v1.0/Bookings.yml | 166 +- openApiDocs/v1.0/Calendar.yml | 3681 +--- openApiDocs/v1.0/ChangeNotifications.yml | 17 +- openApiDocs/v1.0/CloudCommunications.yml | 378 +- openApiDocs/v1.0/Compliance.yml | 10 +- openApiDocs/v1.0/CrossDeviceExperiences.yml | 50 +- openApiDocs/v1.0/DeviceManagement.Actions.yml | 40 +- .../v1.0/DeviceManagement.Administration.yml | 286 +- .../v1.0/DeviceManagement.Enrollment.yml | 97 +- .../v1.0/DeviceManagement.Functions.yml | 12 +- openApiDocs/v1.0/DeviceManagement.yml | 654 +- openApiDocs/v1.0/Devices.CloudPrint.yml | 292 +- .../v1.0/Devices.CorporateManagement.yml | 846 +- .../v1.0/Devices.ServiceAnnouncement.yml | 123 +- openApiDocs/v1.0/DirectoryObjects.yml | 39 +- openApiDocs/v1.0/Education.yml | 1405 +- openApiDocs/v1.0/Files.yml | 6318 ++---- openApiDocs/v1.0/Groups.yml | 1025 +- .../v1.0/Identity.DirectoryManagement.yml | 661 +- openApiDocs/v1.0/Identity.Governance.yml | 2161 +- openApiDocs/v1.0/Identity.SignIns.yml | 1414 +- openApiDocs/v1.0/Mail.yml | 527 +- openApiDocs/v1.0/Notes.yml | 3000 +-- openApiDocs/v1.0/People.yml | 100 +- openApiDocs/v1.0/PersonalContacts.yml | 409 +- openApiDocs/v1.0/Planner.yml | 948 +- openApiDocs/v1.0/Reports.yml | 568 +- openApiDocs/v1.0/SchemaExtensions.yml | 14 +- openApiDocs/v1.0/Search.yml | 131 +- openApiDocs/v1.0/Security.yml | 820 +- openApiDocs/v1.0/Sites.yml | 16295 ++-------------- openApiDocs/v1.0/Teams.yml | 3959 ++-- openApiDocs/v1.0/Users.Actions.yml | 212 +- openApiDocs/v1.0/Users.Functions.yml | 154 +- openApiDocs/v1.0/Users.yml | 532 +- 75 files changed, 33136 insertions(+), 98994 deletions(-) diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index bc557af5c80..5cd28f2a4d5 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -201,7 +201,7 @@ paths: - synchronization type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' default: $ref: '#/components/responses/error' @@ -226,7 +226,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.application' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -336,75 +336,12 @@ paths: - synchronization type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' - links: - appManagementPolicies: - operationId: applications.ListAppManagementPolicies - parameters: - application-id: $request.path.application-id - createdOnBehalfOf: - operationId: applications.GetCreatedOnBehalfGraphOPre - parameters: - application-id: $request.path.application-id - extensionProperties: - operationId: applications.ListExtensionProperties - parameters: - application-id: $request.path.application-id - federatedIdentityCredentials: - operationId: applications.ListFederatedIdentityCredentials - parameters: - application-id: $request.path.application-id - homeRealmDiscoveryPolicies: - operationId: applications.ListHomeRealmDiscoveryPolicies - parameters: - application-id: $request.path.application-id - owners: - operationId: applications.ListOwners - parameters: - application-id: $request.path.application-id - tokenIssuancePolicies: - operationId: applications.ListTokenIssuancePolicies - parameters: - application-id: $request.path.application-id - tokenLifetimePolicies: - operationId: applications.ListTokenLifetimePolicies - parameters: - application-id: $request.path.application-id - connectorGroup: - operationId: applications.GetConnectorGroup - parameters: - application-id: $request.path.application-id - synchronization: - operationId: applications.GetSynchronization - parameters: - application-id: $request.path.application-id - addKey: - operationId: applications.application.addKey - addPassword: - operationId: applications.application.addPassword - checkMemberGroups: - operationId: applications.application.checkMemberGroups - checkMemberObjects: - operationId: applications.application.checkMemberObjects - getMemberGroups: - operationId: applications.application.getMemberGroups - getMemberObjects: - operationId: applications.application.getMemberObjects - removeKey: - operationId: applications.application.removeKey - removePassword: - operationId: applications.application.removePassword - restore: - operationId: applications.application.restore - setVerifiedPublisher: - operationId: applications.application.setVerifiedPublisher - unsetVerifiedPublisher: - operationId: applications.application.unsetVerifiedPublisher default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -434,8 +371,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.application' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.application' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -545,7 +486,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appManagementPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -640,7 +581,7 @@ paths: - restrictions desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -719,21 +660,12 @@ paths: - members type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectorGroup' - links: - applications: - operationId: applications.ConnectorGroup.ListApplications - parameters: - application-id: $request.path.application-id - members: - operationId: applications.ConnectorGroup.ListMembers - parameters: - application-id: $request.path.application-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -754,21 +686,12 @@ paths: type: string x-ms-docs-key-type: application responses: - '200': + 2XX: description: Retrieved navigation property link content: application/json: schema: type: string - links: - applications: - operationId: applications.ConnectorGroup.ListApplications - parameters: - application-id: $request.path.application-id - members: - operationId: applications.ConnectorGroup.ListMembers - parameters: - application-id: $request.path.application-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -862,7 +785,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -951,7 +874,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -985,7 +908,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extensionProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1049,7 +972,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1088,8 +1011,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extensionProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extensionProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1204,7 +1131,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.federatedIdentityCredentialCollectionResponse' default: $ref: '#/components/responses/error' @@ -1238,7 +1165,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1301,7 +1228,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1340,8 +1267,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1454,7 +1385,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -1517,18 +1448,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' - links: - appliesTo: - operationId: applications.HomeRealmDiscoveryPolicies.ListAppliesTo - parameters: - application-id: $request.path.application-id - homeRealmDiscoveryPolicy-id: $request.path.homeRealmDiscoveryPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1549,7 +1474,7 @@ paths: type: string x-ms-docs-key-type: application responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1624,7 +1549,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1665,7 +1590,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1708,7 +1633,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1760,7 +1685,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1816,7 +1741,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1868,7 +1793,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1990,7 +1915,7 @@ paths: type: string x-ms-docs-key-type: application responses: - '200': + 2XX: description: Success content: application/json: @@ -2136,7 +2061,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -2236,7 +2161,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -2311,25 +2236,12 @@ paths: - templates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronization' - links: - jobs: - operationId: applications.Synchronization.ListJobs - parameters: - application-id: $request.path.application-id - templates: - operationId: applications.Synchronization.ListTemplates - parameters: - application-id: $request.path.application-id - acquireAccessToken: - operationId: applications.application.synchronization.acquireAccessToken - Ping: - operationId: applications.application.synchronization.Ping default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2355,8 +2267,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.synchronization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2462,7 +2378,7 @@ paths: - schema type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.synchronizationJobCollectionResponse' default: $ref: '#/components/responses/error' @@ -2496,7 +2412,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2560,30 +2476,12 @@ paths: - schema type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' - links: - schema: - operationId: applications.synchronization.Jobs.GetSchema - parameters: - application-id: $request.path.application-id - synchronizationJob-id: $request.path.synchronizationJob-id - pause: - operationId: applications.application.synchronization.jobs.synchronizationJob.pause - provisionOnDemand: - operationId: applications.application.synchronization.jobs.synchronizationJob.provisionOnDemand - restart: - operationId: applications.application.synchronization.jobs.synchronizationJob.restart - start: - operationId: applications.application.synchronization.jobs.synchronizationJob.start - stop: - operationId: applications.application.synchronization.jobs.synchronizationJob.stop - validateCredentials: - operationId: applications.application.synchronization.jobs.synchronizationJob.validateCredentials default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2617,8 +2515,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2731,7 +2633,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2960,24 +2862,12 @@ paths: - directories type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' - links: - directories: - operationId: applications.synchronization.jobs.Schema.ListDirectories - parameters: - application-id: $request.path.application-id - synchronizationJob-id: $request.path.synchronizationJob-id - filterOperators: - operationId: applications.application.synchronization.jobs.synchronizationJob.schema.filterOperators - functions: - operationId: applications.application.synchronization.jobs.synchronizationJob.schema.functions - parseExpression: - operationId: applications.application.synchronization.jobs.synchronizationJob.schema.parseExpression default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3015,8 +2905,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3139,7 +3033,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3177,7 +3071,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3249,15 +3143,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' - links: - discover: - operationId: applications.application.synchronization.jobs.synchronizationJob.schema.directories.directoryDefinition.discover default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3299,8 +3190,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3382,7 +3277,7 @@ paths: type: string x-ms-docs-key-type: directoryDefinition responses: - '200': + 2XX: description: Success content: application/json: @@ -3454,7 +3349,7 @@ paths: - supportedAttributeTypes desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3534,7 +3429,7 @@ paths: - parameters desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3602,7 +3497,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3711,7 +3606,7 @@ paths: type: string x-ms-docs-key-type: application responses: - '200': + 2XX: description: Success content: application/json: @@ -3808,7 +3703,7 @@ paths: - schema type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.synchronizationTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -3838,7 +3733,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3904,18 +3799,12 @@ paths: - schema type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' - links: - schema: - operationId: applications.synchronization.Templates.GetSchema - parameters: - application-id: $request.path.application-id - synchronizationTemplate-id: $request.path.synchronizationTemplate-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3949,8 +3838,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4041,24 +3934,12 @@ paths: - directories type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' - links: - directories: - operationId: applications.synchronization.templates.Schema.ListDirectories - parameters: - application-id: $request.path.application-id - synchronizationTemplate-id: $request.path.synchronizationTemplate-id - filterOperators: - operationId: applications.application.synchronization.templates.synchronizationTemplate.schema.filterOperators - functions: - operationId: applications.application.synchronization.templates.synchronizationTemplate.schema.functions - parseExpression: - operationId: applications.application.synchronization.templates.synchronizationTemplate.schema.parseExpression default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4092,8 +3973,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4216,7 +4101,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4254,7 +4139,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4326,15 +4211,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' - links: - discover: - operationId: applications.application.synchronization.templates.synchronizationTemplate.schema.directories.directoryDefinition.discover default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4376,8 +4258,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4459,7 +4345,7 @@ paths: type: string x-ms-docs-key-type: directoryDefinition responses: - '200': + 2XX: description: Success content: application/json: @@ -4531,7 +4417,7 @@ paths: - supportedAttributeTypes desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4611,7 +4497,7 @@ paths: - parameters desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4679,7 +4565,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4767,7 +4653,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenIssuancePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4865,7 +4751,7 @@ paths: - isOrganizationDefault desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -4974,7 +4860,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenLifetimePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5072,7 +4958,7 @@ paths: - isOrganizationDefault desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -5265,7 +5151,7 @@ paths: - onPremisesPublishing desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5321,7 +5207,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5367,7 +5253,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5500,7 +5386,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.applicationTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -5521,7 +5407,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.applicationTemplate' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -5584,15 +5470,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.applicationTemplate' - links: - instantiate: - operationId: applicationTemplates.applicationTemplate.instantiate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5618,8 +5501,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.applicationTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5682,7 +5569,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5784,7 +5671,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -5818,7 +5705,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5893,7 +5780,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5932,8 +5819,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6040,7 +5931,7 @@ paths: - publishedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onPremisesPublishingProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -6061,7 +5952,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingProfile' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -6123,33 +6014,12 @@ paths: - publishedResources type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingProfile' - links: - agentGroups: - operationId: onPremisesPublishingProfiles.ListAgentGroups - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - agents: - operationId: onPremisesPublishingProfiles.ListAgents - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroups: - operationId: onPremisesPublishingProfiles.ListConnectorGroups - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectors: - operationId: onPremisesPublishingProfiles.ListConnectors - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - publishedResources: - operationId: onPremisesPublishingProfiles.ListPublishedResources - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6175,8 +6045,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6281,7 +6155,7 @@ paths: - publishedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onPremisesAgentGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -6315,7 +6189,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6380,23 +6254,12 @@ paths: - publishedResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' - links: - agents: - operationId: onPremisesPublishingProfiles.AgentGroups.ListAgents - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - onPremisesAgentGroup-id: $request.path.onPremisesAgentGroup-id - publishedResources: - operationId: onPremisesPublishingProfiles.AgentGroups.ListPublishedResources - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - onPremisesAgentGroup-id: $request.path.onPremisesAgentGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6430,8 +6293,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6550,7 +6417,7 @@ paths: - agentGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onPremisesAgentCollectionResponse' default: $ref: '#/components/responses/error' @@ -6588,7 +6455,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6660,19 +6527,12 @@ paths: - agentGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' - links: - agentGroups: - operationId: onPremisesPublishingProfiles.agentGroups.Agents.ListAgentGroups - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - onPremisesAgentGroup-id: $request.path.onPremisesAgentGroup-id - onPremisesAgent-id: $request.path.onPremisesAgent-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6714,8 +6574,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6849,7 +6713,7 @@ paths: - publishedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onPremisesAgentGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -6972,7 +6836,7 @@ paths: - publishingType desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -7096,7 +6960,7 @@ paths: - agentGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.publishedResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -7134,7 +6998,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.publishedResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7205,19 +7069,12 @@ paths: - agentGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.publishedResource' - links: - agentGroups: - operationId: onPremisesPublishingProfiles.agentGroups.PublishedResources.ListAgentGroups - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - onPremisesAgentGroup-id: $request.path.onPremisesAgentGroup-id - publishedResource-id: $request.path.publishedResource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7259,8 +7116,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.publishedResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.publishedResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7394,7 +7255,7 @@ paths: - publishedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onPremisesAgentGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -7440,7 +7301,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7564,7 +7425,7 @@ paths: - publishingType desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -7686,7 +7547,7 @@ paths: - agentGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onPremisesAgentCollectionResponse' default: $ref: '#/components/responses/error' @@ -7716,7 +7577,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7780,18 +7641,12 @@ paths: - agentGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' - links: - agentGroups: - operationId: onPremisesPublishingProfiles.Agents.ListAgentGroups - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - onPremisesAgent-id: $request.path.onPremisesAgent-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7825,8 +7680,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7944,7 +7803,7 @@ paths: - publishedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onPremisesAgentGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -8051,7 +7910,7 @@ paths: - publishingType desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -8167,7 +8026,7 @@ paths: - members type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.connectorGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -8201,7 +8060,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.connectorGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8267,23 +8126,12 @@ paths: - members type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectorGroup' - links: - applications: - operationId: onPremisesPublishingProfiles.ConnectorGroups.ListApplications - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id - members: - operationId: onPremisesPublishingProfiles.ConnectorGroups.ListMembers - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8317,8 +8165,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.connectorGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.connectorGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8553,7 +8405,7 @@ paths: - synchronization type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' default: $ref: '#/components/responses/error' @@ -8674,73 +8526,12 @@ paths: - synchronization type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' - links: - appManagementPolicies: - operationId: onPremisesPublishingProfiles.connectorGroups.Applications.ListAppManagementPolicies - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id - application-id: $request.path.application-id - createdOnBehalfOf: - operationId: onPremisesPublishingProfiles.connectorGroups.Applications.GetCreatedOnBehalfGraphOPre - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id - application-id: $request.path.application-id - extensionProperties: - operationId: onPremisesPublishingProfiles.connectorGroups.Applications.ListExtensionProperties - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id - application-id: $request.path.application-id - federatedIdentityCredentials: - operationId: onPremisesPublishingProfiles.connectorGroups.Applications.ListFederatedIdentityCredentials - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id - application-id: $request.path.application-id - homeRealmDiscoveryPolicies: - operationId: onPremisesPublishingProfiles.connectorGroups.Applications.ListHomeRealmDiscoveryPolicies - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id - application-id: $request.path.application-id - owners: - operationId: onPremisesPublishingProfiles.connectorGroups.Applications.ListOwners - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id - application-id: $request.path.application-id - tokenIssuancePolicies: - operationId: onPremisesPublishingProfiles.connectorGroups.Applications.ListTokenIssuancePolicies - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id - application-id: $request.path.application-id - tokenLifetimePolicies: - operationId: onPremisesPublishingProfiles.connectorGroups.Applications.ListTokenLifetimePolicies - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id - application-id: $request.path.application-id - connectorGroup: - operationId: onPremisesPublishingProfiles.connectorGroups.Applications.GetConnectorGroup - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id - application-id: $request.path.application-id - synchronization: - operationId: onPremisesPublishingProfiles.connectorGroups.Applications.GetSynchronization - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connectorGroup-id: $request.path.connectorGroup-id - application-id: $request.path.application-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8777,7 +8568,7 @@ paths: type: string x-ms-docs-key-type: application responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -8909,7 +8700,7 @@ paths: - memberOf type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.connectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -9015,7 +8806,7 @@ paths: - status desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -9126,7 +8917,7 @@ paths: - memberOf type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.connectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -9156,7 +8947,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.connector' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9219,18 +9010,12 @@ paths: - memberOf type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connector' - links: - memberOf: - operationId: onPremisesPublishingProfiles.Connectors.ListMemberGraphOPre - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - connector-id: $request.path.connector-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9264,8 +9049,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.connector' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.connector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9386,7 +9175,7 @@ paths: - members type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.connectorGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -9495,7 +9284,7 @@ paths: - region desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -9606,7 +9395,7 @@ paths: - agentGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.publishedResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -9640,7 +9429,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.publishedResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9703,18 +9492,12 @@ paths: - agentGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.publishedResource' - links: - agentGroups: - operationId: onPremisesPublishingProfiles.PublishedResources.ListAgentGroups - parameters: - onPremisesPublishingProfile-id: $request.path.onPremisesPublishingProfile-id - publishedResource-id: $request.path.publishedResource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9748,8 +9531,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.publishedResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.publishedResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9867,7 +9654,7 @@ paths: - publishedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onPremisesAgentGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -9905,7 +9692,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesAgentGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10013,7 +9800,7 @@ paths: - publishingType desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -10268,7 +10055,7 @@ paths: - synchronization type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' default: $ref: '#/components/responses/error' @@ -10293,7 +10080,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -10421,105 +10208,12 @@ paths: - synchronization type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' - links: - appManagementPolicies: - operationId: servicePrincipals.ListAppManagementPolicies - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - appRoleAssignedTo: - operationId: servicePrincipals.ListAppRoleAssignedTo - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - appRoleAssignments: - operationId: servicePrincipals.ListAppRoleAssignments - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - claimsMappingPolicies: - operationId: servicePrincipals.ListClaimsMappingPolicies - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - createdObjects: - operationId: servicePrincipals.ListCreatedObjects - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - delegatedPermissionClassifications: - operationId: servicePrincipals.ListDelegatedPermissionClassifications - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - endpoints: - operationId: servicePrincipals.ListEndpoints - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - federatedIdentityCredentials: - operationId: servicePrincipals.ListFederatedIdentityCredentials - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - homeRealmDiscoveryPolicies: - operationId: servicePrincipals.ListHomeRealmDiscoveryPolicies - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - licenseDetails: - operationId: servicePrincipals.ListLicenseDetails - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - memberOf: - operationId: servicePrincipals.ListMemberGraphOPre - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - oauth2PermissionGrants: - operationId: servicePrincipals.ListOauth2PermissionGrants - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - ownedObjects: - operationId: servicePrincipals.ListOwnedObjects - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - owners: - operationId: servicePrincipals.ListOwners - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - tokenIssuancePolicies: - operationId: servicePrincipals.ListTokenIssuancePolicies - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - tokenLifetimePolicies: - operationId: servicePrincipals.ListTokenLifetimePolicies - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - transitiveMemberOf: - operationId: servicePrincipals.ListTransitiveMemberGraphOPre - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - synchronization: - operationId: servicePrincipals.GetSynchronization - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - addTokenSigningCertificate: - operationId: servicePrincipals.servicePrincipal.addTokenSigningCertificate - checkMemberGroups: - operationId: servicePrincipals.servicePrincipal.checkMemberGroups - checkMemberObjects: - operationId: servicePrincipals.servicePrincipal.checkMemberObjects - createPasswordSingleSignOnCredentials: - operationId: servicePrincipals.servicePrincipal.createPasswordSingleSignOnCredentials - deletePasswordSingleSignOnCredentials: - operationId: servicePrincipals.servicePrincipal.deletePasswordSingleSignOnCredentials - getMemberGroups: - operationId: servicePrincipals.servicePrincipal.getMemberGroups - getMemberObjects: - operationId: servicePrincipals.servicePrincipal.getMemberObjects - getPasswordSingleSignOnCredentials: - operationId: servicePrincipals.servicePrincipal.getPasswordSingleSignOnCredentials - restore: - operationId: servicePrincipals.servicePrincipal.restore - updatePasswordSingleSignOnCredentials: - operationId: servicePrincipals.servicePrincipal.updatePasswordSingleSignOnCredentials default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10549,8 +10243,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipal' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10660,7 +10358,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appManagementPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -10724,18 +10422,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' - links: - appliesTo: - operationId: servicePrincipals.AppManagementPolicies.ListAppliesTo - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - appManagementPolicy-id: $request.path.appManagementPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10822,7 +10514,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -10856,7 +10548,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10921,7 +10613,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10960,8 +10652,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11092,7 +10788,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -11126,7 +10822,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11201,7 +10897,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11240,8 +10936,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11358,7 +11058,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.claimsMappingPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -11456,7 +11156,7 @@ paths: - isOrganizationDefault desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -11551,7 +11251,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -11609,7 +11309,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11689,7 +11389,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.delegatedPermissionClassificationCollectionResponse' default: $ref: '#/components/responses/error' @@ -11723,7 +11423,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11784,7 +11484,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11823,8 +11523,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11939,7 +11643,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' default: $ref: '#/components/responses/error' @@ -11969,7 +11673,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.endpoint' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12033,7 +11737,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12072,8 +11776,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.endpoint' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.endpoint' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12184,7 +11892,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.federatedIdentityCredentialCollectionResponse' default: $ref: '#/components/responses/error' @@ -12214,7 +11922,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12276,7 +11984,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12315,8 +12023,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12433,7 +12145,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -12531,7 +12243,7 @@ paths: - isOrganizationDefault desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -12628,7 +12340,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.licenseDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -12658,7 +12370,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.licenseDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12718,7 +12430,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12757,8 +12469,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.licenseDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.licenseDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12871,7 +12587,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -12939,7 +12655,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12986,7 +12702,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13029,7 +12745,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13081,7 +12797,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13139,7 +12855,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13219,7 +12935,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13271,7 +12987,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13325,7 +13041,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13354,7 +13070,7 @@ paths: type: string x-ms-docs-key-type: servicePrincipal responses: - '200': + 2XX: description: Success content: application/json: @@ -13487,7 +13203,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -13551,7 +13267,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13625,7 +13341,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -13683,7 +13399,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13767,7 +13483,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -13867,7 +13583,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -13942,25 +13658,12 @@ paths: - templates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronization' - links: - jobs: - operationId: servicePrincipals.Synchronization.ListJobs - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - templates: - operationId: servicePrincipals.Synchronization.ListTemplates - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - acquireAccessToken: - operationId: servicePrincipals.servicePrincipal.synchronization.acquireAccessToken - Ping: - operationId: servicePrincipals.servicePrincipal.synchronization.Ping default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13986,8 +13689,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.synchronization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14093,7 +13800,7 @@ paths: - schema type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.synchronizationJobCollectionResponse' default: $ref: '#/components/responses/error' @@ -14127,7 +13834,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14191,30 +13898,12 @@ paths: - schema type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' - links: - schema: - operationId: servicePrincipals.synchronization.Jobs.GetSchema - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - synchronizationJob-id: $request.path.synchronizationJob-id - pause: - operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.pause - provisionOnDemand: - operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.provisionOnDemand - restart: - operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.restart - start: - operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.start - stop: - operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.stop - validateCredentials: - operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.validateCredentials default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14248,8 +13937,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationJob' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14362,7 +14055,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14591,24 +14284,12 @@ paths: - directories type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' - links: - directories: - operationId: servicePrincipals.synchronization.jobs.Schema.ListDirectories - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - synchronizationJob-id: $request.path.synchronizationJob-id - filterOperators: - operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.schema.filterOperators - functions: - operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.schema.functions - parseExpression: - operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.schema.parseExpression default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14646,8 +14327,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14770,7 +14455,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -14808,7 +14493,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14880,15 +14565,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' - links: - discover: - operationId: servicePrincipals.servicePrincipal.synchronization.jobs.synchronizationJob.schema.directories.directoryDefinition.discover default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14930,8 +14612,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15013,7 +14699,7 @@ paths: type: string x-ms-docs-key-type: directoryDefinition responses: - '200': + 2XX: description: Success content: application/json: @@ -15085,7 +14771,7 @@ paths: - supportedAttributeTypes desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15165,7 +14851,7 @@ paths: - parameters desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15233,7 +14919,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15342,7 +15028,7 @@ paths: type: string x-ms-docs-key-type: servicePrincipal responses: - '200': + 2XX: description: Success content: application/json: @@ -15439,7 +15125,7 @@ paths: - schema type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.synchronizationTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -15469,7 +15155,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15535,18 +15221,12 @@ paths: - schema type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' - links: - schema: - operationId: servicePrincipals.synchronization.Templates.GetSchema - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - synchronizationTemplate-id: $request.path.synchronizationTemplate-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15580,8 +15260,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15672,24 +15356,12 @@ paths: - directories type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' - links: - directories: - operationId: servicePrincipals.synchronization.templates.Schema.ListDirectories - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - synchronizationTemplate-id: $request.path.synchronizationTemplate-id - filterOperators: - operationId: servicePrincipals.servicePrincipal.synchronization.templates.synchronizationTemplate.schema.filterOperators - functions: - operationId: servicePrincipals.servicePrincipal.synchronization.templates.synchronizationTemplate.schema.functions - parseExpression: - operationId: servicePrincipals.servicePrincipal.synchronization.templates.synchronizationTemplate.schema.parseExpression default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15723,8 +15395,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.synchronizationSchema' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15847,7 +15523,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15885,7 +15561,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15957,15 +15633,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' - links: - discover: - operationId: servicePrincipals.servicePrincipal.synchronization.templates.synchronizationTemplate.schema.directories.directoryDefinition.discover default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16007,8 +15680,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16090,7 +15767,7 @@ paths: type: string x-ms-docs-key-type: directoryDefinition responses: - '200': + 2XX: description: Success content: application/json: @@ -16162,7 +15839,7 @@ paths: - supportedAttributeTypes desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -16242,7 +15919,7 @@ paths: - parameters desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -16310,7 +15987,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16395,7 +16072,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenIssuancePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -16459,18 +16136,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' - links: - appliesTo: - operationId: servicePrincipals.TokenIssuancePolicies.ListAppliesTo - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - tokenIssuancePolicy-id: $request.path.tokenIssuancePolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16550,7 +16221,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenLifetimePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -16614,18 +16285,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' - links: - appliesTo: - operationId: servicePrincipals.TokenLifetimePolicies.ListAppliesTo - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - tokenLifetimePolicy-id: $request.path.tokenLifetimePolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16703,7 +16368,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -16770,7 +16435,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16952,7 +16617,7 @@ paths: - verifiedPublisher desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17008,7 +16673,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17054,7 +16719,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17196,7 +16861,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -17230,7 +16895,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17305,7 +16970,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17344,8 +17009,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17492,7 +17161,7 @@ components: $ref: '#/components/schemas/microsoft.graph.servicePrincipalLockConfiguration' signInAudience: type: string - description: 'Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not).' + description: 'Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).' nullable: true spa: $ref: '#/components/schemas/microsoft.graph.spaApplication' diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index ce594e16570..46186ac4e3a 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -108,7 +108,7 @@ paths: - staffMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingBusinessCollectionResponse' default: $ref: '#/components/responses/error' @@ -133,7 +133,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -210,43 +210,12 @@ paths: - staffMembers type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' - links: - appointments: - operationId: bookingBusinesses.ListAppointments - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - calendarView: - operationId: bookingBusinesses.ListCalendarView - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - customers: - operationId: bookingBusinesses.ListCustomers - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - customQuestions: - operationId: bookingBusinesses.ListCustomQuestions - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - services: - operationId: bookingBusinesses.ListServices - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - staffMembers: - operationId: bookingBusinesses.ListStaffMembers - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - getStaffAvailability: - operationId: bookingBusinesses.bookingBusiness.getStaffAvailability - publish: - operationId: bookingBusinesses.bookingBusiness.publish - unpublish: - operationId: bookingBusinesses.bookingBusiness.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -276,8 +245,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingBusiness' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -481,7 +454,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingAppointmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -515,7 +488,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -609,15 +582,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - links: - cancel: - operationId: bookingBusinesses.bookingBusiness.appointments.bookingAppointment.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -651,8 +621,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -922,7 +896,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingAppointmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -952,7 +926,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1062,15 +1036,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - links: - cancel: - operationId: bookingBusinesses.bookingBusiness.calendarView.bookingAppointment.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1104,8 +1075,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1263,7 +1238,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingCustomerCollectionResponse' default: $ref: '#/components/responses/error' @@ -1297,7 +1272,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCustomer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1359,7 +1334,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1398,8 +1373,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCustomer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingCustomer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1508,7 +1487,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingCustomQuestionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1538,7 +1517,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1599,7 +1578,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1638,8 +1617,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1715,7 +1698,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1912,7 +1895,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingServiceCollectionResponse' default: $ref: '#/components/responses/error' @@ -1946,7 +1929,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingService' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2025,7 +2008,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2064,8 +2047,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingService' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingService' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2192,7 +2179,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingStaffMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -2226,7 +2213,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2293,7 +2280,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2332,8 +2319,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingStaffMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2428,7 +2419,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingCurrencyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2449,7 +2440,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCurrency' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -2503,7 +2494,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -2534,8 +2525,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCurrency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingCurrency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2598,15 +2593,12 @@ paths: - businessScenarios type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.solutionsRoot' - links: - businessScenarios: - operationId: solutions.ListBusinessScenarios default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2623,8 +2615,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.solutionsRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2701,7 +2697,7 @@ paths: - planner type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.businessScenarioCollectionResponse' default: $ref: '#/components/responses/error' @@ -2722,7 +2718,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.businessScenario' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2780,17 +2776,12 @@ paths: - planner type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.businessScenario' - links: - planner: - operationId: solutions.BusinessScenarios.GetPlanner - parameters: - businessScenario-id: $request.path.businessScenario-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2816,8 +2807,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.businessScenario' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenario' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2893,27 +2888,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' - links: - planConfiguration: - operationId: solutions.businessScenarios.Planner.GetPlanConfiguration - parameters: - businessScenario-id: $request.path.businessScenario-id - taskConfiguration: - operationId: solutions.businessScenarios.Planner.GetTaskConfiguration - parameters: - businessScenario-id: $request.path.businessScenario-id - tasks: - operationId: solutions.businessScenarios.Planner.ListTasks - parameters: - businessScenario-id: $request.path.businessScenario-id - getPlan: - operationId: solutions.businessScenarios.businessScenario.planner.getPlan default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2939,8 +2919,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioPlanner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2998,7 +2982,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3055,17 +3039,12 @@ paths: - localizations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' - links: - localizations: - operationId: solutions.businessScenarios.planner.PlanConfiguration.ListLocalizations - parameters: - businessScenario-id: $request.path.businessScenario-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3091,8 +3070,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3189,7 +3172,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanConfigurationLocalizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -3219,7 +3202,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3279,7 +3262,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3318,8 +3301,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanConfigurationLocalization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3398,7 +3385,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3429,8 +3416,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3598,7 +3589,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.businessScenarioTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -3628,7 +3619,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3717,33 +3708,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' - links: - assignedToTaskBoardFormat: - operationId: solutions.businessScenarios.planner.Tasks.GetAssignedToTaskBoardFormat - parameters: - businessScenario-id: $request.path.businessScenario-id - businessScenarioTask-id: $request.path.businessScenarioTask-id - bucketTaskBoardFormat: - operationId: solutions.businessScenarios.planner.Tasks.GetBucketTaskBoardFormat - parameters: - businessScenario-id: $request.path.businessScenario-id - businessScenarioTask-id: $request.path.businessScenarioTask-id - details: - operationId: solutions.businessScenarios.planner.Tasks.GetDetails - parameters: - businessScenario-id: $request.path.businessScenario-id - businessScenarioTask-id: $request.path.businessScenarioTask-id - progressTaskBoardFormat: - operationId: solutions.businessScenarios.planner.Tasks.GetProgressTaskBoardFormat - parameters: - businessScenario-id: $request.path.businessScenario-id - businessScenarioTask-id: $request.path.businessScenarioTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3777,8 +3747,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessScenarioTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index 15308736fef..3493c6e05c7 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -56,37 +56,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - calendarView: - operationId: groups.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - events: - operationId: groups.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - multiValueExtendedProperties: - operationId: groups.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - singleValueExtendedProperties: - operationId: groups.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - allowedCalendarSharingRoles: - operationId: groups.group.calendar.allowedCalendarSharingRoles - getSchedule: - operationId: groups.group.calendar.getSchedule default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -151,7 +126,7 @@ paths: - role type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -185,7 +160,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -236,7 +211,7 @@ paths: - role type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -275,8 +250,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -512,7 +491,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -622,62 +601,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.CalendarView.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendar: - operationId: groups.calendar.CalendarView.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: groups.calendar.CalendarView.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - extensions: - operationId: groups.calendar.CalendarView.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - instances: - operationId: groups.calendar.CalendarView.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.calendar.CalendarView.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.calendar.CalendarView.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - accept: - operationId: groups.group.calendar.calendarView.event.accept - cancel: - operationId: groups.group.calendar.calendarView.event.cancel - decline: - operationId: groups.group.calendar.calendarView.event.decline - dismissReminder: - operationId: groups.group.calendar.calendarView.event.dismissReminder - forward: - operationId: groups.group.calendar.calendarView.event.forward - snoozeReminder: - operationId: groups.group.calendar.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -765,7 +694,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -807,7 +736,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -878,7 +807,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -987,38 +916,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.calendarView.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendarView: - operationId: groups.calendar.calendarView.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - events: - operationId: groups.calendar.calendarView.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1227,7 +1130,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -1347,69 +1250,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.calendarView.ExceptionOccurrences.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.calendar.calendarView.ExceptionOccurrences.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: groups.calendar.calendarView.ExceptionOccurrences.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.calendar.calendarView.ExceptionOccurrences.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.calendar.calendarView.ExceptionOccurrences.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.accept - cancel: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.cancel - decline: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1505,7 +1351,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -1555,7 +1401,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1634,7 +1480,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1759,43 +1605,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.calendarView.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.calendar.calendarView.exceptionOccurrences.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.calendar.calendarView.exceptionOccurrences.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1873,7 +1688,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1923,7 +1738,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1997,7 +1812,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2052,8 +1867,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2305,7 +2124,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -2415,76 +2234,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.calendarView.exceptionOccurrences.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: groups.calendar.calendarView.exceptionOccurrences.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: groups.calendar.calendarView.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: groups.calendar.calendarView.exceptionOccurrences.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: groups.calendar.calendarView.exceptionOccurrences.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.calendarView.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2588,7 +2343,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -2646,7 +2401,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2733,7 +2488,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2874,48 +2629,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: groups.calendar.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: groups.calendar.calendarView.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3001,7 +2720,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3059,7 +2778,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3141,7 +2860,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3204,8 +2923,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3353,7 +3076,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3407,7 +3130,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3490,7 +3213,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3553,8 +3276,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3702,7 +3429,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3756,7 +3483,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3839,7 +3566,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3902,8 +3629,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4043,7 +3774,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4089,7 +3820,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4164,7 +3895,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4219,8 +3950,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4352,7 +4087,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4398,7 +4133,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4473,7 +4208,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4528,8 +4263,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4649,7 +4388,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4691,7 +4430,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4757,7 +4496,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4804,8 +4543,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5041,7 +4784,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -5143,69 +4886,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.calendarView.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.calendar.calendarView.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: groups.calendar.calendarView.Instances.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.calendar.calendarView.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.calendar.calendarView.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.calendar.calendarView.event.instances.event.accept - cancel: - operationId: groups.group.calendar.calendarView.event.instances.event.cancel - decline: - operationId: groups.group.calendar.calendarView.event.instances.event.decline - dismissReminder: - operationId: groups.group.calendar.calendarView.event.instances.event.dismissReminder - forward: - operationId: groups.group.calendar.calendarView.event.instances.event.forward - snoozeReminder: - operationId: groups.group.calendar.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5301,7 +4987,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -5351,7 +5037,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5430,7 +5116,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5555,43 +5241,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.calendar.calendarView.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.calendar.calendarView.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5808,7 +5463,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -5936,76 +5591,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.calendarView.instances.ExceptionOccurrences.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: groups.calendar.calendarView.instances.ExceptionOccurrences.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: groups.calendar.calendarView.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: groups.calendar.calendarView.instances.ExceptionOccurrences.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: groups.calendar.calendarView.instances.ExceptionOccurrences.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: groups.group.calendar.calendarView.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: groups.group.calendar.calendarView.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: groups.group.calendar.calendarView.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: groups.group.calendar.calendarView.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: groups.group.calendar.calendarView.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: groups.group.calendar.calendarView.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.calendarView.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6109,7 +5700,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -6167,7 +5758,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6254,7 +5845,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6395,48 +5986,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: groups.calendar.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: groups.calendar.calendarView.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6522,7 +6077,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6580,7 +6135,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6662,7 +6217,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6725,8 +6280,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6874,7 +6433,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6928,7 +6487,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7011,7 +6570,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7074,8 +6633,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7223,7 +6786,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7277,7 +6840,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7360,7 +6923,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7423,8 +6986,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7560,7 +7127,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7610,7 +7177,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7684,7 +7251,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7739,8 +7306,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7872,7 +7443,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7918,7 +7489,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7993,7 +7564,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8048,8 +7619,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8181,7 +7756,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8227,7 +7802,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8302,7 +7877,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8357,8 +7932,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8482,7 +8061,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8520,7 +8099,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8587,7 +8166,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8634,8 +8213,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8751,7 +8334,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8789,7 +8372,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8856,7 +8439,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8903,8 +8486,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9132,7 +8719,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -9166,7 +8753,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9261,62 +8848,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.Events.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendar: - operationId: groups.calendar.Events.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: groups.calendar.Events.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - extensions: - operationId: groups.calendar.Events.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - instances: - operationId: groups.calendar.Events.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.calendar.Events.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.calendar.Events.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - accept: - operationId: groups.group.calendar.events.event.accept - cancel: - operationId: groups.group.calendar.events.event.cancel - decline: - operationId: groups.group.calendar.events.event.decline - dismissReminder: - operationId: groups.group.calendar.events.event.dismissReminder - forward: - operationId: groups.group.calendar.events.event.forward - snoozeReminder: - operationId: groups.group.calendar.events.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9350,8 +8887,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9473,7 +9014,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -9515,7 +9056,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9586,7 +9127,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9695,38 +9236,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.events.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendarView: - operationId: groups.calendar.events.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - events: - operationId: groups.calendar.events.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.calendar.events.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.calendar.events.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9935,7 +9450,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -10055,69 +9570,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.events.ExceptionOccurrences.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.calendar.events.ExceptionOccurrences.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: groups.calendar.events.ExceptionOccurrences.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.calendar.events.ExceptionOccurrences.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.calendar.events.ExceptionOccurrences.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.events.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.events.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.accept - cancel: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.cancel - decline: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10213,7 +9671,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -10263,7 +9721,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10342,7 +9800,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10467,43 +9925,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.events.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.calendar.events.exceptionOccurrences.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.calendar.events.exceptionOccurrences.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.events.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.events.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10581,7 +10008,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -10631,7 +10058,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10705,7 +10132,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10760,8 +10187,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11013,7 +10444,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -11123,76 +10554,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.events.exceptionOccurrences.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: groups.calendar.events.exceptionOccurrences.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: groups.calendar.events.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: groups.calendar.events.exceptionOccurrences.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: groups.calendar.events.exceptionOccurrences.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendar.events.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendar.events.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.events.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11296,7 +10663,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -11354,7 +10721,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11441,7 +10808,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11582,48 +10949,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.events.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: groups.calendar.events.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: groups.calendar.events.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendar.events.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendar.events.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11709,7 +11040,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -11767,7 +11098,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11849,7 +11180,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11912,8 +11243,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12061,7 +11396,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -12115,7 +11450,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12198,7 +11533,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12261,8 +11596,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12410,7 +11749,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -12464,7 +11803,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12547,7 +11886,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12610,8 +11949,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12751,7 +12094,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -12797,7 +12140,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12872,7 +12215,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12927,8 +12270,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13060,7 +12407,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -13106,7 +12453,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13181,7 +12528,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13236,8 +12583,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13357,7 +12708,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -13399,7 +12750,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13465,7 +12816,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13512,8 +12863,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13749,7 +13104,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -13851,69 +13206,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.events.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.calendar.events.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: groups.calendar.events.Instances.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.calendar.events.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.calendar.events.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.events.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.events.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.calendar.events.event.instances.event.accept - cancel: - operationId: groups.group.calendar.events.event.instances.event.cancel - decline: - operationId: groups.group.calendar.events.event.instances.event.decline - dismissReminder: - operationId: groups.group.calendar.events.event.instances.event.dismissReminder - forward: - operationId: groups.group.calendar.events.event.instances.event.forward - snoozeReminder: - operationId: groups.group.calendar.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14009,7 +13307,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -14059,7 +13357,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14138,7 +13436,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14263,43 +13561,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.events.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.calendar.events.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.calendar.events.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14516,7 +13783,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -14644,76 +13911,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.events.instances.ExceptionOccurrences.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: groups.calendar.events.instances.ExceptionOccurrences.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: groups.calendar.events.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: groups.calendar.events.instances.ExceptionOccurrences.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: groups.calendar.events.instances.ExceptionOccurrences.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendar.events.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendar.events.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: groups.group.calendar.events.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: groups.group.calendar.events.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: groups.group.calendar.events.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: groups.group.calendar.events.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: groups.group.calendar.events.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: groups.group.calendar.events.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.events.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14817,7 +14020,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -14875,7 +14078,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14962,7 +14165,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15103,48 +14306,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.events.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: groups.calendar.events.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: groups.calendar.events.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendar.events.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendar.events.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15230,7 +14397,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15288,7 +14455,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15370,7 +14537,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15433,8 +14600,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15582,7 +14753,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -15636,7 +14807,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15719,7 +14890,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15782,8 +14953,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15931,7 +15106,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -15985,7 +15160,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16068,7 +15243,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16131,8 +15306,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16268,7 +15447,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -16318,7 +15497,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16392,7 +15571,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16447,8 +15626,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16580,7 +15763,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -16626,7 +15809,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16701,7 +15884,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16756,8 +15939,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16889,7 +16076,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -16935,7 +16122,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17010,7 +16197,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17065,8 +16252,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17190,7 +16381,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -17228,7 +16419,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17295,7 +16486,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17342,8 +16533,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17459,7 +16654,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -17497,7 +16692,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17564,7 +16759,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17611,8 +16806,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17720,7 +16919,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -17750,7 +16949,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17809,7 +17008,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17848,8 +17047,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17949,7 +17152,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -17979,7 +17182,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18038,7 +17241,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18077,8 +17280,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18314,7 +17521,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -18424,62 +17631,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.CalendarView.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendar: - operationId: groups.CalendarView.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: groups.CalendarView.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - extensions: - operationId: groups.CalendarView.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - instances: - operationId: groups.CalendarView.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.CalendarView.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.CalendarView.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - accept: - operationId: groups.group.calendarView.event.accept - cancel: - operationId: groups.group.calendarView.event.cancel - decline: - operationId: groups.group.calendarView.event.decline - dismissReminder: - operationId: groups.group.calendarView.event.dismissReminder - forward: - operationId: groups.group.calendarView.event.forward - snoozeReminder: - operationId: groups.group.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18567,7 +17724,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -18609,7 +17766,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18680,7 +17837,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18789,38 +17946,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendarView.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendarView: - operationId: groups.calendarView.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - events: - operationId: groups.calendarView.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19029,7 +18160,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -19149,69 +18280,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendarView.ExceptionOccurrences.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.calendarView.ExceptionOccurrences.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: groups.calendarView.ExceptionOccurrences.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.calendarView.ExceptionOccurrences.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.calendarView.ExceptionOccurrences.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendarView.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendarView.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.accept - cancel: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.cancel - decline: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19307,7 +18381,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -19357,7 +18431,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19436,7 +18510,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19561,43 +18635,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendarView.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.calendarView.exceptionOccurrences.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.calendarView.exceptionOccurrences.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendarView.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendarView.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19675,7 +18718,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -19725,7 +18768,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19799,7 +18842,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19854,8 +18897,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20107,7 +19154,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -20217,76 +19264,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendarView.exceptionOccurrences.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: groups.calendarView.exceptionOccurrences.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: groups.calendarView.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: groups.calendarView.exceptionOccurrences.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: groups.calendarView.exceptionOccurrences.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendarView.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendarView.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendarView.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20390,7 +19373,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -20448,7 +19431,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20535,7 +19518,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20676,48 +19659,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: groups.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: groups.calendarView.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendarView.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendarView.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20803,7 +19750,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -20861,7 +19808,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20943,7 +19890,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21006,8 +19953,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21155,7 +20106,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -21209,7 +20160,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21292,7 +20243,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21355,8 +20306,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21504,7 +20459,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -21558,7 +20513,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21641,7 +20596,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21704,8 +20659,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21845,7 +20804,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -21891,7 +20850,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21966,7 +20925,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22021,8 +20980,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22154,7 +21117,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -22200,7 +21163,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22275,7 +21238,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22330,8 +21293,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22451,7 +21418,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -22493,7 +21460,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22559,7 +21526,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22606,8 +21573,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22843,7 +21814,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -22945,69 +21916,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendarView.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.calendarView.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: groups.calendarView.Instances.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.calendarView.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.calendarView.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.calendarView.event.instances.event.accept - cancel: - operationId: groups.group.calendarView.event.instances.event.cancel - decline: - operationId: groups.group.calendarView.event.instances.event.decline - dismissReminder: - operationId: groups.group.calendarView.event.instances.event.dismissReminder - forward: - operationId: groups.group.calendarView.event.instances.event.forward - snoozeReminder: - operationId: groups.group.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23103,7 +22017,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -23153,7 +22067,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23232,7 +22146,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23357,43 +22271,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.calendarView.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.calendarView.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23610,7 +22493,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -23738,76 +22621,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendarView.instances.ExceptionOccurrences.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: groups.calendarView.instances.ExceptionOccurrences.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: groups.calendarView.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: groups.calendarView.instances.ExceptionOccurrences.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: groups.calendarView.instances.ExceptionOccurrences.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendarView.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendarView.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: groups.group.calendarView.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: groups.group.calendarView.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: groups.group.calendarView.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: groups.group.calendarView.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: groups.group.calendarView.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: groups.group.calendarView.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendarView.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23911,7 +22730,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -23969,7 +22788,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24056,7 +22875,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24197,48 +23016,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: groups.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: groups.calendarView.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.calendarView.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.calendarView.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24324,7 +23107,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -24382,7 +23165,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24464,7 +23247,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24527,8 +23310,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24676,7 +23463,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -24730,7 +23517,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24813,7 +23600,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24876,8 +23663,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25025,7 +23816,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -25079,7 +23870,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25162,7 +23953,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25225,8 +24016,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25362,7 +24157,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -25412,7 +24207,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25486,7 +24281,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25541,8 +24336,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25674,7 +24473,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -25720,7 +24519,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25795,7 +24594,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25850,8 +24649,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25983,7 +24786,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -26029,7 +24832,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26104,7 +24907,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26159,8 +24962,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26284,7 +25091,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -26322,7 +25129,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26389,7 +25196,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26436,8 +25243,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26553,7 +25364,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -26591,7 +25402,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26658,7 +25469,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26705,8 +25516,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26934,7 +25749,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -26968,7 +25783,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27063,62 +25878,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.Events.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendar: - operationId: groups.Events.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: groups.Events.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - extensions: - operationId: groups.Events.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - instances: - operationId: groups.Events.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.Events.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.Events.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - accept: - operationId: groups.group.events.event.accept - cancel: - operationId: groups.group.events.event.cancel - decline: - operationId: groups.group.events.event.decline - dismissReminder: - operationId: groups.group.events.event.dismissReminder - forward: - operationId: groups.group.events.event.forward - snoozeReminder: - operationId: groups.group.events.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27152,8 +25917,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27275,7 +26044,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -27317,7 +26086,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27388,7 +26157,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27497,38 +26266,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.events.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendarView: - operationId: groups.events.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - events: - operationId: groups.events.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.events.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.events.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27737,7 +26480,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -27857,69 +26600,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.events.ExceptionOccurrences.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.events.ExceptionOccurrences.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: groups.events.ExceptionOccurrences.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.events.ExceptionOccurrences.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.events.ExceptionOccurrences.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.events.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.events.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.events.event.exceptionOccurrences.event.accept - cancel: - operationId: groups.group.events.event.exceptionOccurrences.event.cancel - decline: - operationId: groups.group.events.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: groups.group.events.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: groups.group.events.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: groups.group.events.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.events.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28015,7 +26701,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -28065,7 +26751,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28144,7 +26830,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28269,43 +26955,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.events.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.events.exceptionOccurrences.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.events.exceptionOccurrences.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.events.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.events.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28383,7 +27038,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -28433,7 +27088,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28507,7 +27162,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28562,8 +27217,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28815,7 +27474,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -28925,76 +27584,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.events.exceptionOccurrences.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: groups.events.exceptionOccurrences.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: groups.events.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: groups.events.exceptionOccurrences.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: groups.events.exceptionOccurrences.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.events.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.events.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: groups.group.events.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: groups.group.events.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: groups.group.events.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: groups.group.events.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: groups.group.events.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: groups.group.events.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.events.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29098,7 +27693,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -29156,7 +27751,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29243,7 +27838,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29384,48 +27979,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.events.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: groups.events.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: groups.events.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.events.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.events.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29511,7 +28070,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -29569,7 +28128,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29651,7 +28210,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29714,8 +28273,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29863,7 +28426,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -29917,7 +28480,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30000,7 +28563,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30063,8 +28626,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30212,7 +28779,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -30266,7 +28833,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30349,7 +28916,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30412,8 +28979,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30553,7 +29124,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -30599,7 +29170,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30674,7 +29245,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30729,8 +29300,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30862,7 +29437,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -30908,7 +29483,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30983,7 +29558,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31038,8 +29613,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31159,7 +29738,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -31201,7 +29780,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31267,7 +29846,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31314,8 +29893,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31551,7 +30134,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -31653,69 +30236,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.events.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.events.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: groups.events.Instances.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.events.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.events.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.events.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.events.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.events.event.instances.event.accept - cancel: - operationId: groups.group.events.event.instances.event.cancel - decline: - operationId: groups.group.events.event.instances.event.decline - dismissReminder: - operationId: groups.group.events.event.instances.event.dismissReminder - forward: - operationId: groups.group.events.event.instances.event.forward - snoozeReminder: - operationId: groups.group.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31811,7 +30337,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -31861,7 +30387,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31940,7 +30466,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32065,43 +30591,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.events.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.events.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.events.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32318,7 +30813,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -32446,76 +30941,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.events.instances.ExceptionOccurrences.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: groups.events.instances.ExceptionOccurrences.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: groups.events.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: groups.events.instances.ExceptionOccurrences.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: groups.events.instances.ExceptionOccurrences.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.events.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.events.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: groups.group.events.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: groups.group.events.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: groups.group.events.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: groups.group.events.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: groups.group.events.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: groups.group.events.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.events.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32619,7 +31050,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -32677,7 +31108,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32764,7 +31195,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32905,48 +31336,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.events.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: groups.events.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: groups.events.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: groups.events.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: groups.events.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33032,7 +31427,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -33090,7 +31485,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33172,7 +31567,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33235,8 +31630,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33384,7 +31783,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -33438,7 +31837,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33521,7 +31920,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33584,8 +31983,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33733,7 +32136,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -33787,7 +32190,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33870,7 +32273,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33933,8 +32336,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34070,7 +32477,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -34120,7 +32527,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34194,7 +32601,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34249,8 +32656,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34382,7 +32793,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -34428,7 +32839,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34503,7 +32914,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34558,8 +32969,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34691,7 +33106,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -34737,7 +33152,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34812,7 +33227,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34867,8 +33282,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34992,7 +33411,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -35030,7 +33449,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35097,7 +33516,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35144,8 +33563,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35261,7 +33684,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -35299,7 +33722,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35366,7 +33789,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35413,8 +33836,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35523,7 +33950,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.placeCollectionResponse' default: $ref: '#/components/responses/error' @@ -35544,7 +33971,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.place' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -35601,7 +34028,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -35636,8 +34063,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.place' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.place' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35720,37 +34151,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarView: - operationId: users.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - events: - operationId: users.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - multiValueExtendedProperties: - operationId: users.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - singleValueExtendedProperties: - operationId: users.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - allowedCalendarSharingRoles: - operationId: users.user.calendar.allowedCalendarSharingRoles - getSchedule: - operationId: users.user.calendar.getSchedule default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35780,8 +34186,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35846,7 +34256,7 @@ paths: - role type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -35880,7 +34290,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35931,7 +34341,7 @@ paths: - role type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35970,8 +34380,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36207,7 +34621,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -36317,62 +34731,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.CalendarView.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendar: - operationId: users.calendar.CalendarView.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: users.calendar.CalendarView.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - extensions: - operationId: users.calendar.CalendarView.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - instances: - operationId: users.calendar.CalendarView.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendar.CalendarView.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendar.CalendarView.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendar.calendarView.event.accept - cancel: - operationId: users.user.calendar.calendarView.event.cancel - decline: - operationId: users.user.calendar.calendarView.event.decline - dismissReminder: - operationId: users.user.calendar.calendarView.event.dismissReminder - forward: - operationId: users.user.calendar.calendarView.event.forward - snoozeReminder: - operationId: users.user.calendar.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36460,7 +34824,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -36502,7 +34866,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36573,7 +34937,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -36682,38 +35046,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.calendarView.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendar.calendarView.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - events: - operationId: users.calendar.calendarView.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendar.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendar.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36922,7 +35260,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -37042,69 +35380,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.calendarView.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendar.calendarView.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendar.calendarView.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendar.calendarView.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendar.calendarView.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.calendarView.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.calendarView.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37200,7 +35481,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -37250,7 +35531,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37329,7 +35610,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37454,43 +35735,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.calendarView.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendar.calendarView.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendar.calendarView.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.calendarView.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.calendarView.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37568,7 +35818,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -37618,7 +35868,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37692,7 +35942,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37747,8 +35997,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38000,7 +36254,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -38110,76 +36364,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.calendarView.exceptionOccurrences.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendar.calendarView.exceptionOccurrences.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendar.calendarView.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendar.calendarView.exceptionOccurrences.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendar.calendarView.exceptionOccurrences.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendar.calendarView.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendar.calendarView.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.calendarView.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38283,7 +36473,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -38341,7 +36531,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38428,7 +36618,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38569,48 +36759,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendar.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendar.calendarView.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendar.calendarView.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendar.calendarView.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38696,7 +36850,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -38754,7 +36908,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38836,7 +36990,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38899,8 +37053,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39048,7 +37206,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -39102,7 +37260,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39185,7 +37343,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39248,8 +37406,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39397,7 +37559,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -39451,7 +37613,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39534,7 +37696,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39597,8 +37759,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39738,7 +37904,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -39784,7 +37950,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39859,7 +38025,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39914,8 +38080,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40047,7 +38217,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -40093,7 +38263,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40168,7 +38338,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40223,8 +38393,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40344,7 +38518,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -40386,7 +38560,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40452,7 +38626,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40499,8 +38673,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40736,7 +38914,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -40838,69 +39016,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.calendarView.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendar.calendarView.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendar.calendarView.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendar.calendarView.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendar.calendarView.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendar.calendarView.event.instances.event.accept - cancel: - operationId: users.user.calendar.calendarView.event.instances.event.cancel - decline: - operationId: users.user.calendar.calendarView.event.instances.event.decline - dismissReminder: - operationId: users.user.calendar.calendarView.event.instances.event.dismissReminder - forward: - operationId: users.user.calendar.calendarView.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendar.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40996,7 +39117,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -41046,7 +39167,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41125,7 +39246,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41250,43 +39371,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendar.calendarView.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendar.calendarView.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41503,7 +39593,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -41631,76 +39721,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.calendarView.instances.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendar.calendarView.instances.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendar.calendarView.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendar.calendarView.instances.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendar.calendarView.instances.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendar.calendarView.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendar.calendarView.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendar.calendarView.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendar.calendarView.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendar.calendarView.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendar.calendarView.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendar.calendarView.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendar.calendarView.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.calendarView.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41804,7 +39830,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -41862,7 +39888,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41949,7 +39975,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42090,48 +40116,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendar.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendar.calendarView.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendar.calendarView.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendar.calendarView.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42217,7 +40207,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -42275,7 +40265,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42357,7 +40347,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42420,8 +40410,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42569,7 +40563,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -42623,7 +40617,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42706,7 +40700,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42769,8 +40763,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42918,7 +40916,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -42972,7 +40970,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43055,7 +41053,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43118,8 +41116,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43255,7 +41257,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -43305,7 +41307,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43379,7 +41381,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43434,8 +41436,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43567,7 +41573,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -43613,7 +41619,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43688,7 +41694,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43743,8 +41749,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43876,7 +41886,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -43922,7 +41932,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43997,7 +42007,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44052,8 +42062,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44177,7 +42191,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -44215,7 +42229,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44282,7 +42296,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44329,8 +42343,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44446,7 +42464,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -44484,7 +42502,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44551,7 +42569,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44598,8 +42616,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44827,7 +42849,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -44861,7 +42883,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44956,62 +42978,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.Events.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendar: - operationId: users.calendar.Events.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: users.calendar.Events.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - extensions: - operationId: users.calendar.Events.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - instances: - operationId: users.calendar.Events.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendar.Events.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendar.Events.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendar.events.event.accept - cancel: - operationId: users.user.calendar.events.event.cancel - decline: - operationId: users.user.calendar.events.event.decline - dismissReminder: - operationId: users.user.calendar.events.event.dismissReminder - forward: - operationId: users.user.calendar.events.event.forward - snoozeReminder: - operationId: users.user.calendar.events.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45045,8 +43017,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45168,7 +43144,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -45210,7 +43186,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45281,7 +43257,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -45390,38 +43366,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.events.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendar.events.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - events: - operationId: users.calendar.events.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendar.events.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendar.events.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45630,7 +43580,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -45750,69 +43700,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.events.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendar.events.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendar.events.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendar.events.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendar.events.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.events.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.events.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45908,7 +43801,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -45958,7 +43851,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46037,7 +43930,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -46162,43 +44055,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.events.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendar.events.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendar.events.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.events.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.events.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46276,7 +44138,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -46326,7 +44188,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46400,7 +44262,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -46455,8 +44317,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46708,7 +44574,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -46818,76 +44684,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.events.exceptionOccurrences.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendar.events.exceptionOccurrences.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendar.events.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendar.events.exceptionOccurrences.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendar.events.exceptionOccurrences.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendar.events.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendar.events.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.events.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46991,7 +44793,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -47049,7 +44851,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -47136,7 +44938,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -47277,48 +45079,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.events.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendar.events.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendar.events.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendar.events.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendar.events.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47404,7 +45170,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -47462,7 +45228,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -47544,7 +45310,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -47607,8 +45373,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47756,7 +45526,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -47810,7 +45580,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -47893,7 +45663,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -47956,8 +45726,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48105,7 +45879,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -48159,7 +45933,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -48242,7 +46016,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -48305,8 +46079,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48446,7 +46224,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -48492,7 +46270,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -48567,7 +46345,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -48622,8 +46400,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48755,7 +46537,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -48801,7 +46583,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -48876,7 +46658,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -48931,8 +46713,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49052,7 +46838,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -49094,7 +46880,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49160,7 +46946,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -49207,8 +46993,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49444,7 +47234,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -49546,69 +47336,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.events.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendar.events.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendar.events.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendar.events.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendar.events.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.events.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.events.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendar.events.event.instances.event.accept - cancel: - operationId: users.user.calendar.events.event.instances.event.cancel - decline: - operationId: users.user.calendar.events.event.instances.event.decline - dismissReminder: - operationId: users.user.calendar.events.event.instances.event.dismissReminder - forward: - operationId: users.user.calendar.events.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendar.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49704,7 +47437,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -49754,7 +47487,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49833,7 +47566,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -49958,43 +47691,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.events.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendar.events.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendar.events.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50211,7 +47913,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -50339,76 +48041,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.events.instances.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendar.events.instances.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendar.events.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendar.events.instances.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendar.events.instances.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendar.events.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendar.events.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendar.events.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendar.events.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendar.events.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendar.events.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendar.events.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendar.events.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.events.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50512,7 +48150,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -50570,7 +48208,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -50657,7 +48295,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -50798,48 +48436,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.events.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendar.events.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendar.events.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendar.events.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendar.events.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50925,7 +48527,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -50983,7 +48585,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -51065,7 +48667,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -51128,8 +48730,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51277,7 +48883,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -51331,7 +48937,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -51414,7 +49020,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -51477,8 +49083,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51626,7 +49236,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -51680,7 +49290,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -51763,7 +49373,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -51826,8 +49436,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51963,7 +49577,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -52013,7 +49627,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52087,7 +49701,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -52142,8 +49756,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52275,7 +49893,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -52321,7 +49939,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52396,7 +50014,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -52451,8 +50069,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52584,7 +50206,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -52630,7 +50252,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52705,7 +50327,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -52760,8 +50382,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52885,7 +50511,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -52923,7 +50549,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52990,7 +50616,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -53037,8 +50663,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53154,7 +50784,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -53192,7 +50822,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -53259,7 +50889,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -53306,8 +50936,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53415,7 +51049,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -53445,7 +51079,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -53504,7 +51138,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -53543,8 +51177,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53644,7 +51282,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -53674,7 +51312,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -53733,7 +51371,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -53772,8 +51410,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53870,7 +51512,7 @@ paths: - calendars type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -53904,7 +51546,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -53954,18 +51596,12 @@ paths: - calendars type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' - links: - calendars: - operationId: users.CalendarGroups.ListCalendars - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53999,8 +51635,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54148,7 +51788,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' default: $ref: '#/components/responses/error' @@ -54190,7 +51830,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -54265,47 +51905,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.Calendars.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - calendarView: - operationId: users.calendarGroups.Calendars.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - events: - operationId: users.calendarGroups.Calendars.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - multiValueExtendedProperties: - operationId: users.calendarGroups.Calendars.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - singleValueExtendedProperties: - operationId: users.calendarGroups.Calendars.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - allowedCalendarSharingRoles: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.allowedCalendarSharingRoles - getSchedule: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.getSchedule default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54347,8 +51952,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54471,7 +52080,7 @@ paths: - role type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -54521,7 +52130,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -54588,7 +52197,7 @@ paths: - role type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -54643,8 +52252,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54896,7 +52509,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -55006,76 +52619,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.CalendarView.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendar: - operationId: users.calendarGroups.calendars.CalendarView.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: users.calendarGroups.calendars.CalendarView.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - extensions: - operationId: users.calendarGroups.calendars.CalendarView.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - instances: - operationId: users.calendarGroups.calendars.CalendarView.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.CalendarView.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.CalendarView.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55179,7 +52728,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -55237,7 +52786,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55324,7 +52873,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -55465,48 +53014,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.calendarView.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendarGroups.calendars.calendarView.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - events: - operationId: users.calendarGroups.calendars.calendarView.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55731,7 +53244,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -55867,83 +53380,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.calendarView.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendarGroups.calendars.calendarView.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendarGroups.calendars.calendarView.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendarGroups.calendars.calendarView.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendarGroups.calendars.calendarView.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56055,7 +53497,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -56121,7 +53563,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56216,7 +53658,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -56373,53 +53815,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56513,7 +53914,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -56579,7 +53980,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56669,7 +54070,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -56740,8 +54141,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57025,7 +54430,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -57151,90 +54556,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57354,7 +54681,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -57428,7 +54755,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -57531,7 +54858,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -57704,58 +55031,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57857,7 +55138,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -57931,7 +55212,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58029,7 +55310,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -58108,8 +55389,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58289,7 +55574,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -58359,7 +55644,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58458,7 +55743,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -58537,8 +55822,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58718,7 +56007,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -58788,7 +56077,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58887,7 +56176,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -58966,8 +56255,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59139,7 +56432,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -59201,7 +56494,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -59292,7 +56585,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -59363,8 +56656,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59528,7 +56825,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -59590,7 +56887,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -59681,7 +56978,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -59752,8 +57049,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59905,7 +57206,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -59963,7 +57264,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60045,7 +57346,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -60108,8 +57409,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60377,7 +57682,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -60495,83 +57800,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.calendarView.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendarGroups.calendars.calendarView.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendarGroups.calendars.calendarView.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendarGroups.calendars.calendarView.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendarGroups.calendars.calendarView.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60683,7 +57917,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -60749,7 +57983,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60844,7 +58078,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -61001,53 +58235,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendarGroups.calendars.calendarView.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendarGroups.calendars.calendarView.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61280,7 +58473,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -61424,90 +58617,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.calendarView.instances.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendarGroups.calendars.calendarView.instances.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendarGroups.calendars.calendarView.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendarGroups.calendars.calendarView.instances.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendarGroups.calendars.calendarView.instances.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61627,7 +58742,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -61701,7 +58816,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -61804,7 +58919,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -61977,58 +59092,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendarGroups.calendars.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendarGroups.calendars.calendarView.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62130,7 +59199,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -62204,7 +59273,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62302,7 +59371,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -62381,8 +59450,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62562,7 +59635,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -62632,7 +59705,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62731,7 +59804,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -62810,8 +59883,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62991,7 +60068,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -63061,7 +60138,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63160,7 +60237,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -63239,8 +60316,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63408,7 +60489,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -63474,7 +60555,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63564,7 +60645,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -63635,8 +60716,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63800,7 +60885,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -63862,7 +60947,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63953,7 +61038,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -64024,8 +61109,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64189,7 +61278,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -64251,7 +61340,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -64342,7 +61431,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -64413,8 +61502,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64570,7 +61663,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -64624,7 +61717,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -64707,7 +61800,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -64770,8 +61863,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64919,7 +62016,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -64973,7 +62070,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -65056,7 +62153,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -65119,8 +62216,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65380,7 +62481,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -65430,7 +62531,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -65541,76 +62642,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.Events.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendar: - operationId: users.calendarGroups.calendars.Events.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: users.calendarGroups.calendars.Events.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - extensions: - operationId: users.calendarGroups.calendars.Events.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - instances: - operationId: users.calendarGroups.calendars.Events.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.Events.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.Events.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65660,8 +62697,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65815,7 +62856,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -65873,7 +62914,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -65960,7 +63001,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -66101,48 +63142,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.events.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendarGroups.calendars.events.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - events: - operationId: users.calendarGroups.calendars.events.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66367,7 +63372,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -66503,83 +63508,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.events.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendarGroups.calendars.events.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendarGroups.calendars.events.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendarGroups.calendars.events.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendarGroups.calendars.events.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66691,7 +63625,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -66757,7 +63691,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -66852,7 +63786,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -67009,53 +63943,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67149,7 +64042,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -67215,7 +64108,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -67305,7 +64198,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -67376,8 +64269,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67661,7 +64558,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -67787,90 +64684,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67990,7 +64809,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -68064,7 +64883,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -68167,7 +64986,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -68340,58 +65159,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68493,7 +65266,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -68567,7 +65340,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -68665,7 +65438,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -68744,8 +65517,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68925,7 +65702,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -68995,7 +65772,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -69094,7 +65871,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -69173,8 +65950,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69354,7 +66135,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -69424,7 +66205,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -69523,7 +66304,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -69602,8 +66383,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69775,7 +66560,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -69837,7 +66622,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -69928,7 +66713,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -69999,8 +66784,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70164,7 +66953,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -70226,7 +67015,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -70317,7 +67106,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -70388,8 +67177,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70541,7 +67334,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -70599,7 +67392,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -70681,7 +67474,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -70744,8 +67537,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71013,7 +67810,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -71131,83 +67928,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.events.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendarGroups.calendars.events.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendarGroups.calendars.events.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendarGroups.calendars.events.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendarGroups.calendars.events.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71319,7 +68045,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -71385,7 +68111,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -71480,7 +68206,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -71637,53 +68363,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.events.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendarGroups.calendars.events.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendarGroups.calendars.events.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71916,7 +68601,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -72060,90 +68745,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.events.instances.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendarGroups.calendars.events.instances.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendarGroups.calendars.events.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendarGroups.calendars.events.instances.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendarGroups.calendars.events.instances.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72263,7 +68870,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -72337,7 +68944,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -72440,7 +69047,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -72613,58 +69220,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.events.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendarGroups.calendars.events.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendarGroups.calendars.events.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72766,7 +69327,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -72840,7 +69401,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -72938,7 +69499,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -73017,8 +69578,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73198,7 +69763,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -73268,7 +69833,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -73367,7 +69932,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -73446,8 +70011,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73627,7 +70196,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -73697,7 +70266,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -73796,7 +70365,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -73875,8 +70444,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74044,7 +70617,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -74110,7 +70683,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -74200,7 +70773,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -74271,8 +70844,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74436,7 +71013,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -74498,7 +71075,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -74589,7 +71166,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -74660,8 +71237,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74825,7 +71406,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -74887,7 +71468,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -74978,7 +71559,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -75049,8 +71630,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75206,7 +71791,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -75260,7 +71845,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -75343,7 +71928,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -75406,8 +71991,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75555,7 +72144,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -75609,7 +72198,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -75692,7 +72281,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -75755,8 +72344,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75896,7 +72489,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -75942,7 +72535,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -76017,7 +72610,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -76072,8 +72665,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76205,7 +72802,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -76251,7 +72848,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -76326,7 +72923,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -76381,8 +72978,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76538,7 +73139,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' default: $ref: '#/components/responses/error' @@ -76572,7 +73173,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -76639,42 +73240,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.Calendars.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - calendarView: - operationId: users.Calendars.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - events: - operationId: users.Calendars.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - multiValueExtendedProperties: - operationId: users.Calendars.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - singleValueExtendedProperties: - operationId: users.Calendars.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - allowedCalendarSharingRoles: - operationId: users.user.calendars.calendar.allowedCalendarSharingRoles - getSchedule: - operationId: users.user.calendars.calendar.getSchedule default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76708,8 +73279,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76816,7 +73391,7 @@ paths: - role type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -76858,7 +73433,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -76917,7 +73492,7 @@ paths: - role type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -76964,8 +73539,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -77217,7 +73796,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -77335,69 +73914,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.CalendarView.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendar: - operationId: users.calendars.CalendarView.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: users.calendars.CalendarView.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - extensions: - operationId: users.calendars.CalendarView.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - instances: - operationId: users.calendars.CalendarView.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendars.CalendarView.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendars.CalendarView.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendars.calendar.calendarView.event.accept - cancel: - operationId: users.user.calendars.calendar.calendarView.event.cancel - decline: - operationId: users.user.calendars.calendar.calendarView.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.calendarView.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.calendarView.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -77493,7 +74015,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -77543,7 +74065,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -77622,7 +74144,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -77747,43 +74269,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.calendarView.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendars.calendarView.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - events: - operationId: users.calendars.calendarView.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendars.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendars.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78000,7 +74491,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -78128,76 +74619,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.calendarView.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendars.calendarView.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendars.calendarView.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendars.calendarView.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendars.calendarView.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.calendarView.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.calendarView.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78301,7 +74728,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -78359,7 +74786,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -78446,7 +74873,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -78587,48 +75014,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.calendarView.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendars.calendarView.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendars.calendarView.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.calendarView.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.calendarView.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78714,7 +75105,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -78772,7 +75163,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -78854,7 +75245,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -78917,8 +75308,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79186,7 +75581,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -79304,83 +75699,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.calendarView.exceptionOccurrences.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendars.calendarView.exceptionOccurrences.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendars.calendarView.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendars.calendarView.exceptionOccurrences.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendars.calendarView.exceptionOccurrences.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendars.calendarView.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendars.calendarView.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.calendarView.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79492,7 +75816,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -79558,7 +75882,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -79653,7 +75977,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -79810,53 +76134,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendars.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendars.calendarView.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendars.calendarView.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendars.calendarView.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79950,7 +76233,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -80016,7 +76299,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -80106,7 +76389,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -80177,8 +76460,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -80342,7 +76629,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -80404,7 +76691,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -80495,7 +76782,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -80566,8 +76853,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -80731,7 +77022,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -80793,7 +77084,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -80884,7 +77175,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -80955,8 +77246,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81112,7 +77407,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -81166,7 +77461,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -81249,7 +77544,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -81312,8 +77607,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81461,7 +77760,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -81515,7 +77814,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -81598,7 +77897,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -81661,8 +77960,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81798,7 +78101,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -81848,7 +78151,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -81922,7 +78225,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -81977,8 +78280,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82230,7 +78537,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -82340,76 +78647,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.calendarView.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendars.calendarView.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendars.calendarView.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendars.calendarView.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendars.calendarView.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.accept - cancel: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.cancel - decline: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82513,7 +78756,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -82571,7 +78814,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -82658,7 +78901,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -82799,48 +79042,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendars.calendarView.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendars.calendarView.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83065,7 +79272,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -83201,83 +79408,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.calendarView.instances.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendars.calendarView.instances.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendars.calendarView.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendars.calendarView.instances.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendars.calendarView.instances.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendars.calendarView.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendars.calendarView.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83389,7 +79525,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -83455,7 +79591,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -83550,7 +79686,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -83707,53 +79843,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendars.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendars.calendarView.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendars.calendarView.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendars.calendarView.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83847,7 +79942,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -83913,7 +80008,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -84003,7 +80098,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -84074,8 +80169,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84239,7 +80338,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -84301,7 +80400,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -84392,7 +80491,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -84463,8 +80562,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84628,7 +80731,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -84690,7 +80793,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -84781,7 +80884,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -84852,8 +80955,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85005,7 +81112,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -85063,7 +81170,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -85145,7 +81252,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -85208,8 +81315,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85357,7 +81468,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -85411,7 +81522,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -85494,7 +81605,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -85557,8 +81668,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85706,7 +81821,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -85760,7 +81875,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -85843,7 +81958,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -85906,8 +82021,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86047,7 +82166,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -86093,7 +82212,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -86168,7 +82287,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -86223,8 +82342,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86356,7 +82479,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -86402,7 +82525,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -86477,7 +82600,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -86532,8 +82655,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86777,7 +82904,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -86819,7 +82946,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -86922,69 +83049,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.Events.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendar: - operationId: users.calendars.Events.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: users.calendars.Events.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - extensions: - operationId: users.calendars.Events.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - instances: - operationId: users.calendars.Events.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendars.Events.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendars.Events.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendars.calendar.events.event.accept - cancel: - operationId: users.user.calendars.calendar.events.event.cancel - decline: - operationId: users.user.calendars.calendar.events.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.events.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.events.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.events.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87026,8 +83096,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87165,7 +83239,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -87215,7 +83289,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -87294,7 +83368,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -87419,43 +83493,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.events.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendars.events.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - events: - operationId: users.calendars.events.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendars.events.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendars.events.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87672,7 +83715,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -87800,76 +83843,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.events.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendars.events.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendars.events.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendars.events.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendars.events.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.events.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.events.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87973,7 +83952,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -88031,7 +84010,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -88118,7 +84097,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -88259,48 +84238,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.events.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendars.events.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendars.events.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.events.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.events.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88386,7 +84329,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -88444,7 +84387,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -88526,7 +84469,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -88589,8 +84532,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88858,7 +84805,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -88976,83 +84923,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.events.exceptionOccurrences.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendars.events.exceptionOccurrences.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendars.events.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendars.events.exceptionOccurrences.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendars.events.exceptionOccurrences.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendars.events.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendars.events.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.events.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89164,7 +85040,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -89230,7 +85106,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -89325,7 +85201,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -89482,53 +85358,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.events.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendars.events.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendars.events.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendars.events.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendars.events.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89622,7 +85457,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -89688,7 +85523,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -89778,7 +85613,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -89849,8 +85684,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90014,7 +85853,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -90076,7 +85915,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -90167,7 +86006,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -90238,8 +86077,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90403,7 +86246,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -90465,7 +86308,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -90556,7 +86399,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -90627,8 +86470,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90784,7 +86631,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -90838,7 +86685,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -90921,7 +86768,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -90984,8 +86831,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91133,7 +86984,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -91187,7 +87038,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -91270,7 +87121,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -91333,8 +87184,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91470,7 +87325,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -91520,7 +87375,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -91594,7 +87449,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -91649,8 +87504,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91902,7 +87761,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -92012,76 +87871,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.events.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendars.events.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendars.events.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendars.events.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendars.events.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.events.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.events.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendars.calendar.events.event.instances.event.accept - cancel: - operationId: users.user.calendars.calendar.events.event.instances.event.cancel - decline: - operationId: users.user.calendars.calendar.events.event.instances.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.events.event.instances.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.events.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92185,7 +87980,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -92243,7 +88038,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -92330,7 +88125,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -92471,48 +88266,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.events.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendars.events.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendars.events.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92737,7 +88496,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -92873,83 +88632,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.events.instances.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendars.events.instances.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendars.events.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendars.events.instances.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendars.events.instances.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendars.events.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendars.events.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.events.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93061,7 +88749,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -93127,7 +88815,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -93222,7 +88910,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -93379,53 +89067,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.events.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendars.events.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendars.events.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendars.events.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendars.events.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93519,7 +89166,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -93585,7 +89232,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -93675,7 +89322,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -93746,8 +89393,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93911,7 +89562,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -93973,7 +89624,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -94064,7 +89715,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -94135,8 +89786,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94300,7 +89955,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -94362,7 +90017,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -94453,7 +90108,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -94524,8 +90179,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94677,7 +90336,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -94735,7 +90394,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -94817,7 +90476,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -94880,8 +90539,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95029,7 +90692,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -95083,7 +90746,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -95166,7 +90829,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -95229,8 +90892,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95378,7 +91045,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -95432,7 +91099,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -95515,7 +91182,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -95578,8 +91245,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95719,7 +91390,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -95765,7 +91436,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -95840,7 +91511,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -95895,8 +91566,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96028,7 +91703,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -96074,7 +91749,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -96149,7 +91824,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -96204,8 +91879,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96329,7 +92008,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -96367,7 +92046,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -96434,7 +92113,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -96481,8 +92160,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96598,7 +92281,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -96636,7 +92319,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -96703,7 +92386,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -96750,8 +92433,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96995,7 +92682,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -97105,62 +92792,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.CalendarView.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendar: - operationId: users.CalendarView.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: users.CalendarView.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - extensions: - operationId: users.CalendarView.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - instances: - operationId: users.CalendarView.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.CalendarView.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.CalendarView.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendarView.event.accept - cancel: - operationId: users.user.calendarView.event.cancel - decline: - operationId: users.user.calendarView.event.decline - dismissReminder: - operationId: users.user.calendarView.event.dismissReminder - forward: - operationId: users.user.calendarView.event.forward - snoozeReminder: - operationId: users.user.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97248,7 +92885,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -97290,7 +92927,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -97361,7 +92998,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -97470,38 +93107,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarView.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendarView.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - events: - operationId: users.calendarView.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97710,7 +93321,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -97830,69 +93441,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarView.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendarView.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendarView.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendarView.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendarView.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarView.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarView.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendarView.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendarView.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendarView.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendarView.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendarView.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendarView.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarView.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97988,7 +93542,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -98038,7 +93592,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -98117,7 +93671,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -98242,43 +93796,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarView.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendarView.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendarView.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarView.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarView.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98356,7 +93879,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -98406,7 +93929,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -98480,7 +94003,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -98535,8 +94058,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98788,7 +94315,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -98898,76 +94425,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarView.exceptionOccurrences.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendarView.exceptionOccurrences.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendarView.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendarView.exceptionOccurrences.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendarView.exceptionOccurrences.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarView.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarView.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendarView.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: users.user.calendarView.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: users.user.calendarView.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: users.user.calendarView.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: users.user.calendarView.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendarView.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarView.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99071,7 +94534,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -99129,7 +94592,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -99216,7 +94679,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -99357,48 +94820,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendarView.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendarView.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarView.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarView.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99484,7 +94911,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -99542,7 +94969,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -99624,7 +95051,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -99687,8 +95114,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99836,7 +95267,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -99890,7 +95321,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -99973,7 +95404,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -100036,8 +95467,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100185,7 +95620,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -100239,7 +95674,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -100322,7 +95757,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -100385,8 +95820,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100526,7 +95965,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -100572,7 +96011,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -100647,7 +96086,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -100702,8 +96141,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100835,7 +96278,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -100881,7 +96324,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -100956,7 +96399,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -101011,8 +96454,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101132,7 +96579,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -101174,7 +96621,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -101240,7 +96687,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -101287,8 +96734,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101524,7 +96975,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -101626,69 +97077,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarView.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendarView.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.calendarView.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendarView.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendarView.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendarView.event.instances.event.accept - cancel: - operationId: users.user.calendarView.event.instances.event.cancel - decline: - operationId: users.user.calendarView.event.instances.event.decline - dismissReminder: - operationId: users.user.calendarView.event.instances.event.dismissReminder - forward: - operationId: users.user.calendarView.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101784,7 +97178,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -101834,7 +97228,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -101913,7 +97307,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -102038,43 +97432,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendarView.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendarView.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102291,7 +97654,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -102419,76 +97782,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarView.instances.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.calendarView.instances.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.calendarView.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.calendarView.instances.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.calendarView.instances.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarView.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarView.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.calendarView.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.calendarView.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.calendarView.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.calendarView.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.calendarView.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.calendarView.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarView.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102592,7 +97891,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -102650,7 +97949,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -102737,7 +98036,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -102878,48 +98177,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.calendarView.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.calendarView.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.calendarView.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.calendarView.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103005,7 +98268,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -103063,7 +98326,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -103145,7 +98408,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -103208,8 +98471,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103357,7 +98624,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -103411,7 +98678,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -103494,7 +98761,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -103557,8 +98824,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103706,7 +98977,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -103760,7 +99031,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -103843,7 +99114,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -103906,8 +99177,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104043,7 +99318,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -104093,7 +99368,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -104167,7 +99442,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -104222,8 +99497,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104355,7 +99634,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -104401,7 +99680,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -104476,7 +99755,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -104531,8 +99810,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104664,7 +99947,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -104710,7 +99993,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -104785,7 +100068,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -104840,8 +100123,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104965,7 +100252,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -105003,7 +100290,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -105070,7 +100357,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -105117,8 +100404,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105234,7 +100525,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -105272,7 +100563,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -105339,7 +100630,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -105386,8 +100677,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105615,7 +100910,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -105649,7 +100944,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -105744,62 +101039,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.Events.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendar: - operationId: users.Events.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - exceptionOccurrences: - operationId: users.Events.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - extensions: - operationId: users.Events.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - instances: - operationId: users.Events.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.Events.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.Events.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - accept: - operationId: users.user.events.event.accept - cancel: - operationId: users.user.events.event.cancel - decline: - operationId: users.user.events.event.decline - dismissReminder: - operationId: users.user.events.event.dismissReminder - forward: - operationId: users.user.events.event.forward - snoozeReminder: - operationId: users.user.events.event.snoozeReminder - tentativelyAccept: - operationId: users.user.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105833,8 +101078,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105956,7 +101205,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -105998,7 +101247,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -106069,7 +101318,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -106178,38 +101427,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.events.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendarView: - operationId: users.events.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - events: - operationId: users.events.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.events.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.events.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106418,7 +101641,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -106538,69 +101761,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.events.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.events.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.events.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.events.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.events.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.events.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.events.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.events.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.events.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.events.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.events.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.events.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.events.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.events.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106696,7 +101862,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -106746,7 +101912,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -106825,7 +101991,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -106950,43 +102116,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.events.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.events.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.events.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.events.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.events.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107064,7 +102199,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -107114,7 +102249,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -107188,7 +102323,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -107243,8 +102378,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107496,7 +102635,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -107606,76 +102745,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.events.exceptionOccurrences.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.events.exceptionOccurrences.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.events.exceptionOccurrences.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.events.exceptionOccurrences.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.events.exceptionOccurrences.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.events.exceptionOccurrences.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.events.exceptionOccurrences.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.events.event.exceptionOccurrences.event.instances.event.accept - cancel: - operationId: users.user.events.event.exceptionOccurrences.event.instances.event.cancel - decline: - operationId: users.user.events.event.exceptionOccurrences.event.instances.event.decline - dismissReminder: - operationId: users.user.events.event.exceptionOccurrences.event.instances.event.dismissReminder - forward: - operationId: users.user.events.event.exceptionOccurrences.event.instances.event.forward - snoozeReminder: - operationId: users.user.events.event.exceptionOccurrences.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.events.event.exceptionOccurrences.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107779,7 +102854,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -107837,7 +102912,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -107924,7 +102999,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -108065,48 +103140,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.events.exceptionOccurrences.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.events.exceptionOccurrences.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.events.exceptionOccurrences.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.events.exceptionOccurrences.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.events.exceptionOccurrences.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108192,7 +103231,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -108250,7 +103289,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -108332,7 +103371,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -108395,8 +103434,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108544,7 +103587,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -108598,7 +103641,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -108681,7 +103724,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -108744,8 +103787,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108893,7 +103940,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -108947,7 +103994,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -109030,7 +104077,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -109093,8 +104140,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109234,7 +104285,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -109280,7 +104331,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -109355,7 +104406,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -109410,8 +104461,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109543,7 +104598,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -109589,7 +104644,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -109664,7 +104719,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -109719,8 +104774,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109840,7 +104899,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -109882,7 +104941,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -109948,7 +105007,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -109995,8 +105054,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110232,7 +105295,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -110334,69 +105397,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.events.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.events.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - exceptionOccurrences: - operationId: users.events.Instances.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.events.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.events.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.events.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.events.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.events.event.instances.event.accept - cancel: - operationId: users.user.events.event.instances.event.cancel - decline: - operationId: users.user.events.event.instances.event.decline - dismissReminder: - operationId: users.user.events.event.instances.event.dismissReminder - forward: - operationId: users.user.events.event.instances.event.forward - snoozeReminder: - operationId: users.user.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110492,7 +105498,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -110542,7 +105548,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -110621,7 +105627,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -110746,43 +105752,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.events.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.events.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.events.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110999,7 +105974,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -111127,76 +106102,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.events.instances.ExceptionOccurrences.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendar: - operationId: users.events.instances.ExceptionOccurrences.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - exceptionOccurrences: - operationId: users.events.instances.ExceptionOccurrences.ListExceptionOccurrences - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - extensions: - operationId: users.events.instances.ExceptionOccurrences.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - instances: - operationId: users.events.instances.ExceptionOccurrences.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.events.instances.ExceptionOccurrences.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.events.instances.ExceptionOccurrences.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - accept: - operationId: users.user.events.event.instances.event.exceptionOccurrences.event.accept - cancel: - operationId: users.user.events.event.instances.event.exceptionOccurrences.event.cancel - decline: - operationId: users.user.events.event.instances.event.exceptionOccurrences.event.decline - dismissReminder: - operationId: users.user.events.event.instances.event.exceptionOccurrences.event.dismissReminder - forward: - operationId: users.user.events.event.instances.event.exceptionOccurrences.event.forward - snoozeReminder: - operationId: users.user.events.event.instances.event.exceptionOccurrences.event.snoozeReminder - tentativelyAccept: - operationId: users.user.events.event.instances.event.exceptionOccurrences.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111300,7 +106211,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -111358,7 +106269,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -111445,7 +106356,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -111586,48 +106497,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.events.instances.exceptionOccurrences.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - calendarView: - operationId: users.events.instances.exceptionOccurrences.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - events: - operationId: users.events.instances.exceptionOccurrences.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - multiValueExtendedProperties: - operationId: users.events.instances.exceptionOccurrences.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 - singleValueExtendedProperties: - operationId: users.events.instances.exceptionOccurrences.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - event-id2: $request.path.event-id2 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111713,7 +106588,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -111771,7 +106646,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -111853,7 +106728,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -111916,8 +106791,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -112065,7 +106944,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -112119,7 +106998,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -112202,7 +107081,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -112265,8 +107144,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -112414,7 +107297,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -112468,7 +107351,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -112551,7 +107434,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -112614,8 +107497,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -112751,7 +107638,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -112801,7 +107688,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -112875,7 +107762,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -112930,8 +107817,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -113063,7 +107954,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -113109,7 +108000,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -113184,7 +108075,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -113239,8 +108130,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -113372,7 +108267,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -113418,7 +108313,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -113493,7 +108388,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -113548,8 +108443,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -113673,7 +108572,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -113711,7 +108610,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -113778,7 +108677,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -113825,8 +108724,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -113942,7 +108845,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -113980,7 +108883,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -114047,7 +108950,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -114094,8 +108997,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/ChangeNotifications.yml b/openApiDocs/beta/ChangeNotifications.yml index f7df21a0707..354583db7d6 100644 --- a/openApiDocs/beta/ChangeNotifications.yml +++ b/openApiDocs/beta/ChangeNotifications.yml @@ -46,7 +46,7 @@ paths: - resource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -71,7 +71,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -127,15 +127,12 @@ paths: - resource type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -165,8 +162,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index 1541a0fd5f4..c9a8c50be88 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -46,23 +46,12 @@ paths: - presences type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudCommunications' - links: - calls: - operationId: communications.ListCalls - callRecords: - operationId: communications.ListCallRecords - onlineMeetings: - operationId: communications.ListOnlineMeetings - presences: - operationId: communications.ListPresences - getPresencesByUserId: - operationId: communications.getPresencesGraphBPreUserId default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79,8 +68,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudCommunications' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCommunications' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -163,7 +156,7 @@ paths: - sessions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.callRecords.callRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -184,7 +177,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -244,17 +237,12 @@ paths: - sessions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' - links: - sessions: - operationId: communications.CallRecords.ListSessions - parameters: - callRecord-id: $request.path.callRecord-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -280,8 +268,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -393,7 +385,7 @@ paths: - segments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.callRecords.sessionCollectionResponse' default: $ref: '#/components/responses/error' @@ -423,7 +415,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.session' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -489,18 +481,12 @@ paths: - segments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.session' - links: - segments: - operationId: communications.callRecords.Sessions.ListSegments - parameters: - callRecord-id: $request.path.callRecord-id - session-id: $request.path.session-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -534,8 +520,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.session' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecords.session' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -658,7 +648,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.callRecords.segmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -696,7 +686,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.segment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -768,7 +758,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -815,8 +805,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.segment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecords.segment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -998,7 +992,7 @@ paths: - participants type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.callCollectionResponse' default: $ref: '#/components/responses/error' @@ -1023,7 +1017,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.call' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1106,59 +1100,12 @@ paths: - participants type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.call' - links: - audioRoutingGroups: - operationId: communications.Calls.ListAudioRoutingGroups - parameters: - call-id: $request.path.call-id - contentSharingSessions: - operationId: communications.Calls.ListContentSharingSessions - parameters: - call-id: $request.path.call-id - operations: - operationId: communications.Calls.ListOperations - parameters: - call-id: $request.path.call-id - participants: - operationId: communications.Calls.ListParticipants - parameters: - call-id: $request.path.call-id - addLargeGalleryView: - operationId: communications.calls.call.addLargeGalleryView - answer: - operationId: communications.calls.call.answer - cancelMediaProcessing: - operationId: communications.calls.call.cancelMediaProcessing - changeScreenSharingRole: - operationId: communications.calls.call.changeScreenSharingRole - keepAlive: - operationId: communications.calls.call.keepAlive - mute: - operationId: communications.calls.call.mute - playPrompt: - operationId: communications.calls.call.playPrompt - record: - operationId: communications.calls.call.record - recordResponse: - operationId: communications.calls.call.recordResponse - redirect: - operationId: communications.calls.call.redirect - reject: - operationId: communications.calls.call.reject - subscribeToTone: - operationId: communications.calls.call.subscribeToTone - transfer: - operationId: communications.calls.call.transfer - unmute: - operationId: communications.calls.call.unmute - updateRecordingStatus: - operationId: communications.calls.call.updateRecordingStatus default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1184,8 +1131,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.call' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.call' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1286,7 +1237,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.audioRoutingGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -1320,7 +1271,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1380,7 +1331,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1419,8 +1370,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1520,7 +1475,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentSharingSessionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1550,7 +1505,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentSharingSession' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1607,7 +1562,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1646,8 +1601,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentSharingSession' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentSharingSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1718,7 +1677,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1811,7 +1770,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1915,7 +1874,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1965,7 +1924,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2042,7 +2001,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2123,7 +2082,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2263,7 +2222,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2344,7 +2303,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2388,7 +2347,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2464,7 +2423,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.commsOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -2494,7 +2453,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.commsOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2554,7 +2513,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2593,8 +2552,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.commsOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.commsOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2715,7 +2678,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.participantCollectionResponse' default: $ref: '#/components/responses/error' @@ -2745,7 +2708,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.participant' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2809,19 +2772,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.participant' - links: - mute: - operationId: communications.calls.call.participants.participant.mute - startHoldMusic: - operationId: communications.calls.call.participants.participant.startHoldMusic - stopHoldMusic: - operationId: communications.calls.call.participants.participant.stopHoldMusic default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2855,8 +2811,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.participant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.participant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2935,7 +2895,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2987,7 +2947,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3037,7 +2997,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3083,7 +3043,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3130,7 +3090,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3192,7 +3152,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3360,7 +3320,7 @@ paths: - transcripts type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onlineMeetingCollectionResponse' default: $ref: '#/components/responses/error' @@ -3381,7 +3341,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3467,33 +3427,12 @@ paths: - transcripts type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' - links: - virtualAppointment: - operationId: communications.OnlineMeetings.GetVirtualAppointment - parameters: - onlineMeeting-id: $request.path.onlineMeeting-id - attendanceReports: - operationId: communications.OnlineMeetings.ListAttendanceReports - parameters: - onlineMeeting-id: $request.path.onlineMeeting-id - meetingAttendanceReport: - operationId: communications.OnlineMeetings.GetMeetingAttendanceReport - parameters: - onlineMeeting-id: $request.path.onlineMeeting-id - registration: - operationId: communications.OnlineMeetings.GetRegistration - parameters: - onlineMeeting-id: $request.path.onlineMeeting-id - transcripts: - operationId: communications.OnlineMeetings.ListTranscripts - parameters: - onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3519,8 +3458,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onlineMeeting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3570,7 +3513,7 @@ paths: type: string x-ms-docs-key-type: onlineMeeting responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -3682,7 +3625,7 @@ paths: - attendanceRecords type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' default: $ref: '#/components/responses/error' @@ -3712,7 +3655,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3775,18 +3718,12 @@ paths: - attendanceRecords type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - links: - attendanceRecords: - operationId: communications.onlineMeetings.AttendanceReports.ListAttendanceRecords - parameters: - onlineMeeting-id: $request.path.onlineMeeting-id - meetingAttendanceReport-id: $request.path.meetingAttendanceReport-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3820,8 +3757,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3947,7 +3888,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -3985,7 +3926,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4057,7 +3998,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4104,8 +4045,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4171,7 +4116,7 @@ paths: type: string x-ms-docs-key-type: onlineMeeting responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4259,17 +4204,12 @@ paths: - attendanceRecords type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - links: - attendanceRecords: - operationId: communications.onlineMeetings.MeetingAttendanceReport.ListAttendanceRecords - parameters: - onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4295,8 +4235,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4406,7 +4350,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -4436,7 +4380,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4500,7 +4444,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4539,8 +4483,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4598,7 +4546,7 @@ paths: type: string x-ms-docs-key-type: onlineMeeting responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4693,21 +4641,12 @@ paths: - customQuestions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingRegistration' - links: - registrants: - operationId: communications.onlineMeetings.Registration.ListRegistrants - parameters: - onlineMeeting-id: $request.path.onlineMeeting-id - customQuestions: - operationId: communications.onlineMeetings.Registration.ListCustomQuestions - parameters: - onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4737,8 +4676,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4846,7 +4789,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.meetingRegistrationQuestionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4880,7 +4823,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistrationQuestion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4942,7 +4885,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4981,8 +4924,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistrationQuestion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingRegistrationQuestion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5088,7 +5035,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' default: $ref: '#/components/responses/error' @@ -5118,7 +5065,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5178,7 +5125,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5217,8 +5164,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5284,7 +5235,7 @@ paths: type: string x-ms-docs-key-type: callTranscript responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -5376,7 +5327,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5407,8 +5358,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.virtualAppointment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5478,7 +5433,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5546,7 +5501,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.presenceCollectionResponse' default: $ref: '#/components/responses/error' @@ -5567,7 +5522,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.presence' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5619,21 +5574,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' - links: - clearPresence: - operationId: communications.presences.presence.clearPresence - clearUserPreferredPresence: - operationId: communications.presences.presence.clearUserPreferredPresence - setPresence: - operationId: communications.presences.presence.setPresence - setUserPreferredPresence: - operationId: communications.presences.presence.setUserPreferredPresence default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5659,8 +5605,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.presence' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.presence' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5993,7 +5943,7 @@ paths: - transcripts type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onlineMeetingCollectionResponse' default: $ref: '#/components/responses/error' @@ -6027,7 +5977,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6121,38 +6071,12 @@ paths: - transcripts type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' - links: - virtualAppointment: - operationId: users.OnlineMeetings.GetVirtualAppointment - parameters: - user-id: $request.path.user-id - onlineMeeting-id: $request.path.onlineMeeting-id - attendanceReports: - operationId: users.OnlineMeetings.ListAttendanceReports - parameters: - user-id: $request.path.user-id - onlineMeeting-id: $request.path.onlineMeeting-id - meetingAttendanceReport: - operationId: users.OnlineMeetings.GetMeetingAttendanceReport - parameters: - user-id: $request.path.user-id - onlineMeeting-id: $request.path.onlineMeeting-id - registration: - operationId: users.OnlineMeetings.GetRegistration - parameters: - user-id: $request.path.user-id - onlineMeeting-id: $request.path.onlineMeeting-id - transcripts: - operationId: users.OnlineMeetings.ListTranscripts - parameters: - user-id: $request.path.user-id - onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6186,8 +6110,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onlineMeeting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6250,7 +6178,7 @@ paths: type: string x-ms-docs-key-type: onlineMeeting responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -6378,7 +6306,7 @@ paths: - attendanceRecords type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' default: $ref: '#/components/responses/error' @@ -6416,7 +6344,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6487,19 +6415,12 @@ paths: - attendanceRecords type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - links: - attendanceRecords: - operationId: users.onlineMeetings.AttendanceReports.ListAttendanceRecords - parameters: - user-id: $request.path.user-id - onlineMeeting-id: $request.path.onlineMeeting-id - meetingAttendanceReport-id: $request.path.meetingAttendanceReport-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6541,8 +6462,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6684,7 +6609,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -6730,7 +6655,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6810,7 +6735,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6865,8 +6790,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6945,7 +6874,7 @@ paths: type: string x-ms-docs-key-type: onlineMeeting responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -7049,18 +6978,12 @@ paths: - attendanceRecords type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - links: - attendanceRecords: - operationId: users.onlineMeetings.MeetingAttendanceReport.ListAttendanceRecords - parameters: - user-id: $request.path.user-id - onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7094,8 +7017,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7221,7 +7148,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -7259,7 +7186,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7331,7 +7258,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7378,8 +7305,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7450,7 +7381,7 @@ paths: type: string x-ms-docs-key-type: onlineMeeting responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -7561,23 +7492,12 @@ paths: - customQuestions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingRegistration' - links: - registrants: - operationId: users.onlineMeetings.Registration.ListRegistrants - parameters: - user-id: $request.path.user-id - onlineMeeting-id: $request.path.onlineMeeting-id - customQuestions: - operationId: users.onlineMeetings.Registration.ListCustomQuestions - parameters: - user-id: $request.path.user-id - onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7615,8 +7535,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7740,7 +7664,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.meetingRegistrationQuestionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7782,7 +7706,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistrationQuestion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7852,7 +7776,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7899,8 +7823,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingRegistrationQuestion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingRegistrationQuestion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8022,7 +7950,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.callTranscriptCollectionResponse' default: $ref: '#/components/responses/error' @@ -8060,7 +7988,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8128,7 +8056,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8175,8 +8103,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callTranscript' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8258,7 +8190,7 @@ paths: type: string x-ms-docs-key-type: callTranscript responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -8366,7 +8298,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8405,8 +8337,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.virtualAppointment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8491,21 +8427,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' - links: - clearPresence: - operationId: users.user.presence.clearPresence - clearUserPreferredPresence: - operationId: users.user.presence.clearUserPreferredPresence - setPresence: - operationId: users.user.presence.setPresence - setUserPreferredPresence: - operationId: users.user.presence.setUserPreferredPresence default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8531,8 +8458,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.presence' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.presence' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index 2b0b7579b90..2b4175caa8b 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -39,15 +39,12 @@ paths: - ediscovery type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.compliance' - links: - ediscovery: - operationId: compliance.GetEdiscovery default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64,8 +61,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.compliance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.compliance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103,15 +104,12 @@ paths: - cases type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.ediscoveryroot' - links: - cases: - operationId: compliance.Ediscovery.ListCases default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -128,8 +126,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.ediscoveryroot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.ediscoveryroot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -248,7 +250,7 @@ paths: - tags type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.caseCollectionResponse' default: $ref: '#/components/responses/error' @@ -273,7 +275,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.case' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -347,49 +349,12 @@ paths: - tags type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.case' - links: - custodians: - operationId: compliance.ediscovery.Cases.ListCustodians - parameters: - case-id: $request.path.case-id - legalHolds: - operationId: compliance.ediscovery.Cases.ListLegalHolds - parameters: - case-id: $request.path.case-id - noncustodialDataSources: - operationId: compliance.ediscovery.Cases.ListNoncustodialDataSources - parameters: - case-id: $request.path.case-id - operations: - operationId: compliance.ediscovery.Cases.ListOperations - parameters: - case-id: $request.path.case-id - reviewSets: - operationId: compliance.ediscovery.Cases.ListReviewSets - parameters: - case-id: $request.path.case-id - settings: - operationId: compliance.ediscovery.Cases.GetSettings - parameters: - case-id: $request.path.case-id - sourceCollections: - operationId: compliance.ediscovery.Cases.ListSourceCollections - parameters: - case-id: $request.path.case-id - tags: - operationId: compliance.ediscovery.Cases.ListTags - parameters: - case-id: $request.path.case-id - close: - operationId: compliance.ediscovery.cases.case.close - reopen: - operationId: compliance.ediscovery.cases.case.reopen default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -415,8 +380,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.case' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.case' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -543,7 +512,7 @@ paths: - userSources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.custodianCollectionResponse' default: $ref: '#/components/responses/error' @@ -577,7 +546,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.custodian' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -652,43 +621,12 @@ paths: - userSources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.custodian' - links: - lastIndexOperation: - operationId: compliance.ediscovery.cases.Custodians.GetLastIndexOperation - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSources: - operationId: compliance.ediscovery.cases.Custodians.ListSiteSources - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSources: - operationId: compliance.ediscovery.cases.Custodians.ListUnifiedGroupSources - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - userSources: - operationId: compliance.ediscovery.cases.Custodians.ListUserSources - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - activate: - operationId: compliance.ediscovery.cases.case.custodians.custodian.activate - applyHold: - operationId: compliance.ediscovery.cases.case.custodians.custodian.applyHold - release: - operationId: compliance.ediscovery.cases.case.custodians.custodian.release - removeHold: - operationId: compliance.ediscovery.cases.case.custodians.custodian.removeHold - updateIndex: - operationId: compliance.ediscovery.cases.case.custodians.custodian.updateIndex default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -722,8 +660,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.custodian' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.custodian' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -998,7 +940,7 @@ paths: - site type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.siteSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -1040,7 +982,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.siteSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1112,19 +1054,12 @@ paths: - site type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.siteSource' - links: - site: - operationId: compliance.ediscovery.cases.custodians.SiteSources.GetSite - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1166,8 +1101,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.siteSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.siteSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1317,109 +1256,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetCreatedGraphBPreUser - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - lastModifiedByUser: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetLastModifiedGraphBPreUser - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - analytics: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetAnalytics - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - columns: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListColumns - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - contentTypes: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListContentTypes - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - drive: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetDrive - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - drives: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListDrives - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - externalColumns: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListExternalColumns - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - items: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListItems - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - lists: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListLists - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - operations: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListOperations - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - pages: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListPages - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - permissions: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListPermissions - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - sites: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.ListSites - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - termStore: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetTermStore - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id - onenote: - operationId: compliance.ediscovery.cases.custodians.siteSources.Site.GetOnenote - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - siteSource-id: $request.path.siteSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1510,7 +1352,7 @@ paths: - group type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.unifiedGroupSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -1552,7 +1394,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.unifiedGroupSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1625,19 +1467,12 @@ paths: - group type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.unifiedGroupSource' - links: - group: - operationId: compliance.ediscovery.cases.custodians.UnifiedGroupSources.GetGroup - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1679,8 +1514,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.unifiedGroupSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.unifiedGroupSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1890,181 +1729,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListAppRoleAssignments - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - createdOnBehalfOf: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetCreatedOnBehalfGraphOPre - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - endpoints: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListEndpoints - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - memberOf: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListMemberGraphOPre - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - members: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListMembers - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - membersWithLicenseErrors: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListMembersGraphWPreLicenseErrors - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - owners: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListOwners - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - permissionGrants: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListPermissionGrants - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - settings: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListSettings - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - transitiveMemberOf: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListTransitiveMemberGraphOPre - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - transitiveMembers: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListTransitiveMembers - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - acceptedSenders: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListAcceptedSenders - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - calendar: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetCalendar - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - calendarView: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListCalendarView - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - conversations: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListConversations - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - events: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListEvents - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - rejectedSenders: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListRejectedSenders - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - threads: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListThreads - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - drive: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetDrive - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - drives: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListDrives - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - sites: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListSites - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - extensions: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListExtensions - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - groupLifecyclePolicies: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListGroupLifecyclePolicies - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - planner: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetPlanner - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - onenote: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetOnenote - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - photo: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetPhoto - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - photos: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.ListPhotos - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - team: - operationId: compliance.ediscovery.cases.custodians.unifiedGroupSources.Group.GetTeam - parameters: - case-id: $request.path.case-id - custodian-id: $request.path.custodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2159,7 +1829,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.userSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -2201,7 +1871,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.userSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2274,7 +1944,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2321,8 +1991,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.userSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.userSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2535,7 +2209,7 @@ paths: - userSources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.legalHoldCollectionResponse' default: $ref: '#/components/responses/error' @@ -2565,7 +2239,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.legalHold' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2639,28 +2313,12 @@ paths: - userSources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.legalHold' - links: - siteSources: - operationId: compliance.ediscovery.cases.LegalHolds.ListSiteSources - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSources: - operationId: compliance.ediscovery.cases.LegalHolds.ListUnifiedGroupSources - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - userSources: - operationId: compliance.ediscovery.cases.LegalHolds.ListUserSources - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2694,8 +2352,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.legalHold' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.legalHold' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2817,7 +2479,7 @@ paths: - site type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.siteSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -2859,7 +2521,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.siteSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2931,19 +2593,12 @@ paths: - site type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.siteSource' - links: - site: - operationId: compliance.ediscovery.cases.legalHolds.SiteSources.GetSite - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2985,8 +2640,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.siteSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.siteSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3136,109 +2795,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.GetCreatedGraphBPreUser - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - lastModifiedByUser: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.GetLastModifiedGraphBPreUser - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - analytics: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.GetAnalytics - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - columns: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.ListColumns - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - contentTypes: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.ListContentTypes - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - drive: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.GetDrive - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - drives: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.ListDrives - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - externalColumns: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.ListExternalColumns - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - items: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.ListItems - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - lists: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.ListLists - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - operations: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.ListOperations - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - pages: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.ListPages - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - permissions: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.ListPermissions - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - sites: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.ListSites - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - termStore: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.GetTermStore - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id - onenote: - operationId: compliance.ediscovery.cases.legalHolds.siteSources.Site.GetOnenote - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - siteSource-id: $request.path.siteSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3325,7 +2887,7 @@ paths: - group type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.unifiedGroupSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -3363,7 +2925,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.unifiedGroupSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3435,19 +2997,12 @@ paths: - group type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.unifiedGroupSource' - links: - group: - operationId: compliance.ediscovery.cases.legalHolds.UnifiedGroupSources.GetGroup - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3489,8 +3044,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.unifiedGroupSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.unifiedGroupSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3700,181 +3259,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListAppRoleAssignments - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - createdOnBehalfOf: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.GetCreatedOnBehalfGraphOPre - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - endpoints: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListEndpoints - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - memberOf: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListMemberGraphOPre - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - members: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListMembers - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - membersWithLicenseErrors: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListMembersGraphWPreLicenseErrors - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - owners: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListOwners - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - permissionGrants: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListPermissionGrants - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - settings: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListSettings - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - transitiveMemberOf: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListTransitiveMemberGraphOPre - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - transitiveMembers: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListTransitiveMembers - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - acceptedSenders: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListAcceptedSenders - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - calendar: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.GetCalendar - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - calendarView: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListCalendarView - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - conversations: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListConversations - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - events: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListEvents - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - rejectedSenders: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListRejectedSenders - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - threads: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListThreads - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - drive: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.GetDrive - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - drives: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListDrives - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - sites: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListSites - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - extensions: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListExtensions - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - groupLifecyclePolicies: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListGroupLifecyclePolicies - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - planner: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.GetPlanner - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - onenote: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.GetOnenote - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - photo: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.GetPhoto - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - photos: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.ListPhotos - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - team: - operationId: compliance.ediscovery.cases.legalHolds.unifiedGroupSources.Group.GetTeam - parameters: - case-id: $request.path.case-id - legalHold-id: $request.path.legalHold-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3969,7 +3359,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.userSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -4011,7 +3401,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.userSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4084,7 +3474,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4131,8 +3521,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.userSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.userSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4315,7 +3709,7 @@ paths: - dataSource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.noncustodialDataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -4349,7 +3743,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.noncustodialDataSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4418,31 +3812,12 @@ paths: - dataSource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.noncustodialDataSource' - links: - lastIndexOperation: - operationId: compliance.ediscovery.cases.NoncustodialDataSources.GetLastIndexOperation - parameters: - case-id: $request.path.case-id - noncustodialDataSource-id: $request.path.noncustodialDataSource-id - dataSource: - operationId: compliance.ediscovery.cases.NoncustodialDataSources.GetDataSource - parameters: - case-id: $request.path.case-id - noncustodialDataSource-id: $request.path.noncustodialDataSource-id - applyHold: - operationId: compliance.ediscovery.cases.case.noncustodialDataSources.noncustodialDataSource.applyHold - release: - operationId: compliance.ediscovery.cases.case.noncustodialDataSources.noncustodialDataSource.release - removeHold: - operationId: compliance.ediscovery.cases.case.noncustodialDataSources.noncustodialDataSource.removeHold - updateIndex: - operationId: compliance.ediscovery.cases.case.noncustodialDataSources.noncustodialDataSource.updateIndex default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4476,8 +3851,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.noncustodialDataSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.noncustodialDataSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4568,7 +3947,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4607,8 +3986,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.dataSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.dataSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4918,7 +4301,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.caseOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -4948,7 +4331,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.caseOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5013,7 +4396,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5052,8 +4435,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.caseOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.caseOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5161,7 +4548,7 @@ paths: - queries type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.reviewSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -5195,7 +4582,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.reviewSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5258,22 +4645,12 @@ paths: - queries type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.reviewSet' - links: - queries: - operationId: compliance.ediscovery.cases.ReviewSets.ListQueries - parameters: - case-id: $request.path.case-id - reviewSet-id: $request.path.reviewSet-id - addToReviewSet: - operationId: compliance.ediscovery.cases.case.reviewSets.reviewSet.addToReviewSet - export: - operationId: compliance.ediscovery.cases.case.reviewSets.reviewSet.export default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5307,8 +4684,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.reviewSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.reviewSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5540,7 +4921,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.reviewSetQueryCollectionResponse' default: $ref: '#/components/responses/error' @@ -5582,7 +4963,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.reviewSetQuery' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5653,15 +5034,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.reviewSetQuery' - links: - applyTags: - operationId: compliance.ediscovery.cases.case.reviewSets.reviewSet.queries.reviewSetQuery.applyTags default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5703,8 +5081,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.reviewSetQuery' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.reviewSetQuery' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5856,15 +5238,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.caseSettings' - links: - resetToDefault: - operationId: compliance.ediscovery.cases.case.settings.resetToDefault default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5894,8 +5273,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.caseSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.caseSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6046,7 +5429,7 @@ paths: - noncustodialSources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.sourceCollectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6080,7 +5463,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.sourceCollection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6156,42 +5539,12 @@ paths: - noncustodialSources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.sourceCollection' - links: - additionalSources: - operationId: compliance.ediscovery.cases.SourceCollections.ListAdditionalSources - parameters: - case-id: $request.path.case-id - sourceCollection-id: $request.path.sourceCollection-id - addToReviewSetOperation: - operationId: compliance.ediscovery.cases.SourceCollections.GetAddToReviewSetOperation - parameters: - case-id: $request.path.case-id - sourceCollection-id: $request.path.sourceCollection-id - custodianSources: - operationId: compliance.ediscovery.cases.SourceCollections.ListCustodianSources - parameters: - case-id: $request.path.case-id - sourceCollection-id: $request.path.sourceCollection-id - lastEstimateStatisticsOperation: - operationId: compliance.ediscovery.cases.SourceCollections.GetLastEstimateStatisticsOperation - parameters: - case-id: $request.path.case-id - sourceCollection-id: $request.path.sourceCollection-id - noncustodialSources: - operationId: compliance.ediscovery.cases.SourceCollections.ListNoncustodialSources - parameters: - case-id: $request.path.case-id - sourceCollection-id: $request.path.sourceCollection-id - estimateStatistics: - operationId: compliance.ediscovery.cases.case.sourceCollections.sourceCollection.estimateStatistics - purgeData: - operationId: compliance.ediscovery.cases.case.sourceCollections.sourceCollection.purgeData default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6225,8 +5578,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.sourceCollection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.sourceCollection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6346,7 +5703,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.dataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -6384,7 +5741,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.dataSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6454,7 +5811,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6501,8 +5858,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.dataSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.dataSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6611,23 +5972,12 @@ paths: - sourceCollection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.addToReviewSetOperation' - links: - reviewSet: - operationId: compliance.ediscovery.cases.sourceCollections.AddToReviewSetOperation.GetReviewSet - parameters: - case-id: $request.path.case-id - sourceCollection-id: $request.path.sourceCollection-id - sourceCollection: - operationId: compliance.ediscovery.cases.sourceCollections.AddToReviewSetOperation.GetSourceCollection - parameters: - case-id: $request.path.case-id - sourceCollection-id: $request.path.sourceCollection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6713,7 +6063,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.dataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -6782,7 +6132,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6858,18 +6208,12 @@ paths: - sourceCollection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.estimateStatisticsOperation' - links: - sourceCollection: - operationId: compliance.ediscovery.cases.sourceCollections.LastEstimateStatisticsOperation.GetSourceCollection - parameters: - case-id: $request.path.case-id - sourceCollection-id: $request.path.sourceCollection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7034,7 +6378,7 @@ paths: - dataSource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.noncustodialDataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -7110,25 +6454,12 @@ paths: - dataSource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.noncustodialDataSource' - links: - lastIndexOperation: - operationId: compliance.ediscovery.cases.sourceCollections.NoncustodialSources.GetLastIndexOperation - parameters: - case-id: $request.path.case-id - sourceCollection-id: $request.path.sourceCollection-id - noncustodialDataSource-id: $request.path.noncustodialDataSource-id - dataSource: - operationId: compliance.ediscovery.cases.sourceCollections.NoncustodialSources.GetDataSource - parameters: - case-id: $request.path.case-id - sourceCollection-id: $request.path.sourceCollection-id - noncustodialDataSource-id: $request.path.noncustodialDataSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7213,7 +6544,7 @@ paths: - parent type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.tagCollectionResponse' default: $ref: '#/components/responses/error' @@ -7247,7 +6578,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.tag' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7314,23 +6645,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.tag' - links: - childTags: - operationId: compliance.ediscovery.cases.Tags.ListChildTags - parameters: - case-id: $request.path.case-id - tag-id: $request.path.tag-id - parent: - operationId: compliance.ediscovery.cases.Tags.GetParent - parameters: - case-id: $request.path.case-id - tag-id: $request.path.tag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7364,8 +6684,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ediscovery.tag' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ediscovery.tag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7492,7 +6816,7 @@ paths: - parent type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ediscovery.tagCollectionResponse' default: $ref: '#/components/responses/error' @@ -7566,25 +6890,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.tag' - links: - childTags: - operationId: compliance.ediscovery.cases.tags.ChildTags.ListChildTags - parameters: - case-id: $request.path.case-id - tag-id: $request.path.tag-id - tag-id1: $request.path.tag-id1 - parent: - operationId: compliance.ediscovery.cases.tags.ChildTags.GetParent - parameters: - case-id: $request.path.case-id - tag-id: $request.path.tag-id - tag-id1: $request.path.tag-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7646,23 +6957,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ediscovery.tag' - links: - childTags: - operationId: compliance.ediscovery.cases.tags.Parent.ListChildTags - parameters: - case-id: $request.path.case-id - tag-id: $request.path.tag-id - parent: - operationId: compliance.ediscovery.cases.tags.Parent.GetParent - parameters: - case-id: $request.path.case-id - tag-id: $request.path.tag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7729,7 +7029,7 @@ paths: - lastModifiedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17935,6 +17235,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -24063,6 +23364,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 37a97e32d53..eed24d3d4d4 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -105,7 +105,7 @@ paths: - historyItems type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userActivityCollectionResponse' default: $ref: '#/components/responses/error' @@ -135,7 +135,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userActivity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -207,18 +207,12 @@ paths: - historyItems type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' - links: - historyItems: - operationId: users.Activities.ListHistoryItems - parameters: - user-id: $request.path.user-id - userActivity-id: $request.path.userActivity-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -252,8 +246,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userActivity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userActivity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -383,7 +381,7 @@ paths: - activity type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.activityHistoryItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -421,7 +419,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -496,19 +494,12 @@ paths: - activity type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' - links: - activity: - operationId: users.activities.HistoryItems.GetActivity - parameters: - user-id: $request.path.user-id - userActivity-id: $request.path.userActivity-id - activityHistoryItem-id: $request.path.activityHistoryItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -550,8 +541,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -668,19 +663,12 @@ paths: - historyItems type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' - links: - historyItems: - operationId: users.activities.historyItems.Activity.ListHistoryItems - parameters: - user-id: $request.path.user-id - userActivity-id: $request.path.userActivity-id - activityHistoryItem-id: $request.path.activityHistoryItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -867,7 +855,7 @@ paths: - commands type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -897,7 +885,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1005,58 +993,12 @@ paths: - commands type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' - links: - usageRights: - operationId: users.Devices.ListUsageRights - parameters: - user-id: $request.path.user-id - device-id: $request.path.device-id - memberOf: - operationId: users.Devices.ListMemberGraphOPre - parameters: - user-id: $request.path.user-id - device-id: $request.path.device-id - registeredOwners: - operationId: users.Devices.ListRegisteredOwners - parameters: - user-id: $request.path.user-id - device-id: $request.path.device-id - registeredUsers: - operationId: users.Devices.ListRegisteredUsers - parameters: - user-id: $request.path.user-id - device-id: $request.path.device-id - transitiveMemberOf: - operationId: users.Devices.ListTransitiveMemberGraphOPre - parameters: - user-id: $request.path.user-id - device-id: $request.path.device-id - extensions: - operationId: users.Devices.ListExtensions - parameters: - user-id: $request.path.user-id - device-id: $request.path.device-id - commands: - operationId: users.Devices.ListCommands - parameters: - user-id: $request.path.user-id - device-id: $request.path.device-id - checkMemberGroups: - operationId: users.user.devices.device.checkMemberGroups - checkMemberObjects: - operationId: users.user.devices.device.checkMemberObjects - getMemberGroups: - operationId: users.user.devices.device.getMemberGroups - getMemberObjects: - operationId: users.user.devices.device.getMemberObjects - restore: - operationId: users.user.devices.device.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1090,8 +1032,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.device' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1222,7 +1168,7 @@ paths: - responsepayload type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.commandCollectionResponse' default: $ref: '#/components/responses/error' @@ -1260,7 +1206,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1336,19 +1282,12 @@ paths: - responsepayload type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.command' - links: - responsepayload: - operationId: users.devices.Commands.GetResponsepayload - parameters: - user-id: $request.path.user-id - device-id: $request.path.device-id - command-id: $request.path.command-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1390,8 +1329,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.command' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1493,7 +1436,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1569,7 +1512,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1607,7 +1550,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1673,7 +1616,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1720,8 +1663,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1850,7 +1797,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -1926,7 +1873,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2018,7 +1965,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -2134,7 +2081,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -2255,7 +2202,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -2331,7 +2278,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2423,7 +2370,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -2499,7 +2446,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2587,7 +2534,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.usageRightCollectionResponse' default: $ref: '#/components/responses/error' @@ -2625,7 +2572,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2694,7 +2641,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2741,8 +2688,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.usageRight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index 3359a5d4dfa..f190acd575e 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -165,7 +165,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -280,7 +280,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -315,7 +315,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -388,7 +388,7 @@ paths: description: Download Apple push notification certificate signing request operationId: deviceManagement.applePushNotificationCertificate_generateApplePushNotificationCertificateSigningRequest responses: - '200': + 2XX: description: Success content: application/json: @@ -483,7 +483,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -523,7 +523,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -573,7 +573,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -618,7 +618,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -634,7 +634,7 @@ paths: summary: Invoke action disconnect operationId: deviceManagement.chromeOSOnboardingSettings_disconnect responses: - '200': + 2XX: description: Success content: application/json: @@ -667,7 +667,7 @@ paths: type: string x-ms-docs-key-type: deviceLogCollectionResponse responses: - '200': + 2XX: description: Success content: application/json: @@ -802,7 +802,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -841,7 +841,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1385,7 +1385,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1928,7 +1928,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1970,7 +1970,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2007,7 +2007,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2035,7 +2035,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2105,7 +2105,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2175,7 +2175,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2228,7 +2228,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2281,7 +2281,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2336,7 +2336,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2397,7 +2397,7 @@ paths: type: string x-ms-docs-key-type: dataSharingConsent responses: - '200': + 2XX: description: Success content: application/json: @@ -2512,7 +2512,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2552,7 +2552,7 @@ paths: type: string x-ms-docs-key-type: depOnboardingSetting responses: - '200': + 2XX: description: Success content: application/json: @@ -2699,7 +2699,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2813,7 +2813,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2851,7 +2851,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2937,7 +2937,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3015,7 +3015,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3130,7 +3130,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3174,7 +3174,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3354,7 +3354,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3428,7 +3428,7 @@ paths: type: string x-ms-docs-key-type: deviceHealthScript responses: - '200': + 2XX: description: Success content: application/json: @@ -3473,7 +3473,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3582,7 +3582,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3673,7 +3673,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3759,7 +3759,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3845,7 +3845,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4048,7 +4048,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4092,7 +4092,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4136,7 +4136,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4226,7 +4226,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4366,7 +4366,7 @@ paths: type: string x-ms-docs-key-type: deviceLogCollectionResponse responses: - '200': + 2XX: description: Success content: application/json: @@ -4501,7 +4501,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4540,7 +4540,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5084,7 +5084,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5627,7 +5627,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5669,7 +5669,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5706,7 +5706,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5734,7 +5734,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5804,7 +5804,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5900,7 +5900,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5959,7 +5959,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6017,7 +6017,7 @@ paths: type: string x-ms-docs-key-type: microsoftTunnelServerLogCollectionResponse responses: - '200': + 2XX: description: Success content: application/json: @@ -6048,7 +6048,7 @@ paths: type: string x-ms-docs-key-type: microsoftTunnelServerLogCollectionResponse responses: - '200': + 2XX: description: Success content: application/json: @@ -6126,7 +6126,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6177,7 +6177,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6225,7 +6225,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6292,7 +6292,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6338,7 +6338,7 @@ paths: type: string x-ms-docs-key-type: appLogCollectionRequest responses: - '200': + 2XX: description: Success content: application/json: @@ -6536,7 +6536,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6608,7 +6608,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6680,7 +6680,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6752,7 +6752,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6824,7 +6824,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6890,7 +6890,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6962,7 +6962,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7034,7 +7034,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7106,7 +7106,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7178,7 +7178,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7250,7 +7250,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7322,7 +7322,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7394,7 +7394,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7466,7 +7466,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7538,7 +7538,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7610,7 +7610,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7682,7 +7682,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7754,7 +7754,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7826,7 +7826,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7898,7 +7898,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7970,7 +7970,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8042,7 +8042,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8114,7 +8114,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8186,7 +8186,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8258,7 +8258,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8330,7 +8330,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8402,7 +8402,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8474,7 +8474,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8546,7 +8546,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8618,7 +8618,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8690,7 +8690,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8762,7 +8762,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8831,7 +8831,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8903,7 +8903,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8975,7 +8975,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9047,7 +9047,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9116,7 +9116,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9188,7 +9188,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9260,7 +9260,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9332,7 +9332,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9404,7 +9404,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9476,7 +9476,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9548,7 +9548,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9620,7 +9620,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9695,7 +9695,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9767,7 +9767,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9839,7 +9839,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9911,7 +9911,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9983,7 +9983,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10055,7 +10055,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10127,7 +10127,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10199,7 +10199,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10271,7 +10271,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10343,7 +10343,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10415,7 +10415,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10487,7 +10487,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10559,7 +10559,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10631,7 +10631,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10701,7 +10701,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10747,7 +10747,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10789,7 +10789,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10828,7 +10828,7 @@ paths: type: string x-ms-docs-key-type: deviceManagementReusablePolicySetting responses: - '200': + 2XX: description: Success content: application/json: @@ -10875,7 +10875,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10938,7 +10938,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11021,7 +11021,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11066,7 +11066,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11130,7 +11130,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11188,7 +11188,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11213,7 +11213,7 @@ paths: type: string x-ms-docs-key-type: deviceManagementTemplate responses: - '200': + 2XX: description: Success content: application/json: @@ -11243,7 +11243,7 @@ paths: summary: Invoke action importOffice365DeviceConfigurationPolicies operationId: deviceManagement.templates_importOffice365DeviceConfigurationPolicies responses: - '200': + 2XX: description: Success content: application/json: @@ -11312,7 +11312,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11351,7 +11351,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11789,7 +11789,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -11859,7 +11859,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -11929,7 +11929,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -12258,7 +12258,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12542,7 +12542,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12650,7 +12650,7 @@ paths: summary: Invoke action approveFotaApps operationId: deviceManagement.zebraFotaConnector_approveFotaApps responses: - '200': + 2XX: description: Success content: application/json: @@ -12672,7 +12672,7 @@ paths: summary: Invoke action connect operationId: deviceManagement.zebraFotaConnector_connect responses: - '200': + 2XX: description: Success content: application/json: @@ -12694,7 +12694,7 @@ paths: summary: Invoke action disconnect operationId: deviceManagement.zebraFotaConnector_disconnect responses: - '200': + 2XX: description: Success content: application/json: @@ -12716,7 +12716,7 @@ paths: summary: Invoke action hasActiveDeployments operationId: deviceManagement.zebraFotaConnector_hasActiveDeployments responses: - '200': + 2XX: description: Success content: application/json: @@ -12747,7 +12747,7 @@ paths: type: string x-ms-docs-key-type: zebraFotaDeployment responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index 71d55d26472..5ec86a7c7f5 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -47,17 +47,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.applePushNotificationCertificate' - links: - downloadApplePushNotificationCertificateSigningRequest: - operationId: deviceManagement.applePushNotificationCertificate.downloadApplePushNotificationCertificateSigningRequest - generateApplePushNotificationCertificateSigningRequest: - operationId: deviceManagement.applePushNotificationCertificate.generateApplePushNotificationCertificateSigningRequest default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74,8 +69,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.applePushNotificationCertificate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applePushNotificationCertificate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -181,7 +180,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.auditEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -202,7 +201,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.auditEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -263,7 +262,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -294,8 +293,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.auditEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.auditEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -397,7 +400,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cartToClassAssociationCollectionResponse' default: $ref: '#/components/responses/error' @@ -418,7 +421,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cartToClassAssociation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -475,7 +478,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -506,8 +509,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cartToClassAssociation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cartToClassAssociation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -645,7 +652,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.comanagementEligibleDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -666,7 +673,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.comanagementEligibleDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -735,7 +742,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -766,8 +773,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.comanagementEligibleDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.comanagementEligibleDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -881,7 +892,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.complianceManagementPartnerCollectionResponse' default: $ref: '#/components/responses/error' @@ -902,7 +913,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -963,7 +974,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -994,8 +1005,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1103,7 +1118,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.restrictedAppsViolationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1124,7 +1139,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.restrictedAppsViolation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1183,7 +1198,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1214,8 +1229,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.restrictedAppsViolation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.restrictedAppsViolation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1332,7 +1351,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAllDeviceCertificateStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -1353,7 +1372,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAllDeviceCertificateState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1415,7 +1434,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1446,8 +1465,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAllDeviceCertificateState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAllDeviceCertificateState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1561,7 +1584,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementPartnerCollectionResponse' default: $ref: '#/components/responses/error' @@ -1582,7 +1605,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1643,15 +1666,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' - links: - terminate: - operationId: deviceManagement.deviceManagementPartners.deviceManagementPartner.terminate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1677,8 +1697,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1771,7 +1795,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementDomainJoinConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -1792,7 +1816,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementDomainJoinConnector' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1846,7 +1870,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1877,8 +1901,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementDomainJoinConnector' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementDomainJoinConnector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1986,7 +2014,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementExchangeConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -2007,7 +2035,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2066,15 +2094,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' - links: - sync: - operationId: deviceManagement.exchangeConnectors.deviceManagementExchangeConnector.sync default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2100,8 +2125,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2196,7 +2225,7 @@ paths: - conditionalAccessSettings type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementExchangeOnPremisesPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2217,7 +2246,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeOnPremisesPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2273,17 +2302,12 @@ paths: - conditionalAccessSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeOnPremisesPolicy' - links: - conditionalAccessSettings: - operationId: deviceManagement.ExchangeOnPremisesPolicies.GetConditionalAccessSettings - parameters: - deviceManagementExchangeOnPremisesPolicy-id: $request.path.deviceManagementExchangeOnPremisesPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2309,8 +2333,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeOnPremisesPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeOnPremisesPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2385,7 +2413,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2416,8 +2444,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2486,15 +2518,12 @@ paths: - conditionalAccessSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeOnPremisesPolicy' - links: - conditionalAccessSettings: - operationId: deviceManagement.ExchangeOnPremisesPolicy.GetConditionalAccessSettings default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2511,8 +2540,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeOnPremisesPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeOnPremisesPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2571,7 +2604,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2593,8 +2626,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2687,7 +2724,7 @@ paths: - parent type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -2708,7 +2745,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2770,29 +2807,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyCategory' - links: - children: - operationId: deviceManagement.GroupPolicyCategories.ListChildren - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - definitionFile: - operationId: deviceManagement.GroupPolicyCategories.GetDefinitionFile - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - definitions: - operationId: deviceManagement.GroupPolicyCategories.ListDefinitions - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - parent: - operationId: deviceManagement.GroupPolicyCategories.GetParent - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2818,8 +2838,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2928,7 +2952,7 @@ paths: - parent type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -2997,33 +3021,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyCategory' - links: - children: - operationId: deviceManagement.groupPolicyCategories.Children.ListChildren - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - groupPolicyCategory-id1: $request.path.groupPolicyCategory-id1 - definitionFile: - operationId: deviceManagement.groupPolicyCategories.Children.GetDefinitionFile - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - groupPolicyCategory-id1: $request.path.groupPolicyCategory-id1 - definitions: - operationId: deviceManagement.groupPolicyCategories.Children.ListDefinitions - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - groupPolicyCategory-id1: $request.path.groupPolicyCategory-id1 - parent: - operationId: deviceManagement.groupPolicyCategories.Children.GetParent - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - groupPolicyCategory-id1: $request.path.groupPolicyCategory-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3079,17 +3082,12 @@ paths: - definitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionFile' - links: - definitions: - operationId: deviceManagement.groupPolicyCategories.DefinitionFile.ListDefinitions - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3198,7 +3196,7 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3277,38 +3275,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyCategories.Definitions.GetCategory - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.groupPolicyCategories.Definitions.GetDefinitionFile - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyCategories.Definitions.GetNextVersionDefinition - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - presentations: - operationId: deviceManagement.groupPolicyCategories.Definitions.ListPresentations - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyCategories.Definitions.GetPreviousVersionDefinition - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3365,29 +3337,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyCategory' - links: - children: - operationId: deviceManagement.groupPolicyCategories.Parent.ListChildren - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - definitionFile: - operationId: deviceManagement.groupPolicyCategories.Parent.GetDefinitionFile - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - definitions: - operationId: deviceManagement.groupPolicyCategories.Parent.ListDefinitions - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id - parent: - operationId: deviceManagement.groupPolicyCategories.Parent.GetParent - parameters: - groupPolicyCategory-id: $request.path.groupPolicyCategory-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3471,7 +3426,7 @@ paths: - definitions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyDefinitionFileCollectionResponse' default: $ref: '#/components/responses/error' @@ -3492,7 +3447,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionFile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3553,17 +3508,12 @@ paths: - definitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionFile' - links: - definitions: - operationId: deviceManagement.GroupPolicyDefinitionFiles.ListDefinitions - parameters: - groupPolicyDefinitionFile-id: $request.path.groupPolicyDefinitionFile-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3589,8 +3539,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionFile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionFile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3725,7 +3679,7 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3804,38 +3758,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyDefinitionFiles.Definitions.GetCategory - parameters: - groupPolicyDefinitionFile-id: $request.path.groupPolicyDefinitionFile-id - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitionFiles.Definitions.GetDefinitionFile - parameters: - groupPolicyDefinitionFile-id: $request.path.groupPolicyDefinitionFile-id - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitionFiles.Definitions.GetNextVersionDefinition - parameters: - groupPolicyDefinitionFile-id: $request.path.groupPolicyDefinitionFile-id - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - presentations: - operationId: deviceManagement.groupPolicyDefinitionFiles.Definitions.ListPresentations - parameters: - groupPolicyDefinitionFile-id: $request.path.groupPolicyDefinitionFile-id - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitionFiles.Definitions.GetPreviousVersionDefinition - parameters: - groupPolicyDefinitionFile-id: $request.path.groupPolicyDefinitionFile-id - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3936,7 +3864,7 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3957,7 +3885,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4029,33 +3957,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.GroupPolicyDefinitions.GetCategory - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.GroupPolicyDefinitions.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - nextVersionDefinition: - operationId: deviceManagement.GroupPolicyDefinitions.GetNextVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - presentations: - operationId: deviceManagement.GroupPolicyDefinitions.ListPresentations - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - previousVersionDefinition: - operationId: deviceManagement.GroupPolicyDefinitions.GetPreviousVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4081,8 +3988,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4165,29 +4076,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyCategory' - links: - children: - operationId: deviceManagement.groupPolicyDefinitions.Category.ListChildren - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.Category.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitions: - operationId: deviceManagement.groupPolicyDefinitions.Category.ListDefinitions - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - parent: - operationId: deviceManagement.groupPolicyDefinitions.Category.GetParent - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4243,17 +4137,12 @@ paths: - definitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionFile' - links: - definitions: - operationId: deviceManagement.groupPolicyDefinitions.DefinitionFile.ListDefinitions - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4320,33 +4209,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyDefinitions.NextVersionDefinition.GetCategory - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.NextVersionDefinition.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.NextVersionDefinition.GetNextVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - presentations: - operationId: deviceManagement.groupPolicyDefinitions.NextVersionDefinition.ListPresentations - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.NextVersionDefinition.GetPreviousVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4372,8 +4240,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4456,29 +4328,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyCategory' - links: - children: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.Category.ListChildren - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.Category.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitions: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.Category.ListDefinitions - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - parent: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.Category.GetParent - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4534,17 +4389,12 @@ paths: - definitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionFile' - links: - definitions: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.DefinitionFile.ListDefinitions - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4615,7 +4465,7 @@ paths: - definition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyPresentationCollectionResponse' default: $ref: '#/components/responses/error' @@ -4645,7 +4495,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4707,18 +4557,12 @@ paths: - definition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' - links: - definition: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.Presentations.GetDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4752,8 +4596,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4862,38 +4710,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.presentations.Definition.GetCategory - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.presentations.Definition.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.presentations.Definition.GetNextVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - presentations: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.presentations.Definition.ListPresentations - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.presentations.Definition.GetPreviousVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4960,33 +4782,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.PreviousVersionDefinition.GetCategory - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.PreviousVersionDefinition.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.PreviousVersionDefinition.GetNextVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - presentations: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.PreviousVersionDefinition.ListPresentations - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.PreviousVersionDefinition.GetPreviousVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5012,8 +4813,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5096,29 +4901,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyCategory' - links: - children: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.previousVersionDefinition.Category.ListChildren - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.previousVersionDefinition.Category.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitions: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.previousVersionDefinition.Category.ListDefinitions - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - parent: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.previousVersionDefinition.Category.GetParent - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5174,17 +4962,12 @@ paths: - definitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionFile' - links: - definitions: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.previousVersionDefinition.DefinitionFile.ListDefinitions - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5255,7 +5038,7 @@ paths: - definition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyPresentationCollectionResponse' default: $ref: '#/components/responses/error' @@ -5285,7 +5068,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5347,18 +5130,12 @@ paths: - definition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' - links: - definition: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.previousVersionDefinition.Presentations.GetDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5392,8 +5169,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5502,38 +5283,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.previousVersionDefinition.presentations.Definition.GetCategory - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.previousVersionDefinition.presentations.Definition.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.previousVersionDefinition.presentations.Definition.GetNextVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - presentations: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.previousVersionDefinition.presentations.Definition.ListPresentations - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.nextVersionDefinition.previousVersionDefinition.presentations.Definition.GetPreviousVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5604,7 +5359,7 @@ paths: - definition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyPresentationCollectionResponse' default: $ref: '#/components/responses/error' @@ -5634,7 +5389,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5696,18 +5451,12 @@ paths: - definition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' - links: - definition: - operationId: deviceManagement.groupPolicyDefinitions.Presentations.GetDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5741,8 +5490,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5851,38 +5604,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyDefinitions.presentations.Definition.GetCategory - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.presentations.Definition.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.presentations.Definition.GetNextVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - presentations: - operationId: deviceManagement.groupPolicyDefinitions.presentations.Definition.ListPresentations - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.presentations.Definition.GetPreviousVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5949,33 +5676,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyDefinitions.PreviousVersionDefinition.GetCategory - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.PreviousVersionDefinition.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.PreviousVersionDefinition.GetNextVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - presentations: - operationId: deviceManagement.groupPolicyDefinitions.PreviousVersionDefinition.ListPresentations - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.PreviousVersionDefinition.GetPreviousVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6001,8 +5707,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6085,29 +5795,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyCategory' - links: - children: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.Category.ListChildren - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.Category.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitions: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.Category.ListDefinitions - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - parent: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.Category.GetParent - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6163,17 +5856,12 @@ paths: - definitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionFile' - links: - definitions: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.DefinitionFile.ListDefinitions - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6240,33 +5928,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.NextVersionDefinition.GetCategory - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.NextVersionDefinition.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.NextVersionDefinition.GetNextVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - presentations: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.NextVersionDefinition.ListPresentations - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.NextVersionDefinition.GetPreviousVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6292,8 +5959,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6376,29 +6047,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyCategory' - links: - children: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.nextVersionDefinition.Category.ListChildren - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.nextVersionDefinition.Category.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - definitions: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.nextVersionDefinition.Category.ListDefinitions - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - parent: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.nextVersionDefinition.Category.GetParent - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6454,17 +6108,12 @@ paths: - definitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionFile' - links: - definitions: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.nextVersionDefinition.DefinitionFile.ListDefinitions - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6535,7 +6184,7 @@ paths: - definition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyPresentationCollectionResponse' default: $ref: '#/components/responses/error' @@ -6565,7 +6214,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6627,18 +6276,12 @@ paths: - definition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' - links: - definition: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.nextVersionDefinition.Presentations.GetDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6672,8 +6315,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6782,38 +6429,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.nextVersionDefinition.presentations.Definition.GetCategory - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.nextVersionDefinition.presentations.Definition.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.nextVersionDefinition.presentations.Definition.GetNextVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - presentations: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.nextVersionDefinition.presentations.Definition.ListPresentations - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.nextVersionDefinition.presentations.Definition.GetPreviousVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6884,7 +6505,7 @@ paths: - definition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyPresentationCollectionResponse' default: $ref: '#/components/responses/error' @@ -6914,7 +6535,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6976,18 +6597,12 @@ paths: - definition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' - links: - definition: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.Presentations.GetDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7021,8 +6636,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7131,38 +6750,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.presentations.Definition.GetCategory - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - definitionFile: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.presentations.Definition.GetDefinitionFile - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.presentations.Definition.GetNextVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - presentations: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.presentations.Definition.ListPresentations - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyDefinitions.previousVersionDefinition.presentations.Definition.GetPreviousVersionDefinition - parameters: - groupPolicyDefinition-id: $request.path.groupPolicyDefinition-id - groupPolicyPresentation-id: $request.path.groupPolicyPresentation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7260,7 +6853,7 @@ paths: - unsupportedGroupPolicyExtensions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyMigrationReportCollectionResponse' default: $ref: '#/components/responses/error' @@ -7281,7 +6874,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyMigrationReport' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7348,21 +6941,12 @@ paths: - unsupportedGroupPolicyExtensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyMigrationReport' - links: - groupPolicySettingMappings: - operationId: deviceManagement.GroupPolicyMigrationReports.ListGroupPolicySettingMappings - parameters: - groupPolicyMigrationReport-id: $request.path.groupPolicyMigrationReport-id - unsupportedGroupPolicyExtensions: - operationId: deviceManagement.GroupPolicyMigrationReports.ListUnsupportedGroupPolicyExtensions - parameters: - groupPolicyMigrationReport-id: $request.path.groupPolicyMigrationReport-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7388,8 +6972,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyMigrationReport' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyMigrationReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7538,7 +7126,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicySettingMappingCollectionResponse' default: $ref: '#/components/responses/error' @@ -7568,7 +7156,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicySettingMapping' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7646,7 +7234,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7685,8 +7273,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicySettingMapping' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicySettingMapping' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7795,7 +7387,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unsupportedGroupPolicyExtensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7825,7 +7417,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unsupportedGroupPolicyExtension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7887,7 +7479,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7926,8 +7518,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unsupportedGroupPolicyExtension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unsupportedGroupPolicyExtension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8034,7 +7630,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyObjectFileCollectionResponse' default: $ref: '#/components/responses/error' @@ -8055,7 +7651,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyObjectFile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8111,7 +7707,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8142,8 +7738,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyObjectFile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyObjectFile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8270,7 +7870,7 @@ paths: - groupPolicyOperations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyUploadedDefinitionFileCollectionResponse' default: $ref: '#/components/responses/error' @@ -8291,7 +7891,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyUploadedDefinitionFile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8359,31 +7959,12 @@ paths: - groupPolicyOperations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyUploadedDefinitionFile' - links: - definitions: - operationId: deviceManagement.GroupPolicyUploadedDefinitionFiles.ListDefinitions - parameters: - groupPolicyUploadedDefinitionFile-id: $request.path.groupPolicyUploadedDefinitionFile-id - groupPolicyOperations: - operationId: deviceManagement.GroupPolicyUploadedDefinitionFiles.ListGroupPolicyOperations - parameters: - groupPolicyUploadedDefinitionFile-id: $request.path.groupPolicyUploadedDefinitionFile-id - addLanguageFiles: - operationId: deviceManagement.groupPolicyUploadedDefinitionFiles.groupPolicyUploadedDefinitionFile.addLanguageFiles - remove: - operationId: deviceManagement.groupPolicyUploadedDefinitionFiles.groupPolicyUploadedDefinitionFile.remove - removeLanguageFiles: - operationId: deviceManagement.groupPolicyUploadedDefinitionFiles.groupPolicyUploadedDefinitionFile.removeLanguageFiles - updateLanguageFiles: - operationId: deviceManagement.groupPolicyUploadedDefinitionFiles.groupPolicyUploadedDefinitionFile.updateLanguageFiles - uploadNewVersion: - operationId: deviceManagement.groupPolicyUploadedDefinitionFiles.groupPolicyUploadedDefinitionFile.uploadNewVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8409,8 +7990,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyUploadedDefinitionFile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyUploadedDefinitionFile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8511,7 +8096,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -8541,7 +8126,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8603,7 +8188,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8642,8 +8227,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8830,7 +8419,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.intuneBrandingProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -8851,7 +8440,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.intuneBrandingProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8935,19 +8524,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.intuneBrandingProfile' - links: - assignments: - operationId: deviceManagement.IntuneBrandingProfiles.ListAssignments - parameters: - intuneBrandingProfile-id: $request.path.intuneBrandingProfile-id - assign: - operationId: deviceManagement.intuneBrandingProfiles.intuneBrandingProfile.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8973,8 +8555,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.intuneBrandingProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.intuneBrandingProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9066,7 +8652,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.intuneBrandingProfileAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -9096,7 +8682,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.intuneBrandingProfileAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9155,7 +8741,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9194,8 +8780,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.intuneBrandingProfileAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.intuneBrandingProfileAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9320,7 +8910,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.iosUpdateDeviceStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -9341,7 +8931,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9403,7 +8993,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9434,8 +9024,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9570,7 +9164,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileThreatDefenseConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -9591,7 +9185,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9659,7 +9253,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9690,8 +9284,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9793,7 +9391,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ndesConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -9814,7 +9412,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ndesConnector' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9871,7 +9469,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9902,8 +9500,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ndesConnector' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ndesConnector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9999,7 +9601,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.remoteAssistancePartnerCollectionResponse' default: $ref: '#/components/responses/error' @@ -10020,7 +9622,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10075,17 +9677,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' - links: - beginOnboarding: - operationId: deviceManagement.remoteAssistancePartners.remoteAssistancePartner.beginOnboarding - disconnect: - operationId: deviceManagement.remoteAssistancePartners.remoteAssistancePartner.disconnect default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10111,8 +9708,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10208,7 +9809,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.resourceOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -10229,7 +9830,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10284,15 +9885,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceOperation' - links: - getScopesForUser: - operationId: deviceManagement.resourceOperations.resourceOperation.getScopesGraphFPreUser default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10318,8 +9916,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10422,7 +10024,7 @@ paths: - roleScopeTags type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceAndAppManagementRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -10443,7 +10045,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10503,21 +10105,12 @@ paths: - roleScopeTags type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' - links: - roleDefinition: - operationId: deviceManagement.RoleAssignments.GetRoleDefinition - parameters: - deviceAndAppManagementRoleAssignment-id: $request.path.deviceAndAppManagementRoleAssignment-id - roleScopeTags: - operationId: deviceManagement.RoleAssignments.ListRoleScopeTags - parameters: - deviceAndAppManagementRoleAssignment-id: $request.path.deviceAndAppManagementRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10543,8 +10136,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10644,7 +10241,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.roleScopeTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -10706,18 +10303,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleScopeTag' - links: - assignments: - operationId: deviceManagement.roleAssignments.RoleScopeTags.ListAssignments - parameters: - deviceAndAppManagementRoleAssignment-id: $request.path.deviceAndAppManagementRoleAssignment-id - roleScopeTag-id: $request.path.roleScopeTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10795,7 +10386,7 @@ paths: - roleAssignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.roleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -10816,7 +10407,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10875,17 +10466,12 @@ paths: - roleAssignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleDefinition' - links: - roleAssignments: - operationId: deviceManagement.RoleDefinitions.ListRoleAssignments - parameters: - roleDefinition-id: $request.path.roleDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10911,8 +10497,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11018,7 +10608,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.roleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -11048,7 +10638,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11113,18 +10703,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleAssignment' - links: - roleDefinition: - operationId: deviceManagement.roleDefinitions.RoleAssignments.GetRoleDefinition - parameters: - roleDefinition-id: $request.path.roleDefinition-id - roleAssignment-id: $request.path.roleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11158,8 +10742,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11255,18 +10843,12 @@ paths: - roleAssignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleDefinition' - links: - roleAssignments: - operationId: deviceManagement.roleDefinitions.roleAssignments.RoleDefinition.ListRoleAssignments - parameters: - roleDefinition-id: $request.path.roleDefinition-id - roleAssignment-id: $request.path.roleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11332,7 +10914,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.roleScopeTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -11353,7 +10935,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleScopeTag' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11408,19 +10990,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleScopeTag' - links: - assignments: - operationId: deviceManagement.RoleScopeTags.ListAssignments - parameters: - roleScopeTag-id: $request.path.roleScopeTag-id - assign: - operationId: deviceManagement.roleScopeTags.roleScopeTag.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11446,8 +11021,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleScopeTag' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleScopeTag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11539,7 +11118,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.roleScopeTagAutoAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -11569,7 +11148,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleScopeTagAutoAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11628,7 +11207,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11667,8 +11246,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleScopeTagAutoAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleScopeTagAutoAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11772,7 +11355,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.telecomExpenseManagementPartnerCollectionResponse' default: $ref: '#/components/responses/error' @@ -11793,7 +11376,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11848,7 +11431,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11879,8 +11462,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11997,7 +11584,7 @@ paths: - groupAssignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termsAndConditionsCollectionResponse' default: $ref: '#/components/responses/error' @@ -12018,7 +11605,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12084,25 +11671,12 @@ paths: - groupAssignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' - links: - acceptanceStatuses: - operationId: deviceManagement.TermsAndConditions.ListAcceptanceStatuses - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - assignments: - operationId: deviceManagement.TermsAndConditions.ListAssignments - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - groupAssignments: - operationId: deviceManagement.TermsAndConditions.ListGroupAssignments - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12128,8 +11702,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsAndConditions' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12232,7 +11810,7 @@ paths: - termsAndConditions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termsAndConditionsAcceptanceStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -12262,7 +11840,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12326,18 +11904,12 @@ paths: - termsAndConditions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' - links: - termsAndConditions: - operationId: deviceManagement.termsAndConditions.AcceptanceStatuses.GetTermsAndConditions - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - termsAndConditionsAcceptanceStatus-id: $request.path.termsAndConditionsAcceptanceStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12371,8 +11943,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12475,28 +12051,12 @@ paths: - groupAssignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' - links: - acceptanceStatuses: - operationId: deviceManagement.termsAndConditions.acceptanceStatuses.TermsAndConditions.ListAcceptanceStatuses - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - termsAndConditionsAcceptanceStatus-id: $request.path.termsAndConditionsAcceptanceStatus-id - assignments: - operationId: deviceManagement.termsAndConditions.acceptanceStatuses.TermsAndConditions.ListAssignments - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - termsAndConditionsAcceptanceStatus-id: $request.path.termsAndConditionsAcceptanceStatus-id - groupAssignments: - operationId: deviceManagement.termsAndConditions.acceptanceStatuses.TermsAndConditions.ListGroupAssignments - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - termsAndConditionsAcceptanceStatus-id: $request.path.termsAndConditionsAcceptanceStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12562,7 +12122,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termsAndConditionsAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -12592,7 +12152,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12651,7 +12211,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12690,8 +12250,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12793,7 +12357,7 @@ paths: - termsAndConditions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termsAndConditionsGroupAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -12823,7 +12387,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsGroupAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12884,18 +12448,12 @@ paths: - termsAndConditions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsGroupAssignment' - links: - termsAndConditions: - operationId: deviceManagement.termsAndConditions.GroupAssignments.GetTermsAndConditions - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - termsAndConditionsGroupAssignment-id: $request.path.termsAndConditionsGroupAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12929,8 +12487,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsGroupAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsAndConditionsGroupAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13033,28 +12595,12 @@ paths: - groupAssignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' - links: - acceptanceStatuses: - operationId: deviceManagement.termsAndConditions.groupAssignments.TermsAndConditions.ListAcceptanceStatuses - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - termsAndConditionsGroupAssignment-id: $request.path.termsAndConditionsGroupAssignment-id - assignments: - operationId: deviceManagement.termsAndConditions.groupAssignments.TermsAndConditions.ListAssignments - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - termsAndConditionsGroupAssignment-id: $request.path.termsAndConditionsGroupAssignment-id - groupAssignments: - operationId: deviceManagement.termsAndConditions.groupAssignments.TermsAndConditions.ListGroupAssignments - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - termsAndConditionsGroupAssignment-id: $request.path.termsAndConditionsGroupAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13145,7 +12691,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userPFXCertificateCollectionResponse' default: $ref: '#/components/responses/error' @@ -13166,7 +12712,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userPFXCertificate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13228,7 +12774,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13259,8 +12805,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userPFXCertificate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userPFXCertificate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13352,45 +12902,12 @@ paths: - userSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.virtualEndpoint' - links: - auditEvents: - operationId: deviceManagement.VirtualEndpoint.ListAuditEvents - cloudPCs: - operationId: deviceManagement.VirtualEndpoint.ListCloudPCs - crossCloudGovernmentOrganizationMapping: - operationId: deviceManagement.VirtualEndpoint.GetCrossCloudGovernmentOrganizationMapping - deviceImages: - operationId: deviceManagement.VirtualEndpoint.ListDeviceImages - externalPartnerSettings: - operationId: deviceManagement.VirtualEndpoint.ListExternalPartnerSettings - galleryImages: - operationId: deviceManagement.VirtualEndpoint.ListGalleryImages - onPremisesConnections: - operationId: deviceManagement.VirtualEndpoint.ListOnPremisesConnections - organizationSettings: - operationId: deviceManagement.VirtualEndpoint.GetOrganizationSettings - provisioningPolicies: - operationId: deviceManagement.VirtualEndpoint.ListProvisioningPolicies - reports: - operationId: deviceManagement.VirtualEndpoint.GetReports - servicePlans: - operationId: deviceManagement.VirtualEndpoint.ListServicePlans - sharedUseServicePlans: - operationId: deviceManagement.VirtualEndpoint.ListSharedUseServicePlans - snapshots: - operationId: deviceManagement.VirtualEndpoint.ListSnapshots - supportedRegions: - operationId: deviceManagement.VirtualEndpoint.ListSupportedRegions - userSettings: - operationId: deviceManagement.VirtualEndpoint.ListUserSettings - getEffectivePermissions: - operationId: deviceManagement.virtualEndpoint.getEffectivePermissions default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13407,8 +12924,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.virtualEndpoint' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.virtualEndpoint' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13517,7 +13038,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcAuditEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -13538,7 +13059,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13599,7 +13120,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13630,8 +13151,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcAuditEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcAuditEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13787,7 +13312,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPCCollectionResponse' default: $ref: '#/components/responses/error' @@ -13808,7 +13333,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPC' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13882,37 +13407,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPC' - links: - changeUserAccountType: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.changeUserAccountType - endGracePeriod: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.endGracePeriod - getCloudPcConnectivityHistory: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.getCloudPcConnectivityHistory - getCloudPcLaunchInfo: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.getCloudPcLaunchInfo - getShiftWorkCloudPcAccessState: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.getShiftWorkCloudPcAccessState - getSupportedCloudPcRemoteActions: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.getSupportedCloudPcRemoteActions - reboot: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.reboot - rename: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.rename - reprovision: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.reprovision - restore: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.restore - retryPartnerAgentInstallation: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.retryPartnerAgentInstallation - troubleshoot: - operationId: deviceManagement.virtualEndpoint.cloudPCs.cloudPC.troubleshoot default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13938,8 +13438,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPC' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPC' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14006,7 +13510,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14028,8 +13532,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcCrossCloudGovernmentOrganizationMapping' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcCrossCloudGovernmentOrganizationMapping' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14135,7 +13643,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcDeviceImageCollectionResponse' default: $ref: '#/components/responses/error' @@ -14160,7 +13668,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14220,15 +13728,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImage' - links: - reupload: - operationId: deviceManagement.virtualEndpoint.deviceImages.cloudPcDeviceImage.reupload default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14254,8 +13759,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcDeviceImage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14354,7 +13863,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcExternalPartnerSettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -14379,7 +13888,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerSetting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14434,7 +13943,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14465,8 +13974,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerSetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcExternalPartnerSetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14586,7 +14099,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcGalleryImageCollectionResponse' default: $ref: '#/components/responses/error' @@ -14607,7 +14120,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14669,7 +14182,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14700,8 +14213,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcGalleryImage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14833,7 +14350,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcOnPremisesConnectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -14858,7 +14375,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14924,17 +14441,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' - links: - runHealthChecks: - operationId: deviceManagement.virtualEndpoint.onPremisesConnections.cloudPcOnPremisesConnection.runHealthChecks - updateAdDomainPassword: - operationId: deviceManagement.virtualEndpoint.onPremisesConnections.cloudPcOnPremisesConnection.updateAdDomainPassword default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14960,8 +14472,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15031,7 +14547,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15057,8 +14573,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcOrganizationSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcOrganizationSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15181,7 +14701,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcProvisioningPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -15206,7 +14726,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15273,19 +14793,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' - links: - assignments: - operationId: deviceManagement.virtualEndpoint.ProvisioningPolicies.ListAssignments - parameters: - cloudPcProvisioningPolicy-id: $request.path.cloudPcProvisioningPolicy-id - assign: - operationId: deviceManagement.virtualEndpoint.provisioningPolicies.cloudPcProvisioningPolicy.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15311,8 +14824,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15404,7 +14921,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcProvisioningPolicyAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -15434,7 +14951,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15493,7 +15010,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15532,8 +15049,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15606,25 +15127,12 @@ paths: - exportJobs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcReports' - links: - exportJobs: - operationId: deviceManagement.virtualEndpoint.Reports.ListExportJobs - getDailyAggregatedRemoteConnectionReports: - operationId: deviceManagement.virtualEndpoint.reports.getDailyAggregatedRemoteConnectionReports - getRealTimeRemoteConnectionLatency: - operationId: deviceManagement.virtualEndpoint.reports.getRealTimeRemoteConnectionLatency - getRealTimeRemoteConnectionStatus: - operationId: deviceManagement.virtualEndpoint.reports.getRealTimeRemoteConnectionStatus - getRemoteConnectionHistoricalReports: - operationId: deviceManagement.virtualEndpoint.reports.getRemoteConnectionHistoricalReports - getTotalAggregatedRemoteConnectionReports: - operationId: deviceManagement.virtualEndpoint.reports.getTotalAggregatedRemoteConnectionReports default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15641,8 +15149,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcReports' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcReports' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15739,7 +15251,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcExportJobCollectionResponse' default: $ref: '#/components/responses/error' @@ -15764,7 +15276,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcExportJob' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15822,7 +15334,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15853,8 +15365,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcExportJob' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcExportJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15956,7 +15472,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcServicePlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -15977,7 +15493,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlan' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16033,7 +15549,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16064,8 +15580,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlan' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcServicePlan' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16154,7 +15674,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcSharedUseServicePlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -16205,7 +15725,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16280,7 +15800,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcSnapshotCollectionResponse' default: $ref: '#/components/responses/error' @@ -16301,7 +15821,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcSnapshot' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16355,7 +15875,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16386,8 +15906,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcSnapshot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcSnapshot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16483,7 +16007,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcSupportedRegionCollectionResponse' default: $ref: '#/components/responses/error' @@ -16504,7 +16028,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcSupportedRegion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16558,7 +16082,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16589,8 +16113,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcSupportedRegion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcSupportedRegion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16694,7 +16222,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcUserSettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -16719,7 +16247,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16777,19 +16305,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' - links: - assignments: - operationId: deviceManagement.virtualEndpoint.UserSettings.ListAssignments - parameters: - cloudPcUserSetting-id: $request.path.cloudPcUserSetting-id - assign: - operationId: deviceManagement.virtualEndpoint.userSettings.cloudPcUserSetting.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16815,8 +16336,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16911,7 +16436,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudPcUserSettingAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -16941,7 +16466,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17001,7 +16526,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17040,8 +16565,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/DeviceManagement.Enrollment.yml b/openApiDocs/beta/DeviceManagement.Enrollment.yml index 65fd9f45b54..584ff0e3d1e 100644 --- a/openApiDocs/beta/DeviceManagement.Enrollment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrollment.yml @@ -117,7 +117,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.androidDeviceOwnerEnrollmentProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -138,7 +138,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -208,17 +208,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' - links: - createToken: - operationId: deviceManagement.androidDeviceOwnerEnrollmentProfiles.androidDeviceOwnerEnrollmentProfile.createToken - revokeToken: - operationId: deviceManagement.androidDeviceOwnerEnrollmentProfiles.androidDeviceOwnerEnrollmentProfile.revokeToken default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -244,8 +239,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidDeviceOwnerEnrollmentProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -356,7 +355,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.androidForWorkEnrollmentProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -377,7 +376,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidForWorkEnrollmentProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -437,17 +436,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidForWorkEnrollmentProfile' - links: - createToken: - operationId: deviceManagement.androidGraphFPreWorkEnrollmentProfiles.androidGraphFPreWorkEnrollmentProfile.createToken - revokeToken: - operationId: deviceManagement.androidGraphFPreWorkEnrollmentProfiles.androidGraphFPreWorkEnrollmentProfile.revokeToken default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -473,8 +467,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidForWorkEnrollmentProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidForWorkEnrollmentProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -581,7 +579,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appleUserInitiatedEnrollmentProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -602,7 +600,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appleUserInitiatedEnrollmentProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -662,19 +660,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appleUserInitiatedEnrollmentProfile' - links: - assignments: - operationId: deviceManagement.AppleUserInitiatedEnrollmentProfiles.ListAssignments - parameters: - appleUserInitiatedEnrollmentProfile-id: $request.path.appleUserInitiatedEnrollmentProfile-id - setPriority: - operationId: deviceManagement.appleUserInitiatedEnrollmentProfiles.appleUserInitiatedEnrollmentProfile.setPriority default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -700,8 +691,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appleUserInitiatedEnrollmentProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appleUserInitiatedEnrollmentProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -793,7 +788,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appleEnrollmentProfileAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -823,7 +818,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appleEnrollmentProfileAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -882,7 +877,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -921,8 +916,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appleEnrollmentProfileAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appleEnrollmentProfileAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1091,7 +1090,7 @@ paths: - policyStatusDetails type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementAutopilotEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -1112,7 +1111,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementAutopilotEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1190,17 +1189,12 @@ paths: - policyStatusDetails type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementAutopilotEvent' - links: - policyStatusDetails: - operationId: deviceManagement.AutopilotEvents.ListPolicyStatusDetails - parameters: - deviceManagementAutopilotEvent-id: $request.path.deviceManagementAutopilotEvent-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1226,8 +1220,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementAutopilotEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementAutopilotEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1334,7 +1332,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementAutopilotPolicyStatusDetailCollectionResponse' default: $ref: '#/components/responses/error' @@ -1364,7 +1362,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementAutopilotPolicyStatusDetail' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1428,7 +1426,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1467,8 +1465,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementAutopilotPolicyStatusDetail' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementAutopilotPolicyStatusDetail' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1543,7 +1545,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1565,8 +1567,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1683,7 +1689,7 @@ paths: - importedAppleDeviceIdentities type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.depOnboardingSettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -1704,7 +1710,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.depOnboardingSetting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1774,41 +1780,12 @@ paths: - importedAppleDeviceIdentities type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.depOnboardingSetting' - links: - defaultIosEnrollmentProfile: - operationId: deviceManagement.DepOnboardingSettings.GetDefaultIosEnrollmentProfile - parameters: - depOnboardingSetting-id: $request.path.depOnboardingSetting-id - defaultMacOsEnrollmentProfile: - operationId: deviceManagement.DepOnboardingSettings.GetDefaultMacOsEnrollmentProfile - parameters: - depOnboardingSetting-id: $request.path.depOnboardingSetting-id - enrollmentProfiles: - operationId: deviceManagement.DepOnboardingSettings.ListEnrollmentProfiles - parameters: - depOnboardingSetting-id: $request.path.depOnboardingSetting-id - importedAppleDeviceIdentities: - operationId: deviceManagement.DepOnboardingSettings.ListImportedAppleDeviceIdentities - parameters: - depOnboardingSetting-id: $request.path.depOnboardingSetting-id - generateEncryptionPublicKey: - operationId: deviceManagement.depOnboardingSettings.depOnboardingSetting.generateEncryptionPublicKey - getEncryptionPublicKey: - operationId: deviceManagement.depOnboardingSettings.depOnboardingSetting.getEncryptionPublicKey - shareForSchoolDataSyncService: - operationId: deviceManagement.depOnboardingSettings.depOnboardingSetting.shareGraphFPreSchoolDataSyncService - syncWithAppleDeviceEnrollmentProgram: - operationId: deviceManagement.depOnboardingSettings.depOnboardingSetting.syncGraphWPreAppleDeviceEnrollmentProgram - unshareForSchoolDataSyncService: - operationId: deviceManagement.depOnboardingSettings.depOnboardingSetting.unshareGraphFPreSchoolDataSyncService - uploadDepToken: - operationId: deviceManagement.depOnboardingSettings.depOnboardingSetting.uploadDepToken default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1834,8 +1811,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.depOnboardingSetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.depOnboardingSetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1960,7 +1941,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2058,7 +2039,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2144,7 +2125,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.enrollmentProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -2174,7 +2155,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.enrollmentProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2238,19 +2219,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.enrollmentProfile' - links: - exportMobileConfig: - operationId: deviceManagement.depOnboardingSettings.depOnboardingSetting.enrollmentProfiles.enrollmentProfile.exportMobileConfig - setDefaultProfile: - operationId: deviceManagement.depOnboardingSettings.depOnboardingSetting.enrollmentProfiles.enrollmentProfile.setDefaultProfile - updateDeviceProfileAssignment: - operationId: deviceManagement.depOnboardingSettings.depOnboardingSetting.enrollmentProfiles.enrollmentProfile.updateDeviceProfileAssignment default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2284,8 +2258,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.enrollmentProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2415,7 +2393,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.importedAppleDeviceIdentityCollectionResponse' default: $ref: '#/components/responses/error' @@ -2445,7 +2423,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.importedAppleDeviceIdentity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2514,7 +2492,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2553,8 +2531,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.importedAppleDeviceIdentity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.importedAppleDeviceIdentity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2669,7 +2651,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceEnrollmentConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -2690,7 +2672,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2750,21 +2732,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' - links: - assignments: - operationId: deviceManagement.DeviceEnrollmentConfigurations.ListAssignments - parameters: - deviceEnrollmentConfiguration-id: $request.path.deviceEnrollmentConfiguration-id - assign: - operationId: deviceManagement.deviceEnrollmentConfigurations.deviceEnrollmentConfiguration.assign - setPriority: - operationId: deviceManagement.deviceEnrollmentConfigurations.deviceEnrollmentConfiguration.setPriority default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2790,8 +2763,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2889,7 +2866,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.enrollmentConfigurationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -2919,7 +2896,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2980,7 +2957,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3019,8 +2996,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3133,7 +3114,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.importedDeviceIdentityCollectionResponse' default: $ref: '#/components/responses/error' @@ -3154,7 +3135,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.importedDeviceIdentity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3212,7 +3193,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3243,8 +3224,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.importedDeviceIdentity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.importedDeviceIdentity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3346,7 +3331,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.importedWindowsAutopilotDeviceIdentityCollectionResponse' default: $ref: '#/components/responses/error' @@ -3367,7 +3352,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3424,7 +3409,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3455,8 +3440,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3564,7 +3553,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -3585,7 +3574,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3644,7 +3633,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3675,8 +3664,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3800,7 +3793,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsAutopilotDeploymentProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -3821,7 +3814,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3888,23 +3881,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile' - links: - assignedDevices: - operationId: deviceManagement.WindowsAutopilotDeploymentProfiles.ListAssignedDevices - parameters: - windowsAutopilotDeploymentProfile-id: $request.path.windowsAutopilotDeploymentProfile-id - assignments: - operationId: deviceManagement.WindowsAutopilotDeploymentProfiles.ListAssignments - parameters: - windowsAutopilotDeploymentProfile-id: $request.path.windowsAutopilotDeploymentProfile-id - assign: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.windowsAutopilotDeploymentProfile.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3930,8 +3912,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4099,7 +4085,7 @@ paths: - intendedDeploymentProfile type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsAutopilotDeviceIdentityCollectionResponse' default: $ref: '#/components/responses/error' @@ -4129,7 +4115,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4216,33 +4202,12 @@ paths: - intendedDeploymentProfile type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' - links: - deploymentProfile: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.AssignedDevices.GetDeploymentProfile - parameters: - windowsAutopilotDeploymentProfile-id: $request.path.windowsAutopilotDeploymentProfile-id - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id - intendedDeploymentProfile: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.AssignedDevices.GetIntendedDeploymentProfile - parameters: - windowsAutopilotDeploymentProfile-id: $request.path.windowsAutopilotDeploymentProfile-id - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id - assignResourceAccountToDevice: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.windowsAutopilotDeploymentProfile.assignedDevices.windowsAutopilotDeviceIdentity.assignResourceAccountToDevice - assignUserToDevice: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.windowsAutopilotDeploymentProfile.assignedDevices.windowsAutopilotDeviceIdentity.assignUserToDevice - unassignResourceAccountFromDevice: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.windowsAutopilotDeploymentProfile.assignedDevices.windowsAutopilotDeviceIdentity.unassignResourceAccountFromDevice - unassignUserFromDevice: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.windowsAutopilotDeploymentProfile.assignedDevices.windowsAutopilotDeviceIdentity.unassignUserFromDevice - updateDeviceProperties: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.windowsAutopilotDeploymentProfile.assignedDevices.windowsAutopilotDeviceIdentity.updateDeviceProperties default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4276,8 +4241,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4381,23 +4350,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile' - links: - assignedDevices: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.assignedDevices.DeploymentProfile.ListAssignedDevices - parameters: - windowsAutopilotDeploymentProfile-id: $request.path.windowsAutopilotDeploymentProfile-id - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id - assignments: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.assignedDevices.DeploymentProfile.ListAssignments - parameters: - windowsAutopilotDeploymentProfile-id: $request.path.windowsAutopilotDeploymentProfile-id - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4467,23 +4425,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile' - links: - assignedDevices: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.assignedDevices.IntendedDeploymentProfile.ListAssignedDevices - parameters: - windowsAutopilotDeploymentProfile-id: $request.path.windowsAutopilotDeploymentProfile-id - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id - assignments: - operationId: deviceManagement.windowsAutopilotDeploymentProfiles.assignedDevices.IntendedDeploymentProfile.ListAssignments - parameters: - windowsAutopilotDeploymentProfile-id: $request.path.windowsAutopilotDeploymentProfile-id - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4555,7 +4502,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsAutopilotDeploymentProfileAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -4585,7 +4532,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfileAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4646,7 +4593,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4685,8 +4632,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfileAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfileAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4854,7 +4805,7 @@ paths: - intendedDeploymentProfile type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsAutopilotDeviceIdentityCollectionResponse' default: $ref: '#/components/responses/error' @@ -4875,7 +4826,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4954,31 +4905,12 @@ paths: - intendedDeploymentProfile type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' - links: - deploymentProfile: - operationId: deviceManagement.WindowsAutopilotDeviceIdentities.GetDeploymentProfile - parameters: - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id - intendedDeploymentProfile: - operationId: deviceManagement.WindowsAutopilotDeviceIdentities.GetIntendedDeploymentProfile - parameters: - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id - assignResourceAccountToDevice: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentity.assignResourceAccountToDevice - assignUserToDevice: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentity.assignUserToDevice - unassignResourceAccountFromDevice: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentity.unassignResourceAccountFromDevice - unassignUserFromDevice: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentity.unassignUserFromDevice - updateDeviceProperties: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentity.updateDeviceProperties default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5004,8 +4936,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5093,21 +5029,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile' - links: - assignedDevices: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.DeploymentProfile.ListAssignedDevices - parameters: - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id - assignments: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.DeploymentProfile.ListAssignments - parameters: - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5169,21 +5096,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile' - links: - assignedDevices: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.IntendedDeploymentProfile.ListAssignedDevices - parameters: - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id - assignments: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.IntendedDeploymentProfile.ListAssignments - parameters: - windowsAutopilotDeviceIdentity-id: $request.path.windowsAutopilotDeviceIdentity-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5223,15 +5141,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotSettings' - links: - sync: - operationId: deviceManagement.windowsAutopilotSettings.sync default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5248,8 +5163,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsAutopilotSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5351,7 +5270,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsFeatureUpdateProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -5372,7 +5291,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsFeatureUpdateProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5433,19 +5352,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsFeatureUpdateProfile' - links: - assignments: - operationId: deviceManagement.WindowsFeatureUpdateProfiles.ListAssignments - parameters: - windowsFeatureUpdateProfile-id: $request.path.windowsFeatureUpdateProfile-id - assign: - operationId: deviceManagement.windowsFeatureUpdateProfiles.windowsFeatureUpdateProfile.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5471,8 +5383,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsFeatureUpdateProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsFeatureUpdateProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5564,7 +5480,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsFeatureUpdateProfileAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -5594,7 +5510,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsFeatureUpdateProfileAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5653,7 +5569,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5692,8 +5608,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsFeatureUpdateProfileAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsFeatureUpdateProfileAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5770,21 +5690,12 @@ paths: - deviceManagement type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleManagement' - links: - directory: - operationId: roleManagement.GetDirectory - cloudPC: - operationId: roleManagement.GetCloudPC - entitlementManagement: - operationId: roleManagement.GetEntitlementManagement - deviceManagement: - operationId: roleManagement.GetDeviceManagement default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5801,8 +5712,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleManagement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleManagement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5844,19 +5759,12 @@ paths: - roleDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplicationMultiple' - links: - resourceNamespaces: - operationId: roleManagement.CloudPC.ListResourceNamespaces - roleAssignments: - operationId: roleManagement.CloudPC.ListRoleAssignments - roleDefinitions: - operationId: roleManagement.CloudPC.ListRoleDefinitions default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5873,8 +5781,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.rbacApplicationMultiple' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.rbacApplicationMultiple' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5951,7 +5863,7 @@ paths: - resourceActions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceNamespaceCollectionResponse' default: $ref: '#/components/responses/error' @@ -5972,7 +5884,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6024,19 +5936,12 @@ paths: - resourceActions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' - links: - resourceActions: - operationId: roleManagement.cloudPC.ResourceNamespaces.ListResourceActions - parameters: - unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id - importResourceActions: - operationId: roleManagement.cloudPC.resourceNamespaces.unifiedRbacResourceNamespace.importResourceActions default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6062,8 +5967,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6175,7 +6084,7 @@ paths: - resourceScope type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceActionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6205,7 +6114,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6271,18 +6180,12 @@ paths: - resourceScope type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' - links: - resourceScope: - operationId: roleManagement.cloudPC.resourceNamespaces.ResourceActions.GetResourceScope - parameters: - unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id - unifiedRbacResourceAction-id: $request.path.unifiedRbacResourceAction-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6316,8 +6219,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6406,7 +6313,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6445,8 +6352,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6567,7 +6478,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentMultipleCollectionResponse' default: $ref: '#/components/responses/error' @@ -6592,7 +6503,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentMultiple' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6656,29 +6567,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentMultiple' - links: - appScopes: - operationId: roleManagement.cloudPC.RoleAssignments.ListAppScopes - parameters: - unifiedRoleAssignmentMultiple-id: $request.path.unifiedRoleAssignmentMultiple-id - directoryScopes: - operationId: roleManagement.cloudPC.RoleAssignments.ListDirectoryScopes - parameters: - unifiedRoleAssignmentMultiple-id: $request.path.unifiedRoleAssignmentMultiple-id - principals: - operationId: roleManagement.cloudPC.RoleAssignments.ListPrincipals - parameters: - unifiedRoleAssignmentMultiple-id: $request.path.unifiedRoleAssignmentMultiple-id - roleDefinition: - operationId: roleManagement.cloudPC.RoleAssignments.GetRoleDefinition - parameters: - unifiedRoleAssignmentMultiple-id: $request.path.unifiedRoleAssignmentMultiple-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6704,8 +6598,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentMultiple' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentMultiple' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6800,7 +6698,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -6830,7 +6728,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6890,7 +6788,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6929,8 +6827,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7030,7 +6932,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -7088,7 +6990,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7159,7 +7061,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -7217,7 +7119,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7277,17 +7179,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.cloudPC.roleAssignments.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignmentMultiple-id: $request.path.unifiedRoleAssignmentMultiple-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7371,7 +7268,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7396,7 +7293,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7455,19 +7352,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.cloudPC.RoleDefinitions.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id - assignedPrincipals: - operationId: roleManagement.cloudPC.roleDefinitions.unifiedRoleDefinition.assignedPrincipals default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7493,8 +7383,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7609,7 +7503,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7639,7 +7533,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7707,20 +7601,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.cloudPC.roleDefinitions.InheritsPermissionsFrom.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id - unifiedRoleDefinition-id1: $request.path.unifiedRoleDefinition-id1 - assignedPrincipals: - operationId: roleManagement.cloudPC.roleDefinitions.unifiedRoleDefinition.inheritsPermissionsFrom.unifiedRoleDefinition.assignedPrincipals default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7754,8 +7640,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7832,19 +7722,12 @@ paths: - roleDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplicationMultiple' - links: - resourceNamespaces: - operationId: roleManagement.DeviceManagement.ListResourceNamespaces - roleAssignments: - operationId: roleManagement.DeviceManagement.ListRoleAssignments - roleDefinitions: - operationId: roleManagement.DeviceManagement.ListRoleDefinitions default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7861,8 +7744,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.rbacApplicationMultiple' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.rbacApplicationMultiple' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7939,7 +7826,7 @@ paths: - resourceActions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceNamespaceCollectionResponse' default: $ref: '#/components/responses/error' @@ -7960,7 +7847,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8012,19 +7899,12 @@ paths: - resourceActions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' - links: - resourceActions: - operationId: roleManagement.deviceManagement.ResourceNamespaces.ListResourceActions - parameters: - unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id - importResourceActions: - operationId: roleManagement.deviceManagement.resourceNamespaces.unifiedRbacResourceNamespace.importResourceActions default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8050,8 +7930,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8163,7 +8047,7 @@ paths: - resourceScope type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceActionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8193,7 +8077,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8259,18 +8143,12 @@ paths: - resourceScope type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' - links: - resourceScope: - operationId: roleManagement.deviceManagement.resourceNamespaces.ResourceActions.GetResourceScope - parameters: - unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id - unifiedRbacResourceAction-id: $request.path.unifiedRbacResourceAction-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8304,8 +8182,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8394,7 +8276,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8433,8 +8315,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8555,7 +8441,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentMultipleCollectionResponse' default: $ref: '#/components/responses/error' @@ -8580,7 +8466,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentMultiple' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8644,29 +8530,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentMultiple' - links: - appScopes: - operationId: roleManagement.deviceManagement.RoleAssignments.ListAppScopes - parameters: - unifiedRoleAssignmentMultiple-id: $request.path.unifiedRoleAssignmentMultiple-id - directoryScopes: - operationId: roleManagement.deviceManagement.RoleAssignments.ListDirectoryScopes - parameters: - unifiedRoleAssignmentMultiple-id: $request.path.unifiedRoleAssignmentMultiple-id - principals: - operationId: roleManagement.deviceManagement.RoleAssignments.ListPrincipals - parameters: - unifiedRoleAssignmentMultiple-id: $request.path.unifiedRoleAssignmentMultiple-id - roleDefinition: - operationId: roleManagement.deviceManagement.RoleAssignments.GetRoleDefinition - parameters: - unifiedRoleAssignmentMultiple-id: $request.path.unifiedRoleAssignmentMultiple-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8692,8 +8561,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentMultiple' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentMultiple' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8788,7 +8661,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -8818,7 +8691,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8878,7 +8751,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8917,8 +8790,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9018,7 +8895,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -9076,7 +8953,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9147,7 +9024,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -9205,7 +9082,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9265,17 +9142,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.deviceManagement.roleAssignments.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignmentMultiple-id: $request.path.unifiedRoleAssignmentMultiple-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9359,7 +9231,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -9384,7 +9256,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9443,19 +9315,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.deviceManagement.RoleDefinitions.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id - assignedPrincipals: - operationId: roleManagement.deviceManagement.roleDefinitions.unifiedRoleDefinition.assignedPrincipals default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9481,8 +9346,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9597,7 +9466,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -9627,7 +9496,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9695,20 +9564,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.deviceManagement.roleDefinitions.InheritsPermissionsFrom.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id - unifiedRoleDefinition-id1: $request.path.unifiedRoleDefinition-id1 - assignedPrincipals: - operationId: roleManagement.deviceManagement.roleDefinitions.unifiedRoleDefinition.inheritsPermissionsFrom.unifiedRoleDefinition.assignedPrincipals default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9742,8 +9603,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/DeviceManagement.Functions.yml b/openApiDocs/beta/DeviceManagement.Functions.yml index 09b200671a0..10600f0d98b 100644 --- a/openApiDocs/beta/DeviceManagement.Functions.yml +++ b/openApiDocs/beta/DeviceManagement.Functions.yml @@ -14,7 +14,7 @@ paths: description: Download Apple push notification certificate signing request operationId: deviceManagement.applePushNotificationCertificate_downloadApplePushNotificationCertificateSigningRequest responses: - '200': + 2XX: description: Success content: application/json: @@ -50,7 +50,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -92,7 +92,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -121,7 +121,7 @@ paths: summary: Invoke function getState operationId: deviceManagement.assignmentFilters_getState responses: - '200': + 2XX: description: Success content: application/json: @@ -151,7 +151,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -187,7 +187,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -231,7 +231,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -269,7 +269,7 @@ paths: type: string x-ms-docs-key-type: managedDevice responses: - '200': + 2XX: description: Success content: application/json: @@ -294,7 +294,7 @@ paths: type: string x-ms-docs-key-type: managedDevice responses: - '200': + 2XX: description: Success content: application/json: @@ -330,7 +330,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -368,7 +368,7 @@ paths: type: string x-ms-docs-key-type: managedDevice responses: - '200': + 2XX: description: Success content: application/json: @@ -401,7 +401,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -431,7 +431,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -469,7 +469,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -503,7 +503,7 @@ paths: type: string x-ms-docs-key-type: enrollmentProfile responses: - '200': + 2XX: description: Success content: application/json: @@ -535,7 +535,7 @@ paths: type: string x-ms-docs-key-type: depOnboardingSetting responses: - '200': + 2XX: description: Success content: application/json: @@ -566,7 +566,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -596,7 +596,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -642,7 +642,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -670,7 +670,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -709,7 +709,7 @@ paths: type: string x-ms-docs-key-type: deviceHealthScript responses: - '200': + 2XX: description: Success content: application/json: @@ -725,7 +725,7 @@ paths: summary: Invoke function areGlobalScriptsAvailable operationId: deviceManagement.deviceHealthScripts_areGlobalScriptsAvailable responses: - '200': + 2XX: description: Success content: application/json: @@ -741,7 +741,7 @@ paths: summary: Invoke function getRemediationSummary operationId: deviceManagement.deviceHealthScripts_getRemediationSummary responses: - '200': + 2XX: description: Success content: application/json: @@ -779,7 +779,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -822,7 +822,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -860,7 +860,7 @@ paths: type: string x-ms-docs-key-type: managedDevice responses: - '200': + 2XX: description: Success content: application/json: @@ -885,7 +885,7 @@ paths: type: string x-ms-docs-key-type: managedDevice responses: - '200': + 2XX: description: Success content: application/json: @@ -921,7 +921,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -959,7 +959,7 @@ paths: type: string x-ms-docs-key-type: managedDevice responses: - '200': + 2XX: description: Success content: application/json: @@ -992,7 +992,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1022,7 +1022,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -1052,7 +1052,7 @@ paths: description: Retrieves the assigned role definitions and role assignments of the currently authenticated user. operationId: deviceManagement_getAssignedRoleDetails responses: - '200': + 2XX: description: Success content: application/json: @@ -1068,7 +1068,7 @@ paths: summary: Invoke function getComanagedDevicesSummary operationId: deviceManagement_getComanagedDevicesSummary responses: - '200': + 2XX: description: Success content: application/json: @@ -1084,7 +1084,7 @@ paths: summary: Invoke function getComanagementEligibleDevicesSummary operationId: deviceManagement_getComanagementEligibleDevicesSummary responses: - '200': + 2XX: description: Success content: application/json: @@ -1106,7 +1106,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -1150,7 +1150,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -1229,7 +1229,7 @@ paths: - isBuiltIn desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1308,7 +1308,7 @@ paths: - isBuiltIn desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1347,7 +1347,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1372,7 +1372,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1394,7 +1394,7 @@ paths: summary: Invoke function userExperienceAnalyticsSummarizedDeviceScopes operationId: deviceManagement_userExperienceAnalyticsSummarizedDeviceScopes responses: - '200': + 2XX: description: Success content: application/json: @@ -1410,7 +1410,7 @@ paths: summary: Invoke function userExperienceAnalyticsSummarizeWorkFromAnywhereDevices operationId: deviceManagement_userExperienceAnalyticsSummarizeWorkFromAnywhereDevices responses: - '200': + 2XX: description: Success content: application/json: @@ -1435,7 +1435,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1463,7 +1463,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -1514,7 +1514,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -1544,7 +1544,7 @@ paths: summary: Invoke function hasCustomRoleScopeTag operationId: deviceManagement.roleScopeTags_hasCustomRoleScopeTag responses: - '200': + 2XX: description: Success content: application/json: @@ -1588,7 +1588,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -1647,7 +1647,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -1676,7 +1676,7 @@ paths: summary: Invoke function getState operationId: deviceManagement.tenantAttachRBAC_getState responses: - '200': + 2XX: description: Success content: application/json: @@ -1790,7 +1790,7 @@ paths: - startupPerformanceScore desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1897,7 +1897,7 @@ paths: - virtualNetwork desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2004,7 +2004,7 @@ paths: - ramSpikeTimeScore desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2040,7 +2040,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -2084,7 +2084,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -2122,7 +2122,7 @@ paths: type: string x-ms-docs-key-type: cloudPC responses: - '200': + 2XX: description: Success content: application/json: @@ -2147,7 +2147,7 @@ paths: type: string x-ms-docs-key-type: cloudPC responses: - '200': + 2XX: description: Success content: application/json: @@ -2177,7 +2177,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -2212,7 +2212,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -2247,7 +2247,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -2286,7 +2286,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2318,7 +2318,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2355,7 +2355,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -2390,7 +2390,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 79847d6bc40..0b9cfade09c 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -370,361 +370,12 @@ paths: - userPfxCertificates type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagement' - links: - monitoring: - operationId: deviceManagement.GetMonitoring - virtualEndpoint: - operationId: deviceManagement.GetVirtualEndpoint - androidDeviceOwnerEnrollmentProfiles: - operationId: deviceManagement.ListAndroidDeviceOwnerEnrollmentProfiles - androidForWorkAppConfigurationSchemas: - operationId: deviceManagement.ListAndroidGraphFPreWorkAppConfigurationSchemas - androidForWorkEnrollmentProfiles: - operationId: deviceManagement.ListAndroidGraphFPreWorkEnrollmentProfiles - androidForWorkSettings: - operationId: deviceManagement.GetAndroidGraphFPreWorkSettings - androidManagedStoreAccountEnterpriseSettings: - operationId: deviceManagement.GetAndroidManagedStoreAccountEnterpriseSettings - androidManagedStoreAppConfigurationSchemas: - operationId: deviceManagement.ListAndroidManagedStoreAppConfigurationSchemas - auditEvents: - operationId: deviceManagement.ListAuditEvents - assignmentFilters: - operationId: deviceManagement.ListAssignmentFilters - chromeOSOnboardingSettings: - operationId: deviceManagement.ListChromeOSOnboardingSettings - termsAndConditions: - operationId: deviceManagement.ListTermsAndConditions - advancedThreatProtectionOnboardingStateSummary: - operationId: deviceManagement.GetAdvancedThreatProtectionOnboardingStateSummary - cartToClassAssociations: - operationId: deviceManagement.ListCartToClassAssociations - deviceCompliancePolicies: - operationId: deviceManagement.ListDeviceCompliancePolicies - deviceCompliancePolicyDeviceStateSummary: - operationId: deviceManagement.GetDeviceCompliancePolicyDeviceStateSummary - deviceCompliancePolicySettingStateSummaries: - operationId: deviceManagement.ListDeviceCompliancePolicySettingStateSummaries - deviceConfigurationConflictSummary: - operationId: deviceManagement.ListDeviceConfigurationConflictSummary - deviceConfigurationDeviceStateSummaries: - operationId: deviceManagement.GetDeviceConfigurationDeviceStateSummaries - deviceConfigurationRestrictedAppsViolations: - operationId: deviceManagement.ListDeviceConfigurationRestrictedAppsViolations - deviceConfigurations: - operationId: deviceManagement.ListDeviceConfigurations - deviceConfigurationsAllManagedDeviceCertificateStates: - operationId: deviceManagement.ListDeviceConfigurationsAllManagedDeviceCertificateStates - deviceConfigurationUserStateSummaries: - operationId: deviceManagement.GetDeviceConfigurationUserStateSummaries - iosUpdateStatuses: - operationId: deviceManagement.ListIosUpdateStatuses - macOSSoftwareUpdateAccountSummaries: - operationId: deviceManagement.ListMacOSSoftwareUpdateAccountSummaries - managedDeviceEncryptionStates: - operationId: deviceManagement.ListManagedDeviceEncryptionStates - ndesConnectors: - operationId: deviceManagement.ListNdesConnectors - softwareUpdateStatusSummary: - operationId: deviceManagement.GetSoftwareUpdateStatusSummary - complianceCategories: - operationId: deviceManagement.ListComplianceCategories - compliancePolicies: - operationId: deviceManagement.ListCompliancePolicies - complianceSettings: - operationId: deviceManagement.ListComplianceSettings - configurationCategories: - operationId: deviceManagement.ListConfigurationCategories - configurationPolicies: - operationId: deviceManagement.ListConfigurationPolicies - configurationPolicyTemplates: - operationId: deviceManagement.ListConfigurationPolicyTemplates - configurationSettings: - operationId: deviceManagement.ListConfigurationSettings - reusablePolicySettings: - operationId: deviceManagement.ListReusablePolicySettings - reusableSettings: - operationId: deviceManagement.ListReusableSettings - templateSettings: - operationId: deviceManagement.ListTemplateSettings - complianceManagementPartners: - operationId: deviceManagement.ListComplianceManagementPartners - conditionalAccessSettings: - operationId: deviceManagement.GetConditionalAccessSettings - deviceCategories: - operationId: deviceManagement.ListDeviceCategories - deviceEnrollmentConfigurations: - operationId: deviceManagement.ListDeviceEnrollmentConfigurations - deviceManagementPartners: - operationId: deviceManagement.ListDeviceManagementPartners - exchangeConnectors: - operationId: deviceManagement.ListExchangeConnectors - exchangeOnPremisesPolicies: - operationId: deviceManagement.ListExchangeOnPremisesPolicies - exchangeOnPremisesPolicy: - operationId: deviceManagement.GetExchangeOnPremisesPolicy - mobileThreatDefenseConnectors: - operationId: deviceManagement.ListMobileThreatDefenseConnectors - categories: - operationId: deviceManagement.ListCategories - intents: - operationId: deviceManagement.ListIntents - settingDefinitions: - operationId: deviceManagement.ListSettingDefinitions - templates: - operationId: deviceManagement.ListTemplates - applePushNotificationCertificate: - operationId: deviceManagement.GetApplePushNotificationCertificate - cloudPCConnectivityIssues: - operationId: deviceManagement.ListCloudPCConnectivityIssues - comanagedDevices: - operationId: deviceManagement.ListComanagedDevices - comanagementEligibleDevices: - operationId: deviceManagement.ListComanagementEligibleDevices - dataSharingConsents: - operationId: deviceManagement.ListDataSharingConsents - detectedApps: - operationId: deviceManagement.ListDetectedApps - deviceComplianceScripts: - operationId: deviceManagement.ListDeviceComplianceScripts - deviceCustomAttributeShellScripts: - operationId: deviceManagement.ListDeviceCustomAttributeShellScripts - deviceHealthScripts: - operationId: deviceManagement.ListDeviceHealthScripts - deviceManagementScripts: - operationId: deviceManagement.ListDeviceManagementScripts - deviceShellScripts: - operationId: deviceManagement.ListDeviceShellScripts - managedDeviceOverview: - operationId: deviceManagement.GetManagedDeviceOverview - managedDevices: - operationId: deviceManagement.ListManagedDevices - mobileAppTroubleshootingEvents: - operationId: deviceManagement.ListMobileAppTroubleshootingEvents - oemWarrantyInformationOnboarding: - operationId: deviceManagement.ListOemWarrantyInformationOnboarding - remoteActionAudits: - operationId: deviceManagement.ListRemoteActionAudits - tenantAttachRBAC: - operationId: deviceManagement.GetTenantAttachRBAC - userExperienceAnalyticsAnomaly: - operationId: deviceManagement.ListUserExperienceAnalyticsAnomaly - userExperienceAnalyticsAnomalyDevice: - operationId: deviceManagement.ListUserExperienceAnalyticsAnomalyDevice - userExperienceAnalyticsAppHealthApplicationPerformance: - operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthApplicationPerformance - userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion: - operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersion - userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails: - operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDetails - userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId: - operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreAppVersionDeviceId - userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion: - operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthApplicationPerformanceGraphBPreOSVersion - userExperienceAnalyticsAppHealthDeviceModelPerformance: - operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthDeviceModelPerformance - userExperienceAnalyticsAppHealthDevicePerformance: - operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthDevicePerformance - userExperienceAnalyticsAppHealthDevicePerformanceDetails: - operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthDevicePerformanceDetails - userExperienceAnalyticsAppHealthOSVersionPerformance: - operationId: deviceManagement.ListUserExperienceAnalyticsAppHealthOSVersionPerformance - userExperienceAnalyticsAppHealthOverview: - operationId: deviceManagement.GetUserExperienceAnalyticsAppHealthOverview - userExperienceAnalyticsBaselines: - operationId: deviceManagement.ListUserExperienceAnalyticsBaselines - userExperienceAnalyticsBatteryHealthAppImpact: - operationId: deviceManagement.ListUserExperienceAnalyticsBatteryHealthAppImpact - userExperienceAnalyticsBatteryHealthCapacityDetails: - operationId: deviceManagement.GetUserExperienceAnalyticsBatteryHealthCapacityDetails - userExperienceAnalyticsBatteryHealthDeviceAppImpact: - operationId: deviceManagement.ListUserExperienceAnalyticsBatteryHealthDeviceAppImpact - userExperienceAnalyticsBatteryHealthDevicePerformance: - operationId: deviceManagement.ListUserExperienceAnalyticsBatteryHealthDevicePerformance - userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory: - operationId: deviceManagement.ListUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory - userExperienceAnalyticsBatteryHealthModelPerformance: - operationId: deviceManagement.ListUserExperienceAnalyticsBatteryHealthModelPerformance - userExperienceAnalyticsBatteryHealthOsPerformance: - operationId: deviceManagement.ListUserExperienceAnalyticsBatteryHealthOsPerformance - userExperienceAnalyticsBatteryHealthRuntimeDetails: - operationId: deviceManagement.GetUserExperienceAnalyticsBatteryHealthRuntimeDetails - userExperienceAnalyticsCategories: - operationId: deviceManagement.ListUserExperienceAnalyticsCategories - userExperienceAnalyticsDeviceMetricHistory: - operationId: deviceManagement.ListUserExperienceAnalyticsDeviceMetricHistory - userExperienceAnalyticsDevicePerformance: - operationId: deviceManagement.ListUserExperienceAnalyticsDevicePerformance - userExperienceAnalyticsDeviceScope: - operationId: deviceManagement.GetUserExperienceAnalyticsDeviceScope - userExperienceAnalyticsDeviceScopes: - operationId: deviceManagement.ListUserExperienceAnalyticsDeviceScopes - userExperienceAnalyticsDeviceScores: - operationId: deviceManagement.ListUserExperienceAnalyticsDeviceScores - userExperienceAnalyticsDeviceStartupHistory: - operationId: deviceManagement.ListUserExperienceAnalyticsDeviceStartupHistory - userExperienceAnalyticsDeviceStartupProcesses: - operationId: deviceManagement.ListUserExperienceAnalyticsDeviceStartupProcesses - userExperienceAnalyticsDeviceStartupProcessPerformance: - operationId: deviceManagement.ListUserExperienceAnalyticsDeviceStartupProcessPerformance - userExperienceAnalyticsDevicesWithoutCloudIdentity: - operationId: deviceManagement.ListUserExperienceAnalyticsDevicesWithoutCloudIdentity - userExperienceAnalyticsImpactingProcess: - operationId: deviceManagement.ListUserExperienceAnalyticsImpactingProcess - userExperienceAnalyticsMetricHistory: - operationId: deviceManagement.ListUserExperienceAnalyticsMetricHistory - userExperienceAnalyticsModelScores: - operationId: deviceManagement.ListUserExperienceAnalyticsModelScores - userExperienceAnalyticsNotAutopilotReadyDevice: - operationId: deviceManagement.ListUserExperienceAnalyticsNotAutopilotReadyDevice - userExperienceAnalyticsOverview: - operationId: deviceManagement.GetUserExperienceAnalyticsOverview - userExperienceAnalyticsRemoteConnection: - operationId: deviceManagement.ListUserExperienceAnalyticsRemoteConnection - userExperienceAnalyticsResourcePerformance: - operationId: deviceManagement.ListUserExperienceAnalyticsResourcePerformance - userExperienceAnalyticsScoreHistory: - operationId: deviceManagement.ListUserExperienceAnalyticsScoreHistory - userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric: - operationId: deviceManagement.GetUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric - userExperienceAnalyticsWorkFromAnywhereMetrics: - operationId: deviceManagement.ListUserExperienceAnalyticsWorkFromAnywhereMetrics - userExperienceAnalyticsWorkFromAnywhereModelPerformance: - operationId: deviceManagement.ListUserExperienceAnalyticsWorkFromAnywhereModelPerformance - windowsMalwareInformation: - operationId: deviceManagement.ListWindowsMalwareInformation - derivedCredentials: - operationId: deviceManagement.ListDerivedCredentials - resourceAccessProfiles: - operationId: deviceManagement.ListResourceAccessProfiles - appleUserInitiatedEnrollmentProfiles: - operationId: deviceManagement.ListAppleUserInitiatedEnrollmentProfiles - depOnboardingSettings: - operationId: deviceManagement.ListDepOnboardingSettings - importedDeviceIdentities: - operationId: deviceManagement.ListImportedDeviceIdentities - importedWindowsAutopilotDeviceIdentities: - operationId: deviceManagement.ListImportedWindowsAutopilotDeviceIdentities - windowsAutopilotDeploymentProfiles: - operationId: deviceManagement.ListWindowsAutopilotDeploymentProfiles - windowsAutopilotDeviceIdentities: - operationId: deviceManagement.ListWindowsAutopilotDeviceIdentities - windowsAutopilotSettings: - operationId: deviceManagement.GetWindowsAutopilotSettings - zebraFotaArtifacts: - operationId: deviceManagement.ListZebraFotaArtifacts - zebraFotaConnector: - operationId: deviceManagement.GetZebraFotaConnector - zebraFotaDeployments: - operationId: deviceManagement.ListZebraFotaDeployments - groupPolicyMigrationReports: - operationId: deviceManagement.ListGroupPolicyMigrationReports - groupPolicyObjectFiles: - operationId: deviceManagement.ListGroupPolicyObjectFiles - groupPolicyCategories: - operationId: deviceManagement.ListGroupPolicyCategories - groupPolicyConfigurations: - operationId: deviceManagement.ListGroupPolicyConfigurations - groupPolicyDefinitionFiles: - operationId: deviceManagement.ListGroupPolicyDefinitionFiles - groupPolicyDefinitions: - operationId: deviceManagement.ListGroupPolicyDefinitions - groupPolicyUploadedDefinitionFiles: - operationId: deviceManagement.ListGroupPolicyUploadedDefinitionFiles - microsoftTunnelConfigurations: - operationId: deviceManagement.ListMicrosoftTunnelConfigurations - microsoftTunnelHealthThresholds: - operationId: deviceManagement.ListMicrosoftTunnelHealthThresholds - microsoftTunnelServerLogCollectionResponses: - operationId: deviceManagement.ListMicrosoftTunnelServerLogCollectionResponses - microsoftTunnelSites: - operationId: deviceManagement.ListMicrosoftTunnelSites - notificationMessageTemplates: - operationId: deviceManagement.ListNotificationMessageTemplates - domainJoinConnectors: - operationId: deviceManagement.ListDomainJoinConnectors - configManagerCollections: - operationId: deviceManagement.ListConfigManagerCollections - resourceOperations: - operationId: deviceManagement.ListResourceOperations - roleAssignments: - operationId: deviceManagement.ListRoleAssignments - roleDefinitions: - operationId: deviceManagement.ListRoleDefinitions - roleScopeTags: - operationId: deviceManagement.ListRoleScopeTags - remoteAssistancePartners: - operationId: deviceManagement.ListRemoteAssistancePartners - remoteAssistanceSettings: - operationId: deviceManagement.GetRemoteAssistanceSettings - reports: - operationId: deviceManagement.GetReports - embeddedSIMActivationCodePools: - operationId: deviceManagement.ListEmbeddedSIMActivationCodePools - telecomExpenseManagementPartners: - operationId: deviceManagement.ListTelecomExpenseManagementPartners - autopilotEvents: - operationId: deviceManagement.ListAutopilotEvents - troubleshootingEvents: - operationId: deviceManagement.ListTroubleshootingEvents - windowsDriverUpdateProfiles: - operationId: deviceManagement.ListWindowsDriverUpdateProfiles - windowsFeatureUpdateProfiles: - operationId: deviceManagement.ListWindowsFeatureUpdateProfiles - windowsQualityUpdateProfiles: - operationId: deviceManagement.ListWindowsQualityUpdateProfiles - windowsUpdateCatalogItems: - operationId: deviceManagement.ListWindowsUpdateCatalogItems - intuneBrandingProfiles: - operationId: deviceManagement.ListIntuneBrandingProfiles - windowsInformationProtectionAppLearningSummaries: - operationId: deviceManagement.ListWindowsInformationProtectionAppLearningSummaries - windowsInformationProtectionNetworkLearningSummaries: - operationId: deviceManagement.ListWindowsInformationProtectionNetworkLearningSummaries - certificateConnectorDetails: - operationId: deviceManagement.ListCertificateConnectorDetails - userPfxCertificates: - operationId: deviceManagement.ListUserPfxCertificates - enableAndroidDeviceAdministratorEnrollment: - operationId: deviceManagement.enableAndroidDeviceAdministratorEnrollment - enableLegacyPcManagement: - operationId: deviceManagement.enableLegacyPcManagement - enableUnlicensedAdminstrators: - operationId: deviceManagement.enableUnlicensedAdminstrators - evaluateAssignmentFilter: - operationId: deviceManagement.evaluateAssignmentFilter - getAssignedRoleDetails: - operationId: deviceManagement.getAssignedRoleDetails - getAssignmentFiltersStatusDetails: - operationId: deviceManagement.getAssignmentFiltersStatusDetails - getComanagedDevicesSummary: - operationId: deviceManagement.getComanagedDevicesSummary - getComanagementEligibleDevicesSummary: - operationId: deviceManagement.getComanagementEligibleDevicesSummary - getEffectivePermissions: - operationId: deviceManagement.getEffectivePermissions - getRoleScopeTagsByIds: - operationId: deviceManagement.getRoleScopeTagsGraphBPreIds - getRoleScopeTagsByResource: - operationId: deviceManagement.getRoleScopeTagsGraphBPreResource - getSuggestedEnrollmentLimit: - operationId: deviceManagement.getSuggestedEnrollmentLimit - scopedForResource: - operationId: deviceManagement.scopedGraphFPreResource - sendCustomNotificationToCompanyPortal: - operationId: deviceManagement.sendCustomNotificationToCompanyPortal - userExperienceAnalyticsSummarizedDeviceScopes: - operationId: deviceManagement.userExperienceAnalyticsSummarizedDeviceScopes - userExperienceAnalyticsSummarizeWorkFromAnywhereDevices: - operationId: deviceManagement.userExperienceAnalyticsSummarizeWorkFromAnywhereDevices - verifyWindowsEnrollmentAutoDiscovery: - operationId: deviceManagement.verifyWindowsEnrollmentAutoDiscovery default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -741,8 +392,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -789,15 +444,12 @@ paths: - advancedThreatProtectionOnboardingDeviceSettingStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.advancedThreatProtectionOnboardingStateSummary' - links: - advancedThreatProtectionOnboardingDeviceSettingStates: - operationId: deviceManagement.AdvancedThreatProtectionOnboardingStateSummary.ListAdvancedThreatProtectionOnboardingDeviceSettingStates default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -814,8 +466,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.advancedThreatProtectionOnboardingStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.advancedThreatProtectionOnboardingStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -924,7 +580,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -945,7 +601,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1007,7 +663,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1038,8 +694,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.advancedThreatProtectionOnboardingDeviceSettingState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1126,7 +786,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.androidForWorkAppConfigurationSchemaCollectionResponse' default: $ref: '#/components/responses/error' @@ -1147,7 +807,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidForWorkAppConfigurationSchema' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1199,7 +859,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1230,8 +890,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidForWorkAppConfigurationSchema' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidForWorkAppConfigurationSchema' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1303,21 +967,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidForWorkSettings' - links: - completeSignup: - operationId: deviceManagement.androidGraphFPreWorkSettings.completeSignup - requestSignupUrl: - operationId: deviceManagement.androidGraphFPreWorkSettings.requestSignupUrl - syncApps: - operationId: deviceManagement.androidGraphFPreWorkSettings.syncApps - unbind: - operationId: deviceManagement.androidGraphFPreWorkSettings.unbind default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1334,8 +989,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidForWorkSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidForWorkSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1402,27 +1061,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidManagedStoreAccountEnterpriseSettings' - links: - approveApps: - operationId: deviceManagement.androidManagedStoreAccountEnterpriseSettings.approveApps - completeSignup: - operationId: deviceManagement.androidManagedStoreAccountEnterpriseSettings.completeSignup - createGooglePlayWebToken: - operationId: deviceManagement.androidManagedStoreAccountEnterpriseSettings.createGooglePlayWebToken - requestSignupUrl: - operationId: deviceManagement.androidManagedStoreAccountEnterpriseSettings.requestSignupUrl - setAndroidDeviceOwnerFullyManagedEnrollmentState: - operationId: deviceManagement.androidManagedStoreAccountEnterpriseSettings.setAndroidDeviceOwnerFullyManagedEnrollmentState - syncApps: - operationId: deviceManagement.androidManagedStoreAccountEnterpriseSettings.syncApps - unbind: - operationId: deviceManagement.androidManagedStoreAccountEnterpriseSettings.unbind default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1439,8 +1083,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidManagedStoreAccountEnterpriseSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedStoreAccountEnterpriseSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1522,7 +1170,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.androidManagedStoreAppConfigurationSchemaCollectionResponse' default: $ref: '#/components/responses/error' @@ -1543,7 +1191,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidManagedStoreAppConfigurationSchema' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1596,7 +1244,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1627,8 +1275,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidManagedStoreAppConfigurationSchema' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedStoreAppConfigurationSchema' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1733,7 +1385,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceAndAppManagementAssignmentFilterCollectionResponse' default: $ref: '#/components/responses/error' @@ -1754,7 +1406,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentFilter' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1812,15 +1464,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentFilter' - links: - getSupportedProperties: - operationId: deviceManagement.assignmentFilters.deviceAndAppManagementAssignmentFilter.getSupportedProperties default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1846,8 +1495,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentFilter' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentFilter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1936,7 +1589,7 @@ paths: - settingDefinitions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementSettingCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -1957,7 +1610,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2011,17 +1664,12 @@ paths: - settingDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingCategory' - links: - settingDefinitions: - operationId: deviceManagement.Categories.ListSettingDefinitions - parameters: - deviceManagementSettingCategory-id: $request.path.deviceManagementSettingCategory-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2047,8 +1695,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2170,7 +1822,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementSettingDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2200,7 +1852,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2269,7 +1921,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2308,8 +1960,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2661,7 +2317,7 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -2682,7 +2338,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2833,149 +2489,12 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - assignmentFilterEvaluationStatusDetails: - operationId: deviceManagement.ComanagedDevices.ListAssignmentFilterEvaluationStatusDetails - parameters: - managedDevice-id: $request.path.managedDevice-id - deviceCompliancePolicyStates: - operationId: deviceManagement.ComanagedDevices.ListDeviceCompliancePolicyStates - parameters: - managedDevice-id: $request.path.managedDevice-id - deviceConfigurationStates: - operationId: deviceManagement.ComanagedDevices.ListDeviceConfigurationStates - parameters: - managedDevice-id: $request.path.managedDevice-id - managedDeviceMobileAppConfigurationStates: - operationId: deviceManagement.ComanagedDevices.ListManagedDeviceMobileAppConfigurationStates - parameters: - managedDevice-id: $request.path.managedDevice-id - securityBaselineStates: - operationId: deviceManagement.ComanagedDevices.ListSecurityBaselineStates - parameters: - managedDevice-id: $request.path.managedDevice-id - detectedApps: - operationId: deviceManagement.ComanagedDevices.ListDetectedApps - parameters: - managedDevice-id: $request.path.managedDevice-id - deviceCategory: - operationId: deviceManagement.ComanagedDevices.GetDeviceCategory - parameters: - managedDevice-id: $request.path.managedDevice-id - logCollectionRequests: - operationId: deviceManagement.ComanagedDevices.ListLogCollectionRequests - parameters: - managedDevice-id: $request.path.managedDevice-id - users: - operationId: deviceManagement.ComanagedDevices.ListUsers - parameters: - managedDevice-id: $request.path.managedDevice-id - windowsProtectionState: - operationId: deviceManagement.ComanagedDevices.GetWindowsProtectionState - parameters: - managedDevice-id: $request.path.managedDevice-id - activateDeviceEsim: - operationId: deviceManagement.comanagedDevices.managedDevice.activateDeviceEsim - bypassActivationLock: - operationId: deviceManagement.comanagedDevices.managedDevice.bypassActivationLock - cleanWindowsDevice: - operationId: deviceManagement.comanagedDevices.managedDevice.cleanWindowsDevice - createDeviceLogCollectionRequest: - operationId: deviceManagement.comanagedDevices.managedDevice.createDeviceLogCollectionRequest - createRemoteHelpSession: - operationId: deviceManagement.comanagedDevices.managedDevice.createRemoteHelpSession - deleteUserFromSharedAppleDevice: - operationId: deviceManagement.comanagedDevices.managedDevice.deleteUserFromSharedAppleDevice - deprovision: - operationId: deviceManagement.comanagedDevices.managedDevice.deprovision - disable: - operationId: deviceManagement.comanagedDevices.managedDevice.disable - disableLostMode: - operationId: deviceManagement.comanagedDevices.managedDevice.disableLostMode - enableLostMode: - operationId: deviceManagement.comanagedDevices.managedDevice.enableLostMode - endRemoteHelpSession: - operationId: deviceManagement.comanagedDevices.managedDevice.endRemoteHelpSession - enrollNowAction: - operationId: deviceManagement.comanagedDevices.managedDevice.enrollNowAction - getCloudPcRemoteActionResults: - operationId: deviceManagement.comanagedDevices.managedDevice.getCloudPcRemoteActionResults - getCloudPcReviewStatus: - operationId: deviceManagement.comanagedDevices.managedDevice.getCloudPcReviewStatus - getFileVaultKey: - operationId: deviceManagement.comanagedDevices.managedDevice.getFileVaultKey - getNonCompliantSettings: - operationId: deviceManagement.comanagedDevices.managedDevice.getNonCompliantSettings - getOemWarranty: - operationId: deviceManagement.comanagedDevices.managedDevice.getOemWarranty - initiateMobileDeviceManagementKeyRecovery: - operationId: deviceManagement.comanagedDevices.managedDevice.initiateMobileDeviceManagementKeyRecovery - locateDevice: - operationId: deviceManagement.comanagedDevices.managedDevice.locateDevice - logoutSharedAppleDeviceActiveUser: - operationId: deviceManagement.comanagedDevices.managedDevice.logoutSharedAppleDeviceActiveUser - overrideComplianceState: - operationId: deviceManagement.comanagedDevices.managedDevice.overrideComplianceState - playLostModeSound: - operationId: deviceManagement.comanagedDevices.managedDevice.playLostModeSound - rebootNow: - operationId: deviceManagement.comanagedDevices.managedDevice.rebootNow - recoverPasscode: - operationId: deviceManagement.comanagedDevices.managedDevice.recoverPasscode - reenable: - operationId: deviceManagement.comanagedDevices.managedDevice.reenable - remoteLock: - operationId: deviceManagement.comanagedDevices.managedDevice.remoteLock - removeDeviceFirmwareConfigurationInterfaceManagement: - operationId: deviceManagement.comanagedDevices.managedDevice.removeDeviceFirmwareConfigurationInterfaceManagement - reprovisionCloudPc: - operationId: deviceManagement.comanagedDevices.managedDevice.reprovisionCloudPc - requestRemoteAssistance: - operationId: deviceManagement.comanagedDevices.managedDevice.requestRemoteAssistance - requestRemoteHelpSessionAccess: - operationId: deviceManagement.comanagedDevices.managedDevice.requestRemoteHelpSessionAccess - resetPasscode: - operationId: deviceManagement.comanagedDevices.managedDevice.resetPasscode - resizeCloudPc: - operationId: deviceManagement.comanagedDevices.managedDevice.resizeCloudPc - restoreCloudPc: - operationId: deviceManagement.comanagedDevices.managedDevice.restoreCloudPc - retire: - operationId: deviceManagement.comanagedDevices.managedDevice.retire - retrieveRemoteHelpSession: - operationId: deviceManagement.comanagedDevices.managedDevice.retrieveRemoteHelpSession - revokeAppleVppLicenses: - operationId: deviceManagement.comanagedDevices.managedDevice.revokeAppleVppLicenses - rotateBitLockerKeys: - operationId: deviceManagement.comanagedDevices.managedDevice.rotateBitLockerKeys - rotateFileVaultKey: - operationId: deviceManagement.comanagedDevices.managedDevice.rotateFileVaultKey - sendCustomNotificationToCompanyPortal: - operationId: deviceManagement.comanagedDevices.managedDevice.sendCustomNotificationToCompanyPortal - setCloudPcReviewStatus: - operationId: deviceManagement.comanagedDevices.managedDevice.setCloudPcReviewStatus - setDeviceName: - operationId: deviceManagement.comanagedDevices.managedDevice.setDeviceName - shutDown: - operationId: deviceManagement.comanagedDevices.managedDevice.shutDown - syncDevice: - operationId: deviceManagement.comanagedDevices.managedDevice.syncDevice - triggerConfigurationManagerAction: - operationId: deviceManagement.comanagedDevices.managedDevice.triggerConfigurationManagerAction - updateWindowsDeviceAccount: - operationId: deviceManagement.comanagedDevices.managedDevice.updateWindowsDeviceAccount - windowsDefenderScan: - operationId: deviceManagement.comanagedDevices.managedDevice.windowsDefenderScan - windowsDefenderUpdateSignatures: - operationId: deviceManagement.comanagedDevices.managedDevice.windowsDefenderUpdateSignatures - wipe: - operationId: deviceManagement.comanagedDevices.managedDevice.wipe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3001,8 +2520,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3094,7 +2617,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.assignmentFilterEvaluationStatusDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -3124,7 +2647,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3183,7 +2706,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3222,8 +2745,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3340,7 +2867,7 @@ paths: - managedDevices type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.detectedAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -3405,18 +2932,12 @@ paths: - managedDevices type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.detectedApp' - links: - managedDevices: - operationId: deviceManagement.comanagedDevices.DetectedApps.ListManagedDevices - parameters: - managedDevice-id: $request.path.managedDevice-id - detectedApp-id: $request.path.detectedApp-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3464,7 +2985,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3495,8 +3016,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3609,7 +3134,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -3639,7 +3164,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3705,7 +3230,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3744,8 +3269,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3866,7 +3395,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -3896,7 +3425,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3962,7 +3491,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4001,8 +3530,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4126,7 +3659,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceLogCollectionResponseCollectionResponse' default: $ref: '#/components/responses/error' @@ -4156,7 +3689,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4223,15 +3756,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' - links: - createDownloadUrl: - operationId: deviceManagement.comanagedDevices.managedDevice.logCollectionRequests.deviceLogCollectionResponse.createDownloadUrl default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4265,8 +3795,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4387,7 +3921,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -4417,7 +3951,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4483,7 +4017,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4522,8 +4056,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4634,7 +4172,7 @@ paths: - settingStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.securityBaselineStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -4664,7 +4202,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4728,18 +4266,12 @@ paths: - settingStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' - links: - settingStates: - operationId: deviceManagement.comanagedDevices.SecurityBaselineStates.ListSettingStates - parameters: - managedDevice-id: $request.path.managedDevice-id - securityBaselineState-id: $request.path.securityBaselineState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4773,8 +4305,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.securityBaselineState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4903,7 +4439,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.securityBaselineSettingStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -4941,7 +4477,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5015,7 +4551,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5062,8 +4598,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5539,7 +5079,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -5610,17 +5150,12 @@ paths: - detectedMalwareState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' - links: - detectedMalwareState: - operationId: deviceManagement.comanagedDevices.WindowsProtectionState.ListDetectedMalwareState - parameters: - managedDevice-id: $request.path.managedDevice-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5646,8 +5181,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5766,7 +5305,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsDeviceMalwareStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -5796,7 +5335,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5864,7 +5403,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5903,8 +5442,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6029,7 +5572,7 @@ paths: - settings type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementCompliancePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6050,7 +5593,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementCompliancePolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6116,29 +5659,12 @@ paths: - settings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementCompliancePolicy' - links: - assignments: - operationId: deviceManagement.CompliancePolicies.ListAssignments - parameters: - deviceManagementCompliancePolicy-id: $request.path.deviceManagementCompliancePolicy-id - scheduledActionsForRule: - operationId: deviceManagement.CompliancePolicies.ListScheduledActionsGraphFPreRule - parameters: - deviceManagementCompliancePolicy-id: $request.path.deviceManagementCompliancePolicy-id - settings: - operationId: deviceManagement.CompliancePolicies.ListSettings - parameters: - deviceManagementCompliancePolicy-id: $request.path.deviceManagementCompliancePolicy-id - assign: - operationId: deviceManagement.compliancePolicies.deviceManagementCompliancePolicy.assign - setScheduledActions: - operationId: deviceManagement.compliancePolicies.deviceManagementCompliancePolicy.setScheduledActions default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6164,8 +5690,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementCompliancePolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementCompliancePolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6263,7 +5793,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationPolicyAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -6293,7 +5823,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicyAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6354,7 +5884,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6393,8 +5923,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicyAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicyAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6496,7 +6030,7 @@ paths: - scheduledActionConfigurations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementComplianceScheduledActionForRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -6526,7 +6060,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementComplianceScheduledActionForRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6587,18 +6121,12 @@ paths: - scheduledActionConfigurations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementComplianceScheduledActionForRule' - links: - scheduledActionConfigurations: - operationId: deviceManagement.compliancePolicies.ScheduledActionsGraphFPreRule.ListScheduledActionConfigurations - parameters: - deviceManagementCompliancePolicy-id: $request.path.deviceManagementCompliancePolicy-id - deviceManagementComplianceScheduledActionForRule-id: $request.path.deviceManagementComplianceScheduledActionForRule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6632,8 +6160,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementComplianceScheduledActionForRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementComplianceScheduledActionForRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6750,7 +6282,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementComplianceActionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -6788,7 +6320,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementComplianceActionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6858,7 +6390,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6905,8 +6437,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementComplianceActionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementComplianceActionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7016,7 +6552,7 @@ paths: - settingDefinitions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationSettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -7046,7 +6582,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7107,18 +6643,12 @@ paths: - settingDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' - links: - settingDefinitions: - operationId: deviceManagement.compliancePolicies.Settings.ListSettingDefinitions - parameters: - deviceManagementCompliancePolicy-id: $request.path.deviceManagementCompliancePolicy-id - deviceManagementConfigurationSetting-id: $request.path.deviceManagementConfigurationSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7152,8 +6682,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7312,7 +6846,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationSettingDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7395,7 +6929,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7509,7 +7043,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationSettingDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7530,7 +7064,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7598,7 +7132,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7629,8 +7163,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7751,7 +7289,7 @@ paths: - settings type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7772,7 +7310,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7838,27 +7376,12 @@ paths: - settings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicy' - links: - assignments: - operationId: deviceManagement.ConfigurationPolicies.ListAssignments - parameters: - deviceManagementConfigurationPolicy-id: $request.path.deviceManagementConfigurationPolicy-id - settings: - operationId: deviceManagement.ConfigurationPolicies.ListSettings - parameters: - deviceManagementConfigurationPolicy-id: $request.path.deviceManagementConfigurationPolicy-id - assign: - operationId: deviceManagement.configurationPolicies.deviceManagementConfigurationPolicy.assign - createCopy: - operationId: deviceManagement.configurationPolicies.deviceManagementConfigurationPolicy.createCopy - reorder: - operationId: deviceManagement.configurationPolicies.deviceManagementConfigurationPolicy.reorder default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7884,8 +7407,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7983,7 +7510,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationPolicyAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -8013,7 +7540,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicyAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8074,7 +7601,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8113,8 +7640,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicyAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicyAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8216,7 +7747,7 @@ paths: - settingDefinitions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationSettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -8246,7 +7777,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8307,18 +7838,12 @@ paths: - settingDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' - links: - settingDefinitions: - operationId: deviceManagement.configurationPolicies.Settings.ListSettingDefinitions - parameters: - deviceManagementConfigurationPolicy-id: $request.path.deviceManagementConfigurationPolicy-id - deviceManagementConfigurationSetting-id: $request.path.deviceManagementConfigurationSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8352,8 +7877,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8512,7 +8041,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationSettingDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8595,7 +8124,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8690,7 +8219,7 @@ paths: - settingTemplates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationPolicyTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -8711,7 +8240,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicyTemplate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8774,17 +8303,12 @@ paths: - settingTemplates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicyTemplate' - links: - settingTemplates: - operationId: deviceManagement.ConfigurationPolicyTemplates.ListSettingTemplates - parameters: - deviceManagementConfigurationPolicyTemplate-id: $request.path.deviceManagementConfigurationPolicyTemplate-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8810,8 +8334,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicyTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationPolicyTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8905,7 +8433,7 @@ paths: - settingDefinitions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationSettingTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -8935,7 +8463,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingTemplate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8996,18 +8524,12 @@ paths: - settingDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingTemplate' - links: - settingDefinitions: - operationId: deviceManagement.configurationPolicyTemplates.SettingTemplates.ListSettingDefinitions - parameters: - deviceManagementConfigurationPolicyTemplate-id: $request.path.deviceManagementConfigurationPolicyTemplate-id - deviceManagementConfigurationSettingTemplate-id: $request.path.deviceManagementConfigurationSettingTemplate-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9041,8 +8563,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9201,7 +8727,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationSettingDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -9239,7 +8765,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9323,7 +8849,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9370,8 +8896,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9522,7 +9052,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationSettingDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -9543,7 +9073,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9611,7 +9141,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9642,8 +9172,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9742,7 +9276,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.dataSharingConsentCollectionResponse' default: $ref: '#/components/responses/error' @@ -9763,7 +9297,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataSharingConsent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9819,15 +9353,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.dataSharingConsent' - links: - consentToDataSharing: - operationId: deviceManagement.dataSharingConsents.dataSharingConsent.consentToDataSharing default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9853,8 +9384,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataSharingConsent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataSharingConsent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9950,7 +9485,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementDerivedCredentialSettingsCollectionResponse' default: $ref: '#/components/responses/error' @@ -9971,7 +9506,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementDerivedCredentialSettings' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10026,7 +9561,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10057,8 +9592,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementDerivedCredentialSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementDerivedCredentialSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10159,7 +9698,7 @@ paths: - managedDevices type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.detectedAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -10180,7 +9719,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.detectedApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10238,17 +9777,12 @@ paths: - managedDevices type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.detectedApp' - links: - managedDevices: - operationId: deviceManagement.DetectedApps.ListManagedDevices - parameters: - detectedApp-id: $request.path.detectedApp-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10274,8 +9808,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.detectedApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.detectedApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10627,7 +10165,7 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -10785,63 +10323,12 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - assignmentFilterEvaluationStatusDetails: - operationId: deviceManagement.detectedApps.ManagedDevices.ListAssignmentFilterEvaluationStatusDetails - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - deviceCompliancePolicyStates: - operationId: deviceManagement.detectedApps.ManagedDevices.ListDeviceCompliancePolicyStates - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - deviceConfigurationStates: - operationId: deviceManagement.detectedApps.ManagedDevices.ListDeviceConfigurationStates - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - managedDeviceMobileAppConfigurationStates: - operationId: deviceManagement.detectedApps.ManagedDevices.ListManagedDeviceMobileAppConfigurationStates - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - securityBaselineStates: - operationId: deviceManagement.detectedApps.ManagedDevices.ListSecurityBaselineStates - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - detectedApps: - operationId: deviceManagement.detectedApps.ManagedDevices.ListDetectedApps - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - deviceCategory: - operationId: deviceManagement.detectedApps.ManagedDevices.GetDeviceCategory - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - logCollectionRequests: - operationId: deviceManagement.detectedApps.ManagedDevices.ListLogCollectionRequests - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - users: - operationId: deviceManagement.detectedApps.ManagedDevices.ListUsers - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - windowsProtectionState: - operationId: deviceManagement.detectedApps.ManagedDevices.GetWindowsProtectionState - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10905,7 +10392,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -10926,7 +10413,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10979,7 +10466,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11010,8 +10497,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11124,7 +10615,7 @@ paths: - userStatusOverview type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -11145,7 +10636,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11215,45 +10706,12 @@ paths: - userStatusOverview type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' - links: - assignments: - operationId: deviceManagement.DeviceCompliancePolicies.ListAssignments - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - deviceSettingStateSummaries: - operationId: deviceManagement.DeviceCompliancePolicies.ListDeviceSettingStateSummaries - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - deviceStatuses: - operationId: deviceManagement.DeviceCompliancePolicies.ListDeviceStatuses - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - deviceStatusOverview: - operationId: deviceManagement.DeviceCompliancePolicies.GetDeviceStatusOverview - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - scheduledActionsForRule: - operationId: deviceManagement.DeviceCompliancePolicies.ListScheduledActionsGraphFPreRule - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - userStatuses: - operationId: deviceManagement.DeviceCompliancePolicies.ListUserStatuses - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - userStatusOverview: - operationId: deviceManagement.DeviceCompliancePolicies.GetUserStatusOverview - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - assign: - operationId: deviceManagement.deviceCompliancePolicies.deviceCompliancePolicy.assign - scheduleActionsForRules: - operationId: deviceManagement.deviceCompliancePolicies.deviceCompliancePolicy.scheduleActionsGraphFPreRules default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11279,8 +10737,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11378,7 +10840,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -11408,7 +10870,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11469,7 +10931,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11508,8 +10970,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11633,7 +11099,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.settingStateDeviceSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -11663,7 +11129,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11730,7 +11196,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11769,8 +11235,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11891,7 +11361,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceDeviceStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -11921,7 +11391,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11987,7 +11457,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12026,8 +11496,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12115,7 +11589,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12146,8 +11620,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12241,7 +11719,7 @@ paths: - scheduledActionConfigurations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceScheduledActionForRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -12271,7 +11749,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12332,18 +11810,12 @@ paths: - scheduledActionConfigurations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' - links: - scheduledActionConfigurations: - operationId: deviceManagement.deviceCompliancePolicies.ScheduledActionsGraphFPreRule.ListScheduledActionConfigurations - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - deviceComplianceScheduledActionForRule-id: $request.path.deviceComplianceScheduledActionForRule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12377,8 +11849,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12495,7 +11971,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceActionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -12533,7 +12009,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12603,7 +12079,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12650,8 +12126,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12771,7 +12251,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceUserStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -12801,7 +12281,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12864,7 +12344,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12903,8 +12383,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12991,7 +12475,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13022,8 +12506,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserOverview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserOverview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13095,7 +12583,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13117,8 +12605,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13223,7 +12715,7 @@ paths: - deviceComplianceSettingStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicySettingStateSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -13244,7 +12736,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13306,17 +12798,12 @@ paths: - deviceComplianceSettingStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' - links: - deviceComplianceSettingStates: - operationId: deviceManagement.DeviceCompliancePolicySettingStateSummaries.ListDeviceComplianceSettingStates - parameters: - deviceCompliancePolicySettingStateSummary-id: $request.path.deviceCompliancePolicySettingStateSummary-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13342,8 +12829,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13468,7 +12959,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceSettingStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -13498,7 +12989,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13568,7 +13059,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13607,8 +13098,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13706,7 +13201,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationConflictSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -13727,7 +13222,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationConflictSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13780,7 +13275,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13811,8 +13306,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationConflictSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationConflictSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13882,7 +13381,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13904,8 +13403,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14022,7 +13525,7 @@ paths: - userStatusOverview type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -14043,7 +13546,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14117,49 +13620,12 @@ paths: - userStatusOverview type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - links: - assignments: - operationId: deviceManagement.DeviceConfigurations.ListAssignments - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceSettingStateSummaries: - operationId: deviceManagement.DeviceConfigurations.ListDeviceSettingStateSummaries - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceStatuses: - operationId: deviceManagement.DeviceConfigurations.ListDeviceStatuses - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceStatusOverview: - operationId: deviceManagement.DeviceConfigurations.GetDeviceStatusOverview - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - groupAssignments: - operationId: deviceManagement.DeviceConfigurations.ListGroupAssignments - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - userStatuses: - operationId: deviceManagement.DeviceConfigurations.ListUserStatuses - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - userStatusOverview: - operationId: deviceManagement.DeviceConfigurations.GetUserStatusOverview - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - assign: - operationId: deviceManagement.deviceConfigurations.deviceConfiguration.assign - assignedAccessMultiModeProfiles: - operationId: deviceManagement.deviceConfigurations.deviceConfiguration.assignedAccessMultiModeProfiles - getOmaSettingPlainTextValue: - operationId: deviceManagement.deviceConfigurations.deviceConfiguration.getOmaSettingPlainTextValue - windowsPrivacyAccessControls: - operationId: deviceManagement.deviceConfigurations.deviceConfiguration.windowsPrivacyAccessControls default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14185,8 +13651,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14287,7 +13757,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -14317,7 +13787,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14379,7 +13849,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14418,8 +13888,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14543,7 +14017,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.settingStateDeviceSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -14573,7 +14047,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14640,7 +14114,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14679,8 +14153,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14801,7 +14279,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationDeviceStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -14831,7 +14309,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14897,7 +14375,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14936,8 +14414,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15025,7 +14507,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15056,8 +14538,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15154,7 +14640,7 @@ paths: - deviceConfiguration type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationGroupAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -15184,7 +14670,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationGroupAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15246,18 +14732,12 @@ paths: - deviceConfiguration type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationGroupAssignment' - links: - deviceConfiguration: - operationId: deviceManagement.deviceConfigurations.GroupAssignments.GetDeviceConfiguration - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceConfigurationGroupAssignment-id: $request.path.deviceConfigurationGroupAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15291,8 +14771,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationGroupAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationGroupAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15403,48 +14887,12 @@ paths: - userStatusOverview type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - links: - assignments: - operationId: deviceManagement.deviceConfigurations.groupAssignments.DeviceConfiguration.ListAssignments - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceConfigurationGroupAssignment-id: $request.path.deviceConfigurationGroupAssignment-id - deviceSettingStateSummaries: - operationId: deviceManagement.deviceConfigurations.groupAssignments.DeviceConfiguration.ListDeviceSettingStateSummaries - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceConfigurationGroupAssignment-id: $request.path.deviceConfigurationGroupAssignment-id - deviceStatuses: - operationId: deviceManagement.deviceConfigurations.groupAssignments.DeviceConfiguration.ListDeviceStatuses - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceConfigurationGroupAssignment-id: $request.path.deviceConfigurationGroupAssignment-id - deviceStatusOverview: - operationId: deviceManagement.deviceConfigurations.groupAssignments.DeviceConfiguration.GetDeviceStatusOverview - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceConfigurationGroupAssignment-id: $request.path.deviceConfigurationGroupAssignment-id - groupAssignments: - operationId: deviceManagement.deviceConfigurations.groupAssignments.DeviceConfiguration.ListGroupAssignments - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceConfigurationGroupAssignment-id: $request.path.deviceConfigurationGroupAssignment-id - userStatuses: - operationId: deviceManagement.deviceConfigurations.groupAssignments.DeviceConfiguration.ListUserStatuses - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceConfigurationGroupAssignment-id: $request.path.deviceConfigurationGroupAssignment-id - userStatusOverview: - operationId: deviceManagement.deviceConfigurations.groupAssignments.DeviceConfiguration.GetUserStatusOverview - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceConfigurationGroupAssignment-id: $request.path.deviceConfigurationGroupAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15522,7 +14970,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationUserStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -15552,7 +15000,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15615,7 +15063,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15654,8 +15102,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15742,7 +15194,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15773,8 +15225,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserOverview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserOverview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15844,7 +15300,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15866,8 +15322,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15994,7 +15454,7 @@ paths: - runSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceHealthScriptCollectionResponse' default: $ref: '#/components/responses/error' @@ -16015,7 +15475,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceHealthScript' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16087,33 +15547,12 @@ paths: - runSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceHealthScript' - links: - assignments: - operationId: deviceManagement.DeviceHealthScripts.ListAssignments - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceRunStates: - operationId: deviceManagement.DeviceHealthScripts.ListDeviceRunStates - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - runSummary: - operationId: deviceManagement.DeviceHealthScripts.GetRunSummary - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - assign: - operationId: deviceManagement.deviceHealthScripts.deviceHealthScript.assign - getGlobalScriptHighestAvailableVersion: - operationId: deviceManagement.deviceHealthScripts.deviceHealthScript.getGlobalScriptHighestAvailableVersion - getRemediationHistory: - operationId: deviceManagement.deviceHealthScripts.deviceHealthScript.getRemediationHistory - updateGlobalScript: - operationId: deviceManagement.deviceHealthScripts.deviceHealthScript.updateGlobalScript default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16139,8 +15578,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceHealthScript' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceHealthScript' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16238,7 +15681,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceHealthScriptAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -16268,7 +15711,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16329,7 +15772,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16368,8 +15811,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16501,7 +15948,7 @@ paths: - managedDevice type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceHealthScriptDeviceStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -16531,7 +15978,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptDeviceState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16602,18 +16049,12 @@ paths: - managedDevice type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptDeviceState' - links: - managedDevice: - operationId: deviceManagement.deviceHealthScripts.DeviceRunStates.GetManagedDevice - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceHealthScriptDeviceState-id: $request.path.deviceHealthScriptDeviceState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16647,8 +16088,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptDeviceState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptDeviceState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16836,63 +16281,12 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - assignmentFilterEvaluationStatusDetails: - operationId: deviceManagement.deviceHealthScripts.deviceRunStates.ManagedDevice.ListAssignmentFilterEvaluationStatusDetails - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceHealthScriptDeviceState-id: $request.path.deviceHealthScriptDeviceState-id - deviceCompliancePolicyStates: - operationId: deviceManagement.deviceHealthScripts.deviceRunStates.ManagedDevice.ListDeviceCompliancePolicyStates - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceHealthScriptDeviceState-id: $request.path.deviceHealthScriptDeviceState-id - deviceConfigurationStates: - operationId: deviceManagement.deviceHealthScripts.deviceRunStates.ManagedDevice.ListDeviceConfigurationStates - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceHealthScriptDeviceState-id: $request.path.deviceHealthScriptDeviceState-id - managedDeviceMobileAppConfigurationStates: - operationId: deviceManagement.deviceHealthScripts.deviceRunStates.ManagedDevice.ListManagedDeviceMobileAppConfigurationStates - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceHealthScriptDeviceState-id: $request.path.deviceHealthScriptDeviceState-id - securityBaselineStates: - operationId: deviceManagement.deviceHealthScripts.deviceRunStates.ManagedDevice.ListSecurityBaselineStates - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceHealthScriptDeviceState-id: $request.path.deviceHealthScriptDeviceState-id - detectedApps: - operationId: deviceManagement.deviceHealthScripts.deviceRunStates.ManagedDevice.ListDetectedApps - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceHealthScriptDeviceState-id: $request.path.deviceHealthScriptDeviceState-id - deviceCategory: - operationId: deviceManagement.deviceHealthScripts.deviceRunStates.ManagedDevice.GetDeviceCategory - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceHealthScriptDeviceState-id: $request.path.deviceHealthScriptDeviceState-id - logCollectionRequests: - operationId: deviceManagement.deviceHealthScripts.deviceRunStates.ManagedDevice.ListLogCollectionRequests - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceHealthScriptDeviceState-id: $request.path.deviceHealthScriptDeviceState-id - users: - operationId: deviceManagement.deviceHealthScripts.deviceRunStates.ManagedDevice.ListUsers - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceHealthScriptDeviceState-id: $request.path.deviceHealthScriptDeviceState-id - windowsProtectionState: - operationId: deviceManagement.deviceHealthScripts.deviceRunStates.ManagedDevice.GetWindowsProtectionState - parameters: - deviceHealthScript-id: $request.path.deviceHealthScript-id - deviceHealthScriptDeviceState-id: $request.path.deviceHealthScriptDeviceState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16948,7 +16342,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16979,8 +16373,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptRunSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptRunSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17101,7 +16499,7 @@ paths: - userRunStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementScriptCollectionResponse' default: $ref: '#/components/responses/error' @@ -17122,7 +16520,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScript' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17192,35 +16590,12 @@ paths: - userRunStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementScript' - links: - assignments: - operationId: deviceManagement.DeviceManagementScripts.ListAssignments - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceRunStates: - operationId: deviceManagement.DeviceManagementScripts.ListDeviceRunStates - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - groupAssignments: - operationId: deviceManagement.DeviceManagementScripts.ListGroupAssignments - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - runSummary: - operationId: deviceManagement.DeviceManagementScripts.GetRunSummary - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - userRunStates: - operationId: deviceManagement.DeviceManagementScripts.ListUserRunStates - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - assign: - operationId: deviceManagement.deviceManagementScripts.deviceManagementScript.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17246,8 +16621,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScript' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementScript' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17339,7 +16718,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementScriptAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -17369,7 +16748,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17428,7 +16807,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17467,8 +16846,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17582,7 +16965,7 @@ paths: - managedDevice type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementScriptDeviceStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -17612,7 +16995,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17677,18 +17060,12 @@ paths: - managedDevice type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' - links: - managedDevice: - operationId: deviceManagement.deviceManagementScripts.DeviceRunStates.GetManagedDevice - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17722,8 +17099,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17911,63 +17292,12 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - assignmentFilterEvaluationStatusDetails: - operationId: deviceManagement.deviceManagementScripts.deviceRunStates.ManagedDevice.ListAssignmentFilterEvaluationStatusDetails - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceCompliancePolicyStates: - operationId: deviceManagement.deviceManagementScripts.deviceRunStates.ManagedDevice.ListDeviceCompliancePolicyStates - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceConfigurationStates: - operationId: deviceManagement.deviceManagementScripts.deviceRunStates.ManagedDevice.ListDeviceConfigurationStates - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - managedDeviceMobileAppConfigurationStates: - operationId: deviceManagement.deviceManagementScripts.deviceRunStates.ManagedDevice.ListManagedDeviceMobileAppConfigurationStates - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - securityBaselineStates: - operationId: deviceManagement.deviceManagementScripts.deviceRunStates.ManagedDevice.ListSecurityBaselineStates - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - detectedApps: - operationId: deviceManagement.deviceManagementScripts.deviceRunStates.ManagedDevice.ListDetectedApps - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceCategory: - operationId: deviceManagement.deviceManagementScripts.deviceRunStates.ManagedDevice.GetDeviceCategory - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - logCollectionRequests: - operationId: deviceManagement.deviceManagementScripts.deviceRunStates.ManagedDevice.ListLogCollectionRequests - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - users: - operationId: deviceManagement.deviceManagementScripts.deviceRunStates.ManagedDevice.ListUsers - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - windowsProtectionState: - operationId: deviceManagement.deviceManagementScripts.deviceRunStates.ManagedDevice.GetWindowsProtectionState - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18033,7 +17363,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementScriptGroupAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -18063,7 +17393,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptGroupAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18122,7 +17452,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18161,8 +17491,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptGroupAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptGroupAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18245,7 +17579,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18324,7 +17658,7 @@ paths: - deviceRunStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementScriptUserStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -18354,7 +17688,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptUserState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18417,18 +17751,12 @@ paths: - deviceRunStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptUserState' - links: - deviceRunStates: - operationId: deviceManagement.deviceManagementScripts.UserRunStates.ListDeviceRunStates - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18462,8 +17790,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptUserState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptUserState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18585,7 +17917,7 @@ paths: - managedDevice type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementScriptDeviceStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -18623,7 +17955,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18696,19 +18028,12 @@ paths: - managedDevice type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' - links: - managedDevice: - operationId: deviceManagement.deviceManagementScripts.userRunStates.DeviceRunStates.GetManagedDevice - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18750,8 +18075,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18955,73 +18284,12 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - assignmentFilterEvaluationStatusDetails: - operationId: deviceManagement.deviceManagementScripts.userRunStates.deviceRunStates.ManagedDevice.ListAssignmentFilterEvaluationStatusDetails - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceCompliancePolicyStates: - operationId: deviceManagement.deviceManagementScripts.userRunStates.deviceRunStates.ManagedDevice.ListDeviceCompliancePolicyStates - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceConfigurationStates: - operationId: deviceManagement.deviceManagementScripts.userRunStates.deviceRunStates.ManagedDevice.ListDeviceConfigurationStates - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - managedDeviceMobileAppConfigurationStates: - operationId: deviceManagement.deviceManagementScripts.userRunStates.deviceRunStates.ManagedDevice.ListManagedDeviceMobileAppConfigurationStates - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - securityBaselineStates: - operationId: deviceManagement.deviceManagementScripts.userRunStates.deviceRunStates.ManagedDevice.ListSecurityBaselineStates - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - detectedApps: - operationId: deviceManagement.deviceManagementScripts.userRunStates.deviceRunStates.ManagedDevice.ListDetectedApps - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceCategory: - operationId: deviceManagement.deviceManagementScripts.userRunStates.deviceRunStates.ManagedDevice.GetDeviceCategory - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - logCollectionRequests: - operationId: deviceManagement.deviceManagementScripts.userRunStates.deviceRunStates.ManagedDevice.ListLogCollectionRequests - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - users: - operationId: deviceManagement.deviceManagementScripts.userRunStates.deviceRunStates.ManagedDevice.ListUsers - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - windowsProtectionState: - operationId: deviceManagement.deviceManagementScripts.userRunStates.deviceRunStates.ManagedDevice.GetWindowsProtectionState - parameters: - deviceManagementScript-id: $request.path.deviceManagementScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19119,7 +18387,7 @@ paths: - userRunStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceShellScriptCollectionResponse' default: $ref: '#/components/responses/error' @@ -19140,7 +18408,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceShellScript' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19211,35 +18479,12 @@ paths: - userRunStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceShellScript' - links: - assignments: - operationId: deviceManagement.DeviceShellScripts.ListAssignments - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceRunStates: - operationId: deviceManagement.DeviceShellScripts.ListDeviceRunStates - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - groupAssignments: - operationId: deviceManagement.DeviceShellScripts.ListGroupAssignments - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - runSummary: - operationId: deviceManagement.DeviceShellScripts.GetRunSummary - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - userRunStates: - operationId: deviceManagement.DeviceShellScripts.ListUserRunStates - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - assign: - operationId: deviceManagement.deviceShellScripts.deviceShellScript.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19265,8 +18510,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceShellScript' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceShellScript' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19358,7 +18607,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementScriptAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -19388,7 +18637,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19447,7 +18696,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19486,8 +18735,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19601,7 +18854,7 @@ paths: - managedDevice type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementScriptDeviceStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -19631,7 +18884,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19696,18 +18949,12 @@ paths: - managedDevice type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' - links: - managedDevice: - operationId: deviceManagement.deviceShellScripts.DeviceRunStates.GetManagedDevice - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19741,8 +18988,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19930,63 +19181,12 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - assignmentFilterEvaluationStatusDetails: - operationId: deviceManagement.deviceShellScripts.deviceRunStates.ManagedDevice.ListAssignmentFilterEvaluationStatusDetails - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceCompliancePolicyStates: - operationId: deviceManagement.deviceShellScripts.deviceRunStates.ManagedDevice.ListDeviceCompliancePolicyStates - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceConfigurationStates: - operationId: deviceManagement.deviceShellScripts.deviceRunStates.ManagedDevice.ListDeviceConfigurationStates - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - managedDeviceMobileAppConfigurationStates: - operationId: deviceManagement.deviceShellScripts.deviceRunStates.ManagedDevice.ListManagedDeviceMobileAppConfigurationStates - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - securityBaselineStates: - operationId: deviceManagement.deviceShellScripts.deviceRunStates.ManagedDevice.ListSecurityBaselineStates - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - detectedApps: - operationId: deviceManagement.deviceShellScripts.deviceRunStates.ManagedDevice.ListDetectedApps - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceCategory: - operationId: deviceManagement.deviceShellScripts.deviceRunStates.ManagedDevice.GetDeviceCategory - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - logCollectionRequests: - operationId: deviceManagement.deviceShellScripts.deviceRunStates.ManagedDevice.ListLogCollectionRequests - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - users: - operationId: deviceManagement.deviceShellScripts.deviceRunStates.ManagedDevice.ListUsers - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - windowsProtectionState: - operationId: deviceManagement.deviceShellScripts.deviceRunStates.ManagedDevice.GetWindowsProtectionState - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20052,7 +19252,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementScriptGroupAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -20082,7 +19282,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptGroupAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20141,7 +19341,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20180,8 +19380,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptGroupAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptGroupAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20264,7 +19468,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20343,7 +19547,7 @@ paths: - deviceRunStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementScriptUserStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -20373,7 +19577,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptUserState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20436,18 +19640,12 @@ paths: - deviceRunStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptUserState' - links: - deviceRunStates: - operationId: deviceManagement.deviceShellScripts.UserRunStates.ListDeviceRunStates - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20481,8 +19679,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptUserState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptUserState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20604,7 +19806,7 @@ paths: - managedDevice type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementScriptDeviceStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -20642,7 +19844,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20715,19 +19917,12 @@ paths: - managedDevice type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' - links: - managedDevice: - operationId: deviceManagement.deviceShellScripts.userRunStates.DeviceRunStates.GetManagedDevice - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20769,8 +19964,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementScriptDeviceState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20974,73 +20173,12 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - assignmentFilterEvaluationStatusDetails: - operationId: deviceManagement.deviceShellScripts.userRunStates.deviceRunStates.ManagedDevice.ListAssignmentFilterEvaluationStatusDetails - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceCompliancePolicyStates: - operationId: deviceManagement.deviceShellScripts.userRunStates.deviceRunStates.ManagedDevice.ListDeviceCompliancePolicyStates - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceConfigurationStates: - operationId: deviceManagement.deviceShellScripts.userRunStates.deviceRunStates.ManagedDevice.ListDeviceConfigurationStates - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - managedDeviceMobileAppConfigurationStates: - operationId: deviceManagement.deviceShellScripts.userRunStates.deviceRunStates.ManagedDevice.ListManagedDeviceMobileAppConfigurationStates - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - securityBaselineStates: - operationId: deviceManagement.deviceShellScripts.userRunStates.deviceRunStates.ManagedDevice.ListSecurityBaselineStates - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - detectedApps: - operationId: deviceManagement.deviceShellScripts.userRunStates.deviceRunStates.ManagedDevice.ListDetectedApps - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - deviceCategory: - operationId: deviceManagement.deviceShellScripts.userRunStates.deviceRunStates.ManagedDevice.GetDeviceCategory - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - logCollectionRequests: - operationId: deviceManagement.deviceShellScripts.userRunStates.deviceRunStates.ManagedDevice.ListLogCollectionRequests - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - users: - operationId: deviceManagement.deviceShellScripts.userRunStates.deviceRunStates.ManagedDevice.ListUsers - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id - windowsProtectionState: - operationId: deviceManagement.deviceShellScripts.userRunStates.deviceRunStates.ManagedDevice.GetWindowsProtectionState - parameters: - deviceShellScript-id: $request.path.deviceShellScript-id - deviceManagementScriptUserState-id: $request.path.deviceManagementScriptUserState-id - deviceManagementScriptDeviceState-id: $request.path.deviceManagementScriptDeviceState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21114,7 +20252,7 @@ paths: - deviceStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.embeddedSIMActivationCodePoolCollectionResponse' default: $ref: '#/components/responses/error' @@ -21135,7 +20273,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.embeddedSIMActivationCodePool' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21194,23 +20332,12 @@ paths: - deviceStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.embeddedSIMActivationCodePool' - links: - assignments: - operationId: deviceManagement.EmbeddedSIMActivationCodePools.ListAssignments - parameters: - embeddedSIMActivationCodePool-id: $request.path.embeddedSIMActivationCodePool-id - deviceStates: - operationId: deviceManagement.EmbeddedSIMActivationCodePools.ListDeviceStates - parameters: - embeddedSIMActivationCodePool-id: $request.path.embeddedSIMActivationCodePool-id - assign: - operationId: deviceManagement.embeddedSIMActivationCodePools.embeddedSIMActivationCodePool.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21236,8 +20363,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.embeddedSIMActivationCodePool' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.embeddedSIMActivationCodePool' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21329,7 +20460,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.embeddedSIMActivationCodePoolAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -21359,7 +20490,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.embeddedSIMActivationCodePoolAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21418,7 +20549,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21457,8 +20588,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.embeddedSIMActivationCodePoolAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.embeddedSIMActivationCodePoolAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21579,7 +20714,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.embeddedSIMDeviceStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -21609,7 +20744,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.embeddedSIMDeviceState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21675,7 +20810,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21714,8 +20849,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.embeddedSIMDeviceState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.embeddedSIMDeviceState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21826,7 +20965,7 @@ paths: - definitionValues type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -21847,7 +20986,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21907,25 +21046,12 @@ paths: - definitionValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyConfiguration' - links: - assignments: - operationId: deviceManagement.GroupPolicyConfigurations.ListAssignments - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - definitionValues: - operationId: deviceManagement.GroupPolicyConfigurations.ListDefinitionValues - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - assign: - operationId: deviceManagement.groupPolicyConfigurations.groupPolicyConfiguration.assign - updateDefinitionValues: - operationId: deviceManagement.groupPolicyConfigurations.groupPolicyConfiguration.updateDefinitionValues default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21951,8 +21077,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22047,7 +21177,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyConfigurationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -22077,7 +21207,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyConfigurationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22137,7 +21267,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22176,8 +21306,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyConfigurationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyConfigurationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22290,7 +21424,7 @@ paths: - presentationValues type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyDefinitionValueCollectionResponse' default: $ref: '#/components/responses/error' @@ -22320,7 +21454,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionValue' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22386,23 +21520,12 @@ paths: - presentationValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionValue' - links: - definition: - operationId: deviceManagement.groupPolicyConfigurations.DefinitionValues.GetDefinition - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id - presentationValues: - operationId: deviceManagement.groupPolicyConfigurations.DefinitionValues.ListPresentationValues - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22436,8 +21559,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionValue' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionValue' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22546,38 +21673,12 @@ paths: - previousVersionDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinition' - links: - category: - operationId: deviceManagement.groupPolicyConfigurations.definitionValues.Definition.GetCategory - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id - definitionFile: - operationId: deviceManagement.groupPolicyConfigurations.definitionValues.Definition.GetDefinitionFile - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id - nextVersionDefinition: - operationId: deviceManagement.groupPolicyConfigurations.definitionValues.Definition.GetNextVersionDefinition - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id - presentations: - operationId: deviceManagement.groupPolicyConfigurations.definitionValues.Definition.ListPresentations - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id - previousVersionDefinition: - operationId: deviceManagement.groupPolicyConfigurations.definitionValues.Definition.GetPreviousVersionDefinition - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22658,7 +21759,7 @@ paths: - presentation type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupPolicyPresentationValueCollectionResponse' default: $ref: '#/components/responses/error' @@ -22696,7 +21797,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentationValue' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22768,25 +21869,12 @@ paths: - presentation type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentationValue' - links: - definitionValue: - operationId: deviceManagement.groupPolicyConfigurations.definitionValues.PresentationValues.GetDefinitionValue - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id - groupPolicyPresentationValue-id: $request.path.groupPolicyPresentationValue-id - presentation: - operationId: deviceManagement.groupPolicyConfigurations.definitionValues.PresentationValues.GetPresentation - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id - groupPolicyPresentationValue-id: $request.path.groupPolicyPresentationValue-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22828,8 +21916,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentationValue' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentationValue' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22940,25 +22032,12 @@ paths: - presentationValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyDefinitionValue' - links: - definition: - operationId: deviceManagement.groupPolicyConfigurations.definitionValues.presentationValues.DefinitionValue.GetDefinition - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id - groupPolicyPresentationValue-id: $request.path.groupPolicyPresentationValue-id - presentationValues: - operationId: deviceManagement.groupPolicyConfigurations.definitionValues.presentationValues.DefinitionValue.ListPresentationValues - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id - groupPolicyPresentationValue-id: $request.path.groupPolicyPresentationValue-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23023,19 +22102,12 @@ paths: - definition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupPolicyPresentation' - links: - definition: - operationId: deviceManagement.groupPolicyConfigurations.definitionValues.presentationValues.Presentation.GetDefinition - parameters: - groupPolicyConfiguration-id: $request.path.groupPolicyConfiguration-id - groupPolicyDefinitionValue-id: $request.path.groupPolicyDefinitionValue-id - groupPolicyPresentationValue-id: $request.path.groupPolicyPresentationValue-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23124,7 +22196,7 @@ paths: - userStateSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementIntentCollectionResponse' default: $ref: '#/components/responses/error' @@ -23145,7 +22217,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23217,55 +22289,12 @@ paths: - userStateSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntent' - links: - assignments: - operationId: deviceManagement.Intents.ListAssignments - parameters: - deviceManagementIntent-id: $request.path.deviceManagementIntent-id - categories: - operationId: deviceManagement.Intents.ListCategories - parameters: - deviceManagementIntent-id: $request.path.deviceManagementIntent-id - deviceSettingStateSummaries: - operationId: deviceManagement.Intents.ListDeviceSettingStateSummaries - parameters: - deviceManagementIntent-id: $request.path.deviceManagementIntent-id - deviceStates: - operationId: deviceManagement.Intents.ListDeviceStates - parameters: - deviceManagementIntent-id: $request.path.deviceManagementIntent-id - deviceStateSummary: - operationId: deviceManagement.Intents.GetDeviceStateSummary - parameters: - deviceManagementIntent-id: $request.path.deviceManagementIntent-id - settings: - operationId: deviceManagement.Intents.ListSettings - parameters: - deviceManagementIntent-id: $request.path.deviceManagementIntent-id - userStates: - operationId: deviceManagement.Intents.ListUserStates - parameters: - deviceManagementIntent-id: $request.path.deviceManagementIntent-id - userStateSummary: - operationId: deviceManagement.Intents.GetUserStateSummary - parameters: - deviceManagementIntent-id: $request.path.deviceManagementIntent-id - assign: - operationId: deviceManagement.intents.deviceManagementIntent.assign - compare: - operationId: deviceManagement.intents.deviceManagementIntent.compare - createCopy: - operationId: deviceManagement.intents.deviceManagementIntent.createCopy - migrateToTemplate: - operationId: deviceManagement.intents.deviceManagementIntent.migrateToTemplate - updateSettings: - operationId: deviceManagement.intents.deviceManagementIntent.updateSettings default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23291,8 +22320,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementIntent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23384,7 +22417,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementIntentAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -23414,7 +22447,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23473,7 +22506,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23512,8 +22545,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23620,7 +22657,7 @@ paths: - settings type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementIntentSettingCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -23650,7 +22687,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentSettingCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23714,23 +22751,12 @@ paths: - settings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentSettingCategory' - links: - settingDefinitions: - operationId: deviceManagement.intents.Categories.ListSettingDefinitions - parameters: - deviceManagementIntent-id: $request.path.deviceManagementIntent-id - deviceManagementIntentSettingCategory-id: $request.path.deviceManagementIntentSettingCategory-id - settings: - operationId: deviceManagement.intents.Categories.ListSettings - parameters: - deviceManagementIntent-id: $request.path.deviceManagementIntent-id - deviceManagementIntentSettingCategory-id: $request.path.deviceManagementIntentSettingCategory-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23764,8 +22790,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentSettingCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentSettingCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23876,7 +22906,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementSettingInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -23914,7 +22944,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23982,7 +23012,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24029,8 +23059,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24156,7 +23190,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementIntentDeviceSettingStateSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -24186,7 +23220,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentDeviceSettingStateSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24251,7 +23285,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24290,8 +23324,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentDeviceSettingStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentDeviceSettingStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24406,7 +23444,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementIntentDeviceStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -24436,7 +23474,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentDeviceState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24500,7 +23538,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24539,8 +23577,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentDeviceState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentDeviceState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24625,7 +23667,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24656,8 +23698,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentDeviceStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentDeviceStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24752,7 +23798,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementSettingInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -24782,7 +23828,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24842,7 +23888,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24881,8 +23927,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24994,7 +24044,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementIntentUserStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -25024,7 +24074,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentUserState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25087,7 +24137,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25126,8 +24176,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentUserState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentUserState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25211,7 +24265,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25242,8 +24296,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentUserStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementIntentUserStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25356,7 +24414,7 @@ paths: - categorySummaries type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.macOSSoftwareUpdateAccountSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -25377,7 +24435,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.macOSSoftwareUpdateAccountSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25439,17 +24497,12 @@ paths: - categorySummaries type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.macOSSoftwareUpdateAccountSummary' - links: - categorySummaries: - operationId: deviceManagement.MacOSSoftwareUpdateAccountSummaries.ListCategorySummaries - parameters: - macOSSoftwareUpdateAccountSummary-id: $request.path.macOSSoftwareUpdateAccountSummary-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25475,8 +24528,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.macOSSoftwareUpdateAccountSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.macOSSoftwareUpdateAccountSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25591,7 +24648,7 @@ paths: - updateStateSummaries type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.macOSSoftwareUpdateCategorySummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -25621,7 +24678,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.macOSSoftwareUpdateCategorySummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25689,18 +24746,12 @@ paths: - updateStateSummaries type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.macOSSoftwareUpdateCategorySummary' - links: - updateStateSummaries: - operationId: deviceManagement.macOSSoftwareUpdateAccountSummaries.CategorySummaries.ListUpdateStateSummaries - parameters: - macOSSoftwareUpdateAccountSummary-id: $request.path.macOSSoftwareUpdateAccountSummary-id - macOSSoftwareUpdateCategorySummary-id: $request.path.macOSSoftwareUpdateCategorySummary-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25734,8 +24785,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.macOSSoftwareUpdateCategorySummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.macOSSoftwareUpdateCategorySummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25858,7 +24913,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.macOSSoftwareUpdateStateSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -25896,7 +24951,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.macOSSoftwareUpdateStateSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25968,7 +25023,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26015,8 +25070,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.macOSSoftwareUpdateStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.macOSSoftwareUpdateStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26146,7 +25205,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceEncryptionStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -26167,7 +25226,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceEncryptionState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26228,7 +25287,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26259,8 +25318,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceEncryptionState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceEncryptionState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26330,7 +25393,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26653,7 +25716,7 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -26674,7 +25737,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26825,149 +25888,12 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - assignmentFilterEvaluationStatusDetails: - operationId: deviceManagement.ManagedDevices.ListAssignmentFilterEvaluationStatusDetails - parameters: - managedDevice-id: $request.path.managedDevice-id - deviceCompliancePolicyStates: - operationId: deviceManagement.ManagedDevices.ListDeviceCompliancePolicyStates - parameters: - managedDevice-id: $request.path.managedDevice-id - deviceConfigurationStates: - operationId: deviceManagement.ManagedDevices.ListDeviceConfigurationStates - parameters: - managedDevice-id: $request.path.managedDevice-id - managedDeviceMobileAppConfigurationStates: - operationId: deviceManagement.ManagedDevices.ListManagedDeviceMobileAppConfigurationStates - parameters: - managedDevice-id: $request.path.managedDevice-id - securityBaselineStates: - operationId: deviceManagement.ManagedDevices.ListSecurityBaselineStates - parameters: - managedDevice-id: $request.path.managedDevice-id - detectedApps: - operationId: deviceManagement.ManagedDevices.ListDetectedApps - parameters: - managedDevice-id: $request.path.managedDevice-id - deviceCategory: - operationId: deviceManagement.ManagedDevices.GetDeviceCategory - parameters: - managedDevice-id: $request.path.managedDevice-id - logCollectionRequests: - operationId: deviceManagement.ManagedDevices.ListLogCollectionRequests - parameters: - managedDevice-id: $request.path.managedDevice-id - users: - operationId: deviceManagement.ManagedDevices.ListUsers - parameters: - managedDevice-id: $request.path.managedDevice-id - windowsProtectionState: - operationId: deviceManagement.ManagedDevices.GetWindowsProtectionState - parameters: - managedDevice-id: $request.path.managedDevice-id - activateDeviceEsim: - operationId: deviceManagement.managedDevices.managedDevice.activateDeviceEsim - bypassActivationLock: - operationId: deviceManagement.managedDevices.managedDevice.bypassActivationLock - cleanWindowsDevice: - operationId: deviceManagement.managedDevices.managedDevice.cleanWindowsDevice - createDeviceLogCollectionRequest: - operationId: deviceManagement.managedDevices.managedDevice.createDeviceLogCollectionRequest - createRemoteHelpSession: - operationId: deviceManagement.managedDevices.managedDevice.createRemoteHelpSession - deleteUserFromSharedAppleDevice: - operationId: deviceManagement.managedDevices.managedDevice.deleteUserFromSharedAppleDevice - deprovision: - operationId: deviceManagement.managedDevices.managedDevice.deprovision - disable: - operationId: deviceManagement.managedDevices.managedDevice.disable - disableLostMode: - operationId: deviceManagement.managedDevices.managedDevice.disableLostMode - enableLostMode: - operationId: deviceManagement.managedDevices.managedDevice.enableLostMode - endRemoteHelpSession: - operationId: deviceManagement.managedDevices.managedDevice.endRemoteHelpSession - enrollNowAction: - operationId: deviceManagement.managedDevices.managedDevice.enrollNowAction - getCloudPcRemoteActionResults: - operationId: deviceManagement.managedDevices.managedDevice.getCloudPcRemoteActionResults - getCloudPcReviewStatus: - operationId: deviceManagement.managedDevices.managedDevice.getCloudPcReviewStatus - getFileVaultKey: - operationId: deviceManagement.managedDevices.managedDevice.getFileVaultKey - getNonCompliantSettings: - operationId: deviceManagement.managedDevices.managedDevice.getNonCompliantSettings - getOemWarranty: - operationId: deviceManagement.managedDevices.managedDevice.getOemWarranty - initiateMobileDeviceManagementKeyRecovery: - operationId: deviceManagement.managedDevices.managedDevice.initiateMobileDeviceManagementKeyRecovery - locateDevice: - operationId: deviceManagement.managedDevices.managedDevice.locateDevice - logoutSharedAppleDeviceActiveUser: - operationId: deviceManagement.managedDevices.managedDevice.logoutSharedAppleDeviceActiveUser - overrideComplianceState: - operationId: deviceManagement.managedDevices.managedDevice.overrideComplianceState - playLostModeSound: - operationId: deviceManagement.managedDevices.managedDevice.playLostModeSound - rebootNow: - operationId: deviceManagement.managedDevices.managedDevice.rebootNow - recoverPasscode: - operationId: deviceManagement.managedDevices.managedDevice.recoverPasscode - reenable: - operationId: deviceManagement.managedDevices.managedDevice.reenable - remoteLock: - operationId: deviceManagement.managedDevices.managedDevice.remoteLock - removeDeviceFirmwareConfigurationInterfaceManagement: - operationId: deviceManagement.managedDevices.managedDevice.removeDeviceFirmwareConfigurationInterfaceManagement - reprovisionCloudPc: - operationId: deviceManagement.managedDevices.managedDevice.reprovisionCloudPc - requestRemoteAssistance: - operationId: deviceManagement.managedDevices.managedDevice.requestRemoteAssistance - requestRemoteHelpSessionAccess: - operationId: deviceManagement.managedDevices.managedDevice.requestRemoteHelpSessionAccess - resetPasscode: - operationId: deviceManagement.managedDevices.managedDevice.resetPasscode - resizeCloudPc: - operationId: deviceManagement.managedDevices.managedDevice.resizeCloudPc - restoreCloudPc: - operationId: deviceManagement.managedDevices.managedDevice.restoreCloudPc - retire: - operationId: deviceManagement.managedDevices.managedDevice.retire - retrieveRemoteHelpSession: - operationId: deviceManagement.managedDevices.managedDevice.retrieveRemoteHelpSession - revokeAppleVppLicenses: - operationId: deviceManagement.managedDevices.managedDevice.revokeAppleVppLicenses - rotateBitLockerKeys: - operationId: deviceManagement.managedDevices.managedDevice.rotateBitLockerKeys - rotateFileVaultKey: - operationId: deviceManagement.managedDevices.managedDevice.rotateFileVaultKey - sendCustomNotificationToCompanyPortal: - operationId: deviceManagement.managedDevices.managedDevice.sendCustomNotificationToCompanyPortal - setCloudPcReviewStatus: - operationId: deviceManagement.managedDevices.managedDevice.setCloudPcReviewStatus - setDeviceName: - operationId: deviceManagement.managedDevices.managedDevice.setDeviceName - shutDown: - operationId: deviceManagement.managedDevices.managedDevice.shutDown - syncDevice: - operationId: deviceManagement.managedDevices.managedDevice.syncDevice - triggerConfigurationManagerAction: - operationId: deviceManagement.managedDevices.managedDevice.triggerConfigurationManagerAction - updateWindowsDeviceAccount: - operationId: deviceManagement.managedDevices.managedDevice.updateWindowsDeviceAccount - windowsDefenderScan: - operationId: deviceManagement.managedDevices.managedDevice.windowsDefenderScan - windowsDefenderUpdateSignatures: - operationId: deviceManagement.managedDevices.managedDevice.windowsDefenderUpdateSignatures - wipe: - operationId: deviceManagement.managedDevices.managedDevice.wipe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26993,8 +25919,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27086,7 +26016,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.assignmentFilterEvaluationStatusDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -27116,7 +26046,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27175,7 +26105,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27214,8 +26144,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27332,7 +26266,7 @@ paths: - managedDevices type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.detectedAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -27397,18 +26331,12 @@ paths: - managedDevices type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.detectedApp' - links: - managedDevices: - operationId: deviceManagement.managedDevices.DetectedApps.ListManagedDevices - parameters: - managedDevice-id: $request.path.managedDevice-id - detectedApp-id: $request.path.detectedApp-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27456,7 +26384,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27487,8 +26415,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27601,7 +26533,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -27631,7 +26563,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27697,7 +26629,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27736,8 +26668,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27858,7 +26794,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -27888,7 +26824,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27954,7 +26890,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27993,8 +26929,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28118,7 +27058,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceLogCollectionResponseCollectionResponse' default: $ref: '#/components/responses/error' @@ -28148,7 +27088,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28215,15 +27155,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' - links: - createDownloadUrl: - operationId: deviceManagement.managedDevices.managedDevice.logCollectionRequests.deviceLogCollectionResponse.createDownloadUrl default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28257,8 +27194,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28379,7 +27320,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -28409,7 +27350,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28475,7 +27416,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28514,8 +27455,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28626,7 +27571,7 @@ paths: - settingStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.securityBaselineStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -28656,7 +27601,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28720,18 +27665,12 @@ paths: - settingStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' - links: - settingStates: - operationId: deviceManagement.managedDevices.SecurityBaselineStates.ListSettingStates - parameters: - managedDevice-id: $request.path.managedDevice-id - securityBaselineState-id: $request.path.securityBaselineState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28765,8 +27704,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.securityBaselineState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28895,7 +27838,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.securityBaselineSettingStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -28933,7 +27876,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29007,7 +27950,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29054,8 +27997,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29531,7 +28478,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -29602,17 +28549,12 @@ paths: - detectedMalwareState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' - links: - detectedMalwareState: - operationId: deviceManagement.managedDevices.WindowsProtectionState.ListDetectedMalwareState - parameters: - managedDevice-id: $request.path.managedDevice-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29638,8 +28580,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29758,7 +28704,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsDeviceMalwareStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -29788,7 +28734,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29856,7 +28802,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29895,8 +28841,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30030,7 +28980,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.microsoftTunnelConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -30051,7 +29001,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30116,7 +29066,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30147,8 +29097,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.microsoftTunnelConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30241,7 +29195,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.microsoftTunnelHealthThresholdCollectionResponse' default: $ref: '#/components/responses/error' @@ -30262,7 +29216,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelHealthThreshold' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30316,7 +29270,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30347,8 +29301,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelHealthThreshold' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.microsoftTunnelHealthThreshold' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30450,7 +29408,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.microsoftTunnelServerLogCollectionResponseCollectionResponse' default: $ref: '#/components/responses/error' @@ -30471,7 +29429,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelServerLogCollectionResponse' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30528,17 +29486,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelServerLogCollectionResponse' - links: - createDownloadUrl: - operationId: deviceManagement.microsoftTunnelServerLogCollectionResponses.microsoftTunnelServerLogCollectionResponse.createDownloadUrl - generateDownloadUrl: - operationId: deviceManagement.microsoftTunnelServerLogCollectionResponses.microsoftTunnelServerLogCollectionResponse.generateDownloadUrl default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30564,8 +29517,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelServerLogCollectionResponse' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.microsoftTunnelServerLogCollectionResponse' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30683,7 +29640,7 @@ paths: - microsoftTunnelServers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.microsoftTunnelSiteCollectionResponse' default: $ref: '#/components/responses/error' @@ -30704,7 +29661,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelSite' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30769,23 +29726,12 @@ paths: - microsoftTunnelServers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelSite' - links: - microsoftTunnelConfiguration: - operationId: deviceManagement.MicrosoftTunnelSites.GetMicrosoftTunnelConfiguration - parameters: - microsoftTunnelSite-id: $request.path.microsoftTunnelSite-id - microsoftTunnelServers: - operationId: deviceManagement.MicrosoftTunnelSites.ListMicrosoftTunnelServers - parameters: - microsoftTunnelSite-id: $request.path.microsoftTunnelSite-id - requestUpgrade: - operationId: deviceManagement.microsoftTunnelSites.microsoftTunnelSite.requestUpgrade default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30811,8 +29757,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelSite' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.microsoftTunnelSite' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30898,7 +29848,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30929,8 +29879,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.microsoftTunnelConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31034,7 +29988,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.microsoftTunnelServerCollectionResponse' default: $ref: '#/components/responses/error' @@ -31064,7 +30018,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelServer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31127,21 +30081,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelServer' - links: - createServerLogCollectionRequest: - operationId: deviceManagement.microsoftTunnelSites.microsoftTunnelSite.microsoftTunnelServers.microsoftTunnelServer.createServerLogCollectionRequest - generateServerLogCollectionRequest: - operationId: deviceManagement.microsoftTunnelSites.microsoftTunnelSite.microsoftTunnelServers.microsoftTunnelServer.generateServerLogCollectionRequest - getHealthMetrics: - operationId: deviceManagement.microsoftTunnelSites.microsoftTunnelSite.microsoftTunnelServers.microsoftTunnelServer.getHealthMetrics - getHealthMetricTimeSeries: - operationId: deviceManagement.microsoftTunnelSites.microsoftTunnelSite.microsoftTunnelServers.microsoftTunnelServer.getHealthMetricTimeSeries default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31175,8 +30120,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftTunnelServer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.microsoftTunnelServer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31294,7 +30243,7 @@ paths: - appLogCollectionRequests type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppTroubleshootingEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -31315,7 +30264,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31376,17 +30325,12 @@ paths: - appLogCollectionRequests type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' - links: - appLogCollectionRequests: - operationId: deviceManagement.MobileAppTroubleshootingEvents.ListAppLogCollectionRequests - parameters: - mobileAppTroubleshootingEvent-id: $request.path.mobileAppTroubleshootingEvent-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31412,8 +30356,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31514,7 +30462,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appLogCollectionRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -31544,7 +30492,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31606,15 +30554,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - links: - createDownloadUrl: - operationId: deviceManagement.mobileAppTroubleshootingEvents.mobileAppTroubleshootingEvent.appLogCollectionRequests.appLogCollectionRequest.createDownloadUrl default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31648,8 +30593,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31755,7 +30704,7 @@ paths: - localizedNotificationMessages type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.notificationMessageTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -31776,7 +30725,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31833,19 +30782,12 @@ paths: - localizedNotificationMessages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' - links: - localizedNotificationMessages: - operationId: deviceManagement.NotificationMessageTemplates.ListLocalizedNotificationMessages - parameters: - notificationMessageTemplate-id: $request.path.notificationMessageTemplate-id - sendTestMessage: - operationId: deviceManagement.notificationMessageTemplates.notificationMessageTemplate.sendTestMessage default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31871,8 +30813,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31976,7 +30922,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.localizedNotificationMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -32006,7 +30952,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32069,7 +31015,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32108,8 +31054,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32225,7 +31175,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.remoteActionAuditCollectionResponse' default: $ref: '#/components/responses/error' @@ -32246,7 +31196,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.remoteActionAudit' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32305,7 +31255,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32336,8 +31286,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.remoteActionAudit' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.remoteActionAudit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32438,7 +31392,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementResourceAccessProfileBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -32459,7 +31413,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementResourceAccessProfileBase' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32517,19 +31471,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementResourceAccessProfileBase' - links: - assignments: - operationId: deviceManagement.ResourceAccessProfiles.ListAssignments - parameters: - deviceManagementResourceAccessProfileBase-id: $request.path.deviceManagementResourceAccessProfileBase-id - assign: - operationId: deviceManagement.resourceAccessProfiles.deviceManagementResourceAccessProfileBase.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32555,8 +31502,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementResourceAccessProfileBase' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementResourceAccessProfileBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32654,7 +31605,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementResourceAccessProfileAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -32684,7 +31635,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementResourceAccessProfileAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32745,7 +31696,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32784,8 +31735,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementResourceAccessProfileAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementResourceAccessProfileAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32928,7 +31883,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementConfigurationSettingDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -32949,7 +31904,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33017,7 +31972,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33048,8 +32003,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33163,7 +32122,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementSettingDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -33184,7 +32143,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33245,7 +32204,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33276,8 +32235,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33355,7 +32318,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33448,7 +32411,7 @@ paths: - settings type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -33469,7 +32432,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33534,29 +32497,12 @@ paths: - settings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplate' - links: - categories: - operationId: deviceManagement.Templates.ListCategories - parameters: - deviceManagementTemplate-id: $request.path.deviceManagementTemplate-id - migratableTo: - operationId: deviceManagement.Templates.ListMigratableTo - parameters: - deviceManagementTemplate-id: $request.path.deviceManagementTemplate-id - settings: - operationId: deviceManagement.Templates.ListSettings - parameters: - deviceManagementTemplate-id: $request.path.deviceManagementTemplate-id - compare: - operationId: deviceManagement.templates.deviceManagementTemplate.compare - createInstance: - operationId: deviceManagement.templates.deviceManagementTemplate.createInstance default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33582,8 +32528,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33682,7 +32632,7 @@ paths: - recommendedSettings type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementTemplateSettingCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -33712,7 +32662,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplateSettingCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33776,23 +32726,12 @@ paths: - recommendedSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplateSettingCategory' - links: - settingDefinitions: - operationId: deviceManagement.templates.Categories.ListSettingDefinitions - parameters: - deviceManagementTemplate-id: $request.path.deviceManagementTemplate-id - deviceManagementTemplateSettingCategory-id: $request.path.deviceManagementTemplateSettingCategory-id - recommendedSettings: - operationId: deviceManagement.templates.Categories.ListRecommendedSettings - parameters: - deviceManagementTemplate-id: $request.path.deviceManagementTemplate-id - deviceManagementTemplateSettingCategory-id: $request.path.deviceManagementTemplateSettingCategory-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33826,8 +32765,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplateSettingCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplateSettingCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33938,7 +32881,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementSettingInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -33976,7 +32919,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34044,7 +32987,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34091,8 +33034,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34230,7 +33177,7 @@ paths: - settings type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -34260,7 +33207,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34333,32 +33280,12 @@ paths: - settings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplate' - links: - categories: - operationId: deviceManagement.templates.MigratableTo.ListCategories - parameters: - deviceManagementTemplate-id: $request.path.deviceManagementTemplate-id - deviceManagementTemplate-id1: $request.path.deviceManagementTemplate-id1 - migratableTo: - operationId: deviceManagement.templates.MigratableTo.ListMigratableTo - parameters: - deviceManagementTemplate-id: $request.path.deviceManagementTemplate-id - deviceManagementTemplate-id1: $request.path.deviceManagementTemplate-id1 - settings: - operationId: deviceManagement.templates.MigratableTo.ListSettings - parameters: - deviceManagementTemplate-id: $request.path.deviceManagementTemplate-id - deviceManagementTemplate-id1: $request.path.deviceManagementTemplate-id1 - compare: - operationId: deviceManagement.templates.deviceManagementTemplate.migratableTo.deviceManagementTemplate.compare - createInstance: - operationId: deviceManagement.templates.deviceManagementTemplate.migratableTo.deviceManagementTemplate.createInstance default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34392,8 +33319,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34508,7 +33439,7 @@ paths: - recommendedSettings type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementTemplateSettingCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -34546,7 +33477,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplateSettingCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34618,25 +33549,12 @@ paths: - recommendedSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplateSettingCategory' - links: - settingDefinitions: - operationId: deviceManagement.templates.migratableTo.Categories.ListSettingDefinitions - parameters: - deviceManagementTemplate-id: $request.path.deviceManagementTemplate-id - deviceManagementTemplate-id1: $request.path.deviceManagementTemplate-id1 - deviceManagementTemplateSettingCategory-id: $request.path.deviceManagementTemplateSettingCategory-id - recommendedSettings: - operationId: deviceManagement.templates.migratableTo.Categories.ListRecommendedSettings - parameters: - deviceManagementTemplate-id: $request.path.deviceManagementTemplate-id - deviceManagementTemplate-id1: $request.path.deviceManagementTemplate-id1 - deviceManagementTemplateSettingCategory-id: $request.path.deviceManagementTemplateSettingCategory-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34678,8 +33596,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplateSettingCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTemplateSettingCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34806,7 +33728,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementSettingInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -34852,7 +33774,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34928,7 +33850,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34983,8 +33905,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35111,7 +34037,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementSettingInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -35149,7 +34075,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35217,7 +34143,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35264,8 +34190,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35376,7 +34306,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementSettingInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -35406,7 +34336,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35466,7 +34396,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35505,8 +34435,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementSettingInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35610,7 +34544,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -35631,7 +34565,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35686,7 +34620,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35717,8 +34651,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35838,7 +34776,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAnomalyCollectionResponse' default: $ref: '#/components/responses/error' @@ -35859,7 +34797,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAnomaly' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35922,7 +34860,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35953,8 +34891,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAnomaly' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAnomaly' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36062,7 +35004,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAnomalyDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -36083,7 +35025,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAnomalyDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36142,7 +35084,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -36173,8 +35115,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAnomalyDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAnomalyDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36285,7 +35231,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -36306,7 +35252,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36366,7 +35312,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -36397,8 +35343,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36500,7 +35450,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -36521,7 +35471,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36578,7 +35528,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -36609,8 +35559,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36715,7 +35669,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -36736,7 +35690,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36794,7 +35748,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -36825,8 +35779,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36931,7 +35889,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceIdCollectionResponse' default: $ref: '#/components/responses/error' @@ -36952,7 +35910,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37010,7 +35968,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37041,8 +35999,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37150,7 +36112,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -37171,7 +36133,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37230,7 +36192,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37261,8 +36223,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37364,7 +36330,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -37385,7 +36351,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37442,7 +36408,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37473,8 +36439,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37591,7 +36561,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -37612,7 +36582,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37674,7 +36644,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37705,8 +36675,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37808,7 +36782,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -37829,7 +36803,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37886,7 +36860,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37917,8 +36891,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38017,7 +36995,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -38038,7 +37016,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38094,7 +37072,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38125,8 +37103,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38192,15 +37174,12 @@ paths: - metricValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - links: - metricValues: - operationId: deviceManagement.UserExperienceAnalyticsAppHealthOverview.ListMetricValues default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38217,8 +37196,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38297,7 +37280,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsMetricCollectionResponse' default: $ref: '#/components/responses/error' @@ -38318,7 +37301,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38370,7 +37353,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38401,8 +37384,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38506,7 +37493,7 @@ paths: - workFromAnywhereMetrics type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsBaselineCollectionResponse' default: $ref: '#/components/responses/error' @@ -38527,7 +37514,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38594,41 +37581,12 @@ paths: - workFromAnywhereMetrics type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' - links: - appHealthMetrics: - operationId: deviceManagement.UserExperienceAnalyticsBaselines.GetAppHealthMetrics - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id - batteryHealthMetrics: - operationId: deviceManagement.UserExperienceAnalyticsBaselines.GetBatteryHealthMetrics - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id - bestPracticesMetrics: - operationId: deviceManagement.UserExperienceAnalyticsBaselines.GetBestPracticesMetrics - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id - deviceBootPerformanceMetrics: - operationId: deviceManagement.UserExperienceAnalyticsBaselines.GetDeviceBootPerformanceMetrics - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id - rebootAnalyticsMetrics: - operationId: deviceManagement.UserExperienceAnalyticsBaselines.GetRebootAnalyticsMetrics - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id - resourcePerformanceMetrics: - operationId: deviceManagement.UserExperienceAnalyticsBaselines.GetResourcePerformanceMetrics - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id - workFromAnywhereMetrics: - operationId: deviceManagement.UserExperienceAnalyticsBaselines.GetWorkFromAnywhereMetrics - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38654,8 +37612,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38729,17 +37691,12 @@ paths: - metricValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - links: - metricValues: - operationId: deviceManagement.userExperienceAnalyticsBaselines.AppHealthMetrics.ListMetricValues - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38787,17 +37744,12 @@ paths: - metricValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - links: - metricValues: - operationId: deviceManagement.userExperienceAnalyticsBaselines.BatteryHealthMetrics.ListMetricValues - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38845,17 +37797,12 @@ paths: - metricValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - links: - metricValues: - operationId: deviceManagement.userExperienceAnalyticsBaselines.BestPracticesMetrics.ListMetricValues - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38903,17 +37850,12 @@ paths: - metricValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - links: - metricValues: - operationId: deviceManagement.userExperienceAnalyticsBaselines.DeviceBootPerformanceMetrics.ListMetricValues - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38961,17 +37903,12 @@ paths: - metricValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - links: - metricValues: - operationId: deviceManagement.userExperienceAnalyticsBaselines.RebootAnalyticsMetrics.ListMetricValues - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39019,17 +37956,12 @@ paths: - metricValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - links: - metricValues: - operationId: deviceManagement.userExperienceAnalyticsBaselines.ResourcePerformanceMetrics.ListMetricValues - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39077,17 +38009,12 @@ paths: - metricValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - links: - metricValues: - operationId: deviceManagement.userExperienceAnalyticsBaselines.WorkFromAnywhereMetrics.ListMetricValues - parameters: - userExperienceAnalyticsBaseline-id: $request.path.userExperienceAnalyticsBaseline-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39160,7 +38087,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsBatteryHealthAppImpactCollectionResponse' default: $ref: '#/components/responses/error' @@ -39181,7 +38108,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthAppImpact' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39237,7 +38164,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39268,8 +38195,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthAppImpact' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthAppImpact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39337,7 +38268,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39359,8 +38290,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthCapacityDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthCapacityDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39451,7 +38386,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceAppImpactCollectionResponse' default: $ref: '#/components/responses/error' @@ -39472,7 +38407,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceAppImpact' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39528,7 +38463,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39559,8 +38494,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceAppImpact' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceAppImpact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39668,7 +38607,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -39689,7 +38628,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39748,7 +38687,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39779,8 +38718,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthDevicePerformance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39870,7 +38813,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceRuntimeHistoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -39891,7 +38834,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39944,7 +38887,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39975,8 +38918,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40078,7 +39025,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -40099,7 +39046,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40156,7 +39103,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40187,8 +39134,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthModelPerformance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40287,7 +39238,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -40308,7 +39259,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40364,7 +39315,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40395,8 +39346,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthOsPerformance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40464,7 +39419,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40486,8 +39441,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthRuntimeDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsBatteryHealthRuntimeDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40565,7 +39524,7 @@ paths: - metricValues type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -40586,7 +39545,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40639,17 +39598,12 @@ paths: - metricValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' - links: - metricValues: - operationId: deviceManagement.UserExperienceAnalyticsCategories.ListMetricValues - parameters: - userExperienceAnalyticsCategory-id: $request.path.userExperienceAnalyticsCategory-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40675,8 +39629,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40771,7 +39729,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsMetricCollectionResponse' default: $ref: '#/components/responses/error' @@ -40801,7 +39759,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40861,7 +39819,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40900,8 +39858,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40999,7 +39961,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsMetricHistoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -41020,7 +39982,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41073,7 +40035,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41104,8 +40066,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41246,7 +40212,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDevicePerformanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -41267,7 +40233,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41337,7 +40303,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41368,8 +40334,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41443,15 +40413,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScope' - links: - triggerDeviceScopeAction: - operationId: deviceManagement.userExperienceAnalyticsDeviceScope.triggerDeviceScopeAction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41468,8 +40435,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41575,7 +40546,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDeviceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -41596,7 +40567,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41657,15 +40628,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScope' - links: - triggerDeviceScopeAction: - operationId: deviceManagement.userExperienceAnalyticsDeviceScopes.userExperienceAnalyticsDeviceScope.triggerDeviceScopeAction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41691,8 +40659,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41800,7 +40772,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDeviceScoresCollectionResponse' default: $ref: '#/components/responses/error' @@ -41821,7 +40793,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41880,7 +40852,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41911,8 +40883,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42041,7 +41017,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDeviceStartupHistoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -42062,7 +41038,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42128,7 +41104,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42159,8 +41135,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42256,7 +41236,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessCollectionResponse' default: $ref: '#/components/responses/error' @@ -42277,7 +41257,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42332,7 +41312,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42363,8 +41343,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42469,7 +41453,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -42490,7 +41474,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42548,7 +41532,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42579,8 +41563,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42667,7 +41655,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsDeviceWithoutCloudIdentityCollectionResponse' default: $ref: '#/components/responses/error' @@ -42688,7 +41676,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceWithoutCloudIdentity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42740,7 +41728,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42771,8 +41759,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceWithoutCloudIdentity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceWithoutCloudIdentity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42871,7 +41863,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsImpactingProcessCollectionResponse' default: $ref: '#/components/responses/error' @@ -42892,7 +41884,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsImpactingProcess' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42948,7 +41940,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42979,8 +41971,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsImpactingProcess' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsImpactingProcess' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43070,7 +42066,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsMetricHistoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -43091,7 +42087,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43144,7 +42140,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43175,8 +42171,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43284,7 +42284,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsModelScoresCollectionResponse' default: $ref: '#/components/responses/error' @@ -43305,7 +42305,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43364,7 +42364,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43395,8 +42395,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43504,7 +42508,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -43525,7 +42529,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43584,7 +42588,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43615,8 +42619,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsNotAutopilotReadyDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43680,7 +42688,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43702,8 +42710,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43815,7 +42827,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsRemoteConnectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -43836,7 +42848,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsRemoteConnection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43899,7 +42911,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43930,8 +42942,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsRemoteConnection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsRemoteConnection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44051,7 +43067,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsResourcePerformanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -44072,7 +43088,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsResourcePerformance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44135,7 +43151,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44166,8 +43182,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsResourcePerformance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsResourcePerformance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44251,7 +43271,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsScoreHistoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -44272,7 +43292,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44323,7 +43343,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44354,8 +43374,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44429,7 +43453,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44451,8 +43475,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44527,7 +43555,7 @@ paths: - metricDevices type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetricCollectionResponse' default: $ref: '#/components/responses/error' @@ -44548,7 +43576,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44600,17 +43628,12 @@ paths: - metricDevices type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' - links: - metricDevices: - operationId: deviceManagement.UserExperienceAnalyticsWorkFromAnywhereMetrics.ListMetricDevices - parameters: - userExperienceAnalyticsWorkFromAnywhereMetric-id: $request.path.userExperienceAnalyticsWorkFromAnywhereMetric-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44636,8 +43659,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44828,7 +43855,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -44858,7 +43885,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44950,7 +43977,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44989,8 +44016,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45106,7 +44137,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -45127,7 +44158,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45186,7 +44217,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -45217,8 +44248,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45308,7 +44343,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionAppLearningSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -45329,7 +44364,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45382,7 +44417,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -45413,8 +44448,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45501,7 +44540,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionNetworkLearningSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -45522,7 +44561,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45574,7 +44613,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -45605,8 +44644,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45704,7 +44747,7 @@ paths: - deviceMalwareStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsMalwareInformationCollectionResponse' default: $ref: '#/components/responses/error' @@ -45725,7 +44768,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsMalwareInformation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45782,17 +44825,12 @@ paths: - deviceMalwareStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsMalwareInformation' - links: - deviceMalwareStates: - operationId: deviceManagement.WindowsMalwareInformation.ListDeviceMalwareStates - parameters: - windowsMalwareInformation-id: $request.path.windowsMalwareInformation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45818,8 +44856,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsMalwareInformation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsMalwareInformation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45926,7 +44968,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.malwareStateForWindowsDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -45956,7 +44998,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46020,7 +45062,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -46059,8 +45101,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -77167,6 +76213,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -81827,6 +80874,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index 82d3b7acb70..bcea38f1720 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -54,29 +54,12 @@ paths: - taskDefinitions type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.print' - links: - connectors: - operationId: print.ListConnectors - operations: - operationId: print.ListOperations - printers: - operationId: print.ListPrinters - printerShares: - operationId: print.ListPrinterShares - reports: - operationId: print.GetReports - services: - operationId: print.ListServices - shares: - operationId: print.ListShares - taskDefinitions: - operationId: print.ListTaskDefinitions default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93,8 +76,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.print' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.print' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -176,7 +163,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -197,7 +184,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printConnector' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -255,7 +242,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -286,8 +273,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printConnector' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printConnector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -373,7 +364,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -394,7 +385,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -445,7 +436,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -476,8 +467,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -613,7 +608,7 @@ paths: - taskTriggers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printerCollectionResponse' default: $ref: '#/components/responses/error' @@ -634,7 +629,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -708,39 +703,12 @@ paths: - taskTriggers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printer' - links: - jobs: - operationId: print.Printers.ListJobs - parameters: - printer-id: $request.path.printer-id - connectors: - operationId: print.Printers.ListConnectors - parameters: - printer-id: $request.path.printer-id - share: - operationId: print.Printers.GetShare - parameters: - printer-id: $request.path.printer-id - shares: - operationId: print.Printers.ListShares - parameters: - printer-id: $request.path.printer-id - taskTriggers: - operationId: print.Printers.ListTaskTriggers - parameters: - printer-id: $request.path.printer-id - getCapabilities: - operationId: print.printers.printer.getCapabilities - resetDefaults: - operationId: print.printers.printer.resetDefaults - restoreFactoryDefaults: - operationId: print.printers.printer.restoreFactoryDefaults default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -766,8 +734,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -883,7 +855,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -948,7 +920,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -973,7 +945,7 @@ paths: type: string x-ms-docs-key-type: printer responses: - '200': + 2XX: description: Success content: application/json: @@ -1088,29 +1060,12 @@ paths: - printer type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' - links: - jobs: - operationId: print.printers.Share.ListJobs - parameters: - printer-id: $request.path.printer-id - allowedGroups: - operationId: print.printers.Share.ListAllowedGroups - parameters: - printer-id: $request.path.printer-id - allowedUsers: - operationId: print.printers.Share.ListAllowedUsers - parameters: - printer-id: $request.path.printer-id - printer: - operationId: print.printers.Share.GetPrinter - parameters: - printer-id: $request.path.printer-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1217,7 +1172,7 @@ paths: - printer type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printerShareCollectionResponse' default: $ref: '#/components/responses/error' @@ -1294,33 +1249,12 @@ paths: - printer type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' - links: - jobs: - operationId: print.printers.Shares.ListJobs - parameters: - printer-id: $request.path.printer-id - printerShare-id: $request.path.printerShare-id - allowedGroups: - operationId: print.printers.Shares.ListAllowedGroups - parameters: - printer-id: $request.path.printer-id - printerShare-id: $request.path.printerShare-id - allowedUsers: - operationId: print.printers.Shares.ListAllowedUsers - parameters: - printer-id: $request.path.printer-id - printerShare-id: $request.path.printerShare-id - printer: - operationId: print.printers.Shares.GetPrinter - parameters: - printer-id: $request.path.printer-id - printerShare-id: $request.path.printerShare-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1391,7 +1325,7 @@ paths: - definition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printTaskTriggerCollectionResponse' default: $ref: '#/components/responses/error' @@ -1425,7 +1359,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1486,18 +1420,12 @@ paths: - definition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' - links: - definition: - operationId: print.printers.TaskTriggers.GetDefinition - parameters: - printer-id: $request.path.printer-id - printTaskTrigger-id: $request.path.printTaskTrigger-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1531,8 +1459,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1623,18 +1555,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' - links: - tasks: - operationId: print.printers.taskTriggers.Definition.ListTasks - parameters: - printer-id: $request.path.printer-id - printTaskTrigger-id: $request.path.printTaskTrigger-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1776,7 +1702,7 @@ paths: - printer type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printerShareCollectionResponse' default: $ref: '#/components/responses/error' @@ -1797,7 +1723,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printerShare' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1866,29 +1792,12 @@ paths: - printer type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' - links: - jobs: - operationId: print.PrinterShares.ListJobs - parameters: - printerShare-id: $request.path.printerShare-id - allowedGroups: - operationId: print.PrinterShares.ListAllowedGroups - parameters: - printerShare-id: $request.path.printerShare-id - allowedUsers: - operationId: print.PrinterShares.ListAllowedUsers - parameters: - printerShare-id: $request.path.printerShare-id - printer: - operationId: print.PrinterShares.GetPrinter - parameters: - printerShare-id: $request.path.printerShare-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1914,8 +1823,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printerShare' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printerShare' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2216,7 +2129,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -2406,7 +2319,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -2869,7 +2782,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -3119,7 +3032,7 @@ paths: - skills desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -3214,33 +3127,12 @@ paths: - taskTriggers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printer' - links: - jobs: - operationId: print.printerShares.Printer.ListJobs - parameters: - printerShare-id: $request.path.printerShare-id - connectors: - operationId: print.printerShares.Printer.ListConnectors - parameters: - printerShare-id: $request.path.printerShare-id - share: - operationId: print.printerShares.Printer.GetShare - parameters: - printerShare-id: $request.path.printerShare-id - shares: - operationId: print.printerShares.Printer.ListShares - parameters: - printerShare-id: $request.path.printerShare-id - taskTriggers: - operationId: print.printerShares.Printer.ListTaskTriggers - parameters: - printerShare-id: $request.path.printerShare-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3304,243 +3196,12 @@ paths: - security type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.reportRoot' - links: - applicationSignInDetailedSummary: - operationId: print.Reports.ListApplicationSignInDetailedSummary - authenticationMethods: - operationId: print.Reports.GetAuthenticationMethods - credentialUserRegistrationDetails: - operationId: print.Reports.ListCredentialUserRegistrationDetails - userCredentialUsageDetails: - operationId: print.Reports.ListUserCredentialUsageDetails - dailyPrintUsage: - operationId: print.Reports.ListDailyPrintUsage - dailyPrintUsageByPrinter: - operationId: print.Reports.ListDailyPrintUsageGraphBPrePrinter - dailyPrintUsageByUser: - operationId: print.Reports.ListDailyPrintUsageGraphBPreUser - dailyPrintUsageSummariesByPrinter: - operationId: print.Reports.ListDailyPrintUsageSummariesGraphBPrePrinter - dailyPrintUsageSummariesByUser: - operationId: print.Reports.ListDailyPrintUsageSummariesGraphBPreUser - monthlyPrintUsageByPrinter: - operationId: print.Reports.ListMonthlyPrintUsageGraphBPrePrinter - monthlyPrintUsageByUser: - operationId: print.Reports.ListMonthlyPrintUsageGraphBPreUser - monthlyPrintUsageSummariesByPrinter: - operationId: print.Reports.ListMonthlyPrintUsageSummariesGraphBPrePrinter - monthlyPrintUsageSummariesByUser: - operationId: print.Reports.ListMonthlyPrintUsageSummariesGraphBPreUser - security: - operationId: print.Reports.GetSecurity - deviceConfigurationDeviceActivity: - operationId: print.reports.deviceConfigurationDeviceActivity - deviceConfigurationUserActivity: - operationId: print.reports.deviceConfigurationUserActivity - getAttackSimulationRepeatOffenders: - operationId: print.reports.getAttackSimulationRepeatOffenders - getAttackSimulationSimulationUserCoverage: - operationId: print.reports.getAttackSimulationSimulationUserCoverage - getAttackSimulationTrainingUserCoverage: - operationId: print.reports.getAttackSimulationTrainingUserCoverage - getAzureADApplicationSignInSummary: - operationId: print.reports.getAzureADApplicationSignInSummary - getBrowserDistributionUserCounts: - operationId: print.reports.getBrowserDistributionUserCounts - getBrowserUserCounts: - operationId: print.reports.getBrowserUserCounts - getBrowserUserDetail: - operationId: print.reports.getBrowserUserDetail - getCredentialUsageSummary: - operationId: print.reports.getCredentialUsageSummary - getCredentialUserRegistrationCount: - operationId: print.reports.getCredentialUserRegistrationCount - getEmailActivityCounts: - operationId: print.reports.getEmailActivityCounts - getEmailActivityUserCounts: - operationId: print.reports.getEmailActivityUserCounts - getEmailActivityUserDetail: - operationId: print.reports.getEmailActivityUserDetail - getEmailAppUsageAppsUserCounts: - operationId: print.reports.getEmailAppUsageAppsUserCounts - getEmailAppUsageUserCounts: - operationId: print.reports.getEmailAppUsageUserCounts - getEmailAppUsageUserDetail: - operationId: print.reports.getEmailAppUsageUserDetail - getEmailAppUsageVersionsUserCounts: - operationId: print.reports.getEmailAppUsageVersionsUserCounts - getGroupArchivedPrintJobs: - operationId: print.reports.getGroupArchivedPrintJobs - getM365AppPlatformUserCounts: - operationId: print.reports.getM365AppPlatformUserCounts - getM365AppUserCounts: - operationId: print.reports.getM365AppUserCounts - getM365AppUserDetail: - operationId: print.reports.getM365AppUserDetail - getMailboxUsageDetail: - operationId: print.reports.getMailboxUsageDetail - getMailboxUsageMailboxCounts: - operationId: print.reports.getMailboxUsageMailboxCounts - getMailboxUsageQuotaStatusMailboxCounts: - operationId: print.reports.getMailboxUsageQuotaStatusMailboxCounts - getMailboxUsageStorage: - operationId: print.reports.getMailboxUsageStorage - getOffice365ActivationCounts: - operationId: print.reports.getOffice365ActivationCounts - getOffice365ActivationsUserCounts: - operationId: print.reports.getOffice365ActivationsUserCounts - getOffice365ActivationsUserDetail: - operationId: print.reports.getOffice365ActivationsUserDetail - getOffice365ActiveUserCounts: - operationId: print.reports.getOffice365ActiveUserCounts - getOffice365ActiveUserDetail: - operationId: print.reports.getOffice365ActiveUserDetail - getOffice365GroupsActivityCounts: - operationId: print.reports.getOffice365GroupsActivityCounts - getOffice365GroupsActivityDetail: - operationId: print.reports.getOffice365GroupsActivityDetail - getOffice365GroupsActivityFileCounts: - operationId: print.reports.getOffice365GroupsActivityFileCounts - getOffice365GroupsActivityGroupCounts: - operationId: print.reports.getOffice365GroupsActivityGroupCounts - getOffice365GroupsActivityStorage: - operationId: print.reports.getOffice365GroupsActivityStorage - getOffice365ServicesUserCounts: - operationId: print.reports.getOffice365ServicesUserCounts - getOneDriveActivityFileCounts: - operationId: print.reports.getOneDriveActivityFileCounts - getOneDriveActivityUserCounts: - operationId: print.reports.getOneDriveActivityUserCounts - getOneDriveActivityUserDetail: - operationId: print.reports.getOneDriveActivityUserDetail - getOneDriveUsageAccountCounts: - operationId: print.reports.getOneDriveUsageAccountCounts - getOneDriveUsageAccountDetail: - operationId: print.reports.getOneDriveUsageAccountDetail - getOneDriveUsageFileCounts: - operationId: print.reports.getOneDriveUsageFileCounts - getOneDriveUsageStorage: - operationId: print.reports.getOneDriveUsageStorage - getPrinterArchivedPrintJobs: - operationId: print.reports.getPrinterArchivedPrintJobs - getRelyingPartyDetailedSummary: - operationId: print.reports.getRelyingPartyDetailedSummary - getSharePointActivityFileCounts: - operationId: print.reports.getSharePointActivityFileCounts - getSharePointActivityPages: - operationId: print.reports.getSharePointActivityPages - getSharePointActivityUserCounts: - operationId: print.reports.getSharePointActivityUserCounts - getSharePointActivityUserDetail: - operationId: print.reports.getSharePointActivityUserDetail - getSharePointSiteUsageDetail: - operationId: print.reports.getSharePointSiteUsageDetail - getSharePointSiteUsageFileCounts: - operationId: print.reports.getSharePointSiteUsageFileCounts - getSharePointSiteUsagePages: - operationId: print.reports.getSharePointSiteUsagePages - getSharePointSiteUsageSiteCounts: - operationId: print.reports.getSharePointSiteUsageSiteCounts - getSharePointSiteUsageStorage: - operationId: print.reports.getSharePointSiteUsageStorage - getSkypeForBusinessActivityCounts: - operationId: print.reports.getSkypeGraphFPreBusinessActivityCounts - getSkypeForBusinessActivityUserCounts: - operationId: print.reports.getSkypeGraphFPreBusinessActivityUserCounts - getSkypeForBusinessActivityUserDetail: - operationId: print.reports.getSkypeGraphFPreBusinessActivityUserDetail - getSkypeForBusinessDeviceUsageDistributionUserCounts: - operationId: print.reports.getSkypeGraphFPreBusinessDeviceUsageDistributionUserCounts - getSkypeForBusinessDeviceUsageUserCounts: - operationId: print.reports.getSkypeGraphFPreBusinessDeviceUsageUserCounts - getSkypeForBusinessDeviceUsageUserDetail: - operationId: print.reports.getSkypeGraphFPreBusinessDeviceUsageUserDetail - getSkypeForBusinessOrganizerActivityCounts: - operationId: print.reports.getSkypeGraphFPreBusinessOrganizerActivityCounts - getSkypeForBusinessOrganizerActivityMinuteCounts: - operationId: print.reports.getSkypeGraphFPreBusinessOrganizerActivityMinuteCounts - getSkypeForBusinessOrganizerActivityUserCounts: - operationId: print.reports.getSkypeGraphFPreBusinessOrganizerActivityUserCounts - getSkypeForBusinessParticipantActivityCounts: - operationId: print.reports.getSkypeGraphFPreBusinessParticipantActivityCounts - getSkypeForBusinessParticipantActivityMinuteCounts: - operationId: print.reports.getSkypeGraphFPreBusinessParticipantActivityMinuteCounts - getSkypeForBusinessParticipantActivityUserCounts: - operationId: print.reports.getSkypeGraphFPreBusinessParticipantActivityUserCounts - getSkypeForBusinessPeerToPeerActivityCounts: - operationId: print.reports.getSkypeGraphFPreBusinessPeerToPeerActivityCounts - getSkypeForBusinessPeerToPeerActivityMinuteCounts: - operationId: print.reports.getSkypeGraphFPreBusinessPeerToPeerActivityMinuteCounts - getSkypeForBusinessPeerToPeerActivityUserCounts: - operationId: print.reports.getSkypeGraphFPreBusinessPeerToPeerActivityUserCounts - getTeamsDeviceUsageDistributionTotalUserCounts: - operationId: print.reports.getTeamsDeviceUsageDistributionTotalUserCounts - getTeamsDeviceUsageDistributionUserCounts: - operationId: print.reports.getTeamsDeviceUsageDistributionUserCounts - getTeamsDeviceUsageTotalUserCounts: - operationId: print.reports.getTeamsDeviceUsageTotalUserCounts - getTeamsDeviceUsageUserCounts: - operationId: print.reports.getTeamsDeviceUsageUserCounts - getTeamsDeviceUsageUserDetail: - operationId: print.reports.getTeamsDeviceUsageUserDetail - getTeamsTeamActivityCounts: - operationId: print.reports.getTeamsTeamActivityCounts - getTeamsTeamActivityDetail: - operationId: print.reports.getTeamsTeamActivityDetail - getTeamsTeamActivityDistributionCounts: - operationId: print.reports.getTeamsTeamActivityDistributionCounts - getTeamsUserActivityCounts: - operationId: print.reports.getTeamsUserActivityCounts - getTeamsUserActivityDistributionTotalUserCounts: - operationId: print.reports.getTeamsUserActivityDistributionTotalUserCounts - getTeamsUserActivityDistributionUserCounts: - operationId: print.reports.getTeamsUserActivityDistributionUserCounts - getTeamsUserActivityTotalCounts: - operationId: print.reports.getTeamsUserActivityTotalCounts - getTeamsUserActivityTotalDistributionCounts: - operationId: print.reports.getTeamsUserActivityTotalDistributionCounts - getTeamsUserActivityTotalUserCounts: - operationId: print.reports.getTeamsUserActivityTotalUserCounts - getTeamsUserActivityUserCounts: - operationId: print.reports.getTeamsUserActivityUserCounts - getTeamsUserActivityUserDetail: - operationId: print.reports.getTeamsUserActivityUserDetail - getUserArchivedPrintJobs: - operationId: print.reports.getUserArchivedPrintJobs - getYammerActivityCounts: - operationId: print.reports.getYammerActivityCounts - getYammerActivityUserCounts: - operationId: print.reports.getYammerActivityUserCounts - getYammerActivityUserDetail: - operationId: print.reports.getYammerActivityUserDetail - getYammerDeviceUsageDistributionUserCounts: - operationId: print.reports.getYammerDeviceUsageDistributionUserCounts - getYammerDeviceUsageUserCounts: - operationId: print.reports.getYammerDeviceUsageUserCounts - getYammerDeviceUsageUserDetail: - operationId: print.reports.getYammerDeviceUsageUserDetail - getYammerGroupsActivityCounts: - operationId: print.reports.getYammerGroupsActivityCounts - getYammerGroupsActivityDetail: - operationId: print.reports.getYammerGroupsActivityDetail - getYammerGroupsActivityGroupCounts: - operationId: print.reports.getYammerGroupsActivityGroupCounts - managedDeviceEnrollmentAbandonmentDetails: - operationId: print.reports.managedDeviceEnrollmentAbandonmentDetails - managedDeviceEnrollmentAbandonmentSummary: - operationId: print.reports.managedDeviceEnrollmentAbandonmentSummary - managedDeviceEnrollmentFailureDetails: - operationId: print.reports.managedDeviceEnrollmentFailureDetails - managedDeviceEnrollmentFailureTrends: - operationId: print.reports.managedDeviceEnrollmentFailureTrends - managedDeviceEnrollmentTopFailures: - operationId: print.reports.managedDeviceEnrollmentTopFailures default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3557,8 +3218,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.reportRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.reportRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3649,7 +3314,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.applicationSignInDetailedSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -3670,7 +3335,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.applicationSignInDetailedSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3725,7 +3390,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3756,8 +3421,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.applicationSignInDetailedSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationSignInDetailedSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3822,19 +3491,12 @@ paths: - userRegistrationDetails type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRoot' - links: - userRegistrationDetails: - operationId: print.reports.AuthenticationMethods.ListUserRegistrationDetails - usersRegisteredByFeature: - operationId: print.reports.authenticationMethods.usersRegisteredGraphBPreFeature - usersRegisteredByMethod: - operationId: print.reports.authenticationMethods.usersRegisteredGraphBPreMethod default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3851,8 +3513,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3881,7 +3547,7 @@ paths: summary: Invoke function usersRegisteredByFeature operationId: print.reports.authenticationMethods_usersRegisteredGraphBPreFeature responses: - '200': + 2XX: description: Success content: application/json: @@ -3912,7 +3578,7 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.includedUserRoles' responses: - '200': + 2XX: description: Success content: application/json: @@ -3928,7 +3594,7 @@ paths: summary: Invoke function usersRegisteredByMethod operationId: print.reports.authenticationMethods_usersRegisteredGraphBPreMethod responses: - '200': + 2XX: description: Success content: application/json: @@ -3959,7 +3625,7 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.includedUserRoles' responses: - '200': + 2XX: description: Success content: application/json: @@ -4058,7 +3724,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userRegistrationDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -4079,7 +3745,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4141,7 +3807,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4172,8 +3838,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4278,7 +3948,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.credentialUserRegistrationDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -4299,7 +3969,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.credentialUserRegistrationDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4356,7 +4026,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4387,8 +4057,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.credentialUserRegistrationDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.credentialUserRegistrationDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4501,7 +4175,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageCollectionResponse' default: $ref: '#/components/responses/error' @@ -4522,7 +4196,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4582,7 +4256,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4613,8 +4287,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4734,7 +4412,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' default: $ref: '#/components/responses/error' @@ -4755,7 +4433,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4816,7 +4494,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4847,8 +4525,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4968,7 +4650,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -4989,7 +4671,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5050,7 +4732,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5081,8 +4763,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5198,7 +4884,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' default: $ref: '#/components/responses/error' @@ -5219,7 +4905,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5280,7 +4966,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5311,8 +4997,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5428,7 +5118,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -5449,7 +5139,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5510,7 +5200,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5541,8 +5231,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5580,7 +5274,7 @@ paths: description: Metadata for the device configuration device activity report operationId: print.reports_deviceConfigurationDeviceActivity responses: - '200': + 2XX: description: Success content: application/json: @@ -5597,7 +5291,7 @@ paths: description: Metadata for the device configuration user activity report operationId: print.reports_deviceConfigurationUserActivity responses: - '200': + 2XX: description: Success content: application/json: @@ -5619,7 +5313,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -5660,7 +5354,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -5701,7 +5395,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -5786,7 +5480,7 @@ paths: - successPercentage desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5824,7 +5518,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5854,7 +5548,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5884,7 +5578,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5956,7 +5650,7 @@ paths: - successfulActivityCount desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6027,7 +5721,7 @@ paths: - userRegistrationCounts desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6065,7 +5759,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6095,7 +5789,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6127,7 +5821,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6157,7 +5851,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6187,7 +5881,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6217,7 +5911,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6249,7 +5943,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6279,7 +5973,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6309,7 +6003,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6365,7 +6059,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -6402,7 +6096,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6432,7 +6126,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6464,7 +6158,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6494,7 +6188,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6524,7 +6218,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6554,7 +6248,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6584,7 +6278,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6614,7 +6308,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6636,7 +6330,7 @@ paths: summary: Invoke function getOffice365ActivationCounts operationId: print.reports_getOffice365ActivationCounts responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6658,7 +6352,7 @@ paths: summary: Invoke function getOffice365ActivationsUserCounts operationId: print.reports_getOffice365ActivationsUserCounts responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6680,7 +6374,7 @@ paths: summary: Invoke function getOffice365ActivationsUserDetail operationId: print.reports_getOffice365ActivationsUserDetail responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6770,7 +6464,7 @@ paths: - yammer desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6912,7 +6606,7 @@ paths: - yammerLicenseAssignDate desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7052,7 +6746,7 @@ paths: - yammerLicenseAssignDate desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7141,7 +6835,7 @@ paths: - yammerMessagesRead desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7268,7 +6962,7 @@ paths: - yammerReadMessageCount desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7393,7 +7087,7 @@ paths: - yammerReadMessageCount desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7476,7 +7170,7 @@ paths: - total desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7559,7 +7253,7 @@ paths: - total desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7642,7 +7336,7 @@ paths: - siteStorageUsedInBytes desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7758,7 +7452,7 @@ paths: - yammerInactive desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7796,7 +7490,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7826,7 +7520,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7858,7 +7552,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7888,7 +7582,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7918,7 +7612,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7950,7 +7644,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7980,7 +7674,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8010,7 +7704,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8040,7 +7734,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8096,7 +7790,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -8196,7 +7890,7 @@ paths: - uniqueUserCount desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8234,7 +7928,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8264,7 +7958,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8294,7 +7988,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8326,7 +8020,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8356,7 +8050,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8388,7 +8082,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8418,7 +8112,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8448,7 +8142,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8478,7 +8172,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8508,7 +8202,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8538,7 +8232,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8568,7 +8262,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8598,7 +8292,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8630,7 +8324,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8660,7 +8354,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8690,7 +8384,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8720,7 +8414,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8752,7 +8446,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8782,7 +8476,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8812,7 +8506,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8842,7 +8536,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8872,7 +8566,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8902,7 +8596,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8932,7 +8626,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8962,7 +8656,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8992,7 +8686,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9022,7 +8716,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9052,7 +8746,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9082,7 +8776,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9112,7 +8806,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9142,7 +8836,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9172,7 +8866,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9204,7 +8898,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9234,7 +8928,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9264,7 +8958,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9296,7 +8990,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9326,7 +9020,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9356,7 +9050,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9386,7 +9080,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9416,7 +9110,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9446,7 +9140,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9476,7 +9170,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9506,7 +9200,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9536,7 +9230,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9566,7 +9260,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9598,7 +9292,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9628,7 +9322,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9684,7 +9378,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -9721,7 +9415,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9751,7 +9445,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9783,7 +9477,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9813,7 +9507,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9843,7 +9537,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9873,7 +9567,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9905,7 +9599,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9935,7 +9629,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9965,7 +9659,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -9997,7 +9691,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10027,7 +9721,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10057,7 +9751,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -10119,7 +9813,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10175,7 +9869,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10191,7 +9885,7 @@ paths: summary: Invoke function managedDeviceEnrollmentFailureDetails operationId: print.reports_managedDeviceEnrollmentFailureDetails responses: - '200': + 2XX: description: Success content: application/json: @@ -10246,7 +9940,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10263,7 +9957,7 @@ paths: description: Metadata for the enrollment failure trends report operationId: print.reports_managedDeviceEnrollmentFailureTrends responses: - '200': + 2XX: description: Success content: application/json: @@ -10279,7 +9973,7 @@ paths: summary: Invoke function managedDeviceEnrollmentTopFailures operationId: print.reports_managedDeviceEnrollmentTopFailures responses: - '200': + 2XX: description: Success content: application/json: @@ -10304,7 +9998,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10403,7 +10097,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' default: $ref: '#/components/responses/error' @@ -10424,7 +10118,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10485,7 +10179,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10516,8 +10210,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10637,7 +10335,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -10658,7 +10356,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10719,7 +10417,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10750,8 +10448,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10867,7 +10569,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' default: $ref: '#/components/responses/error' @@ -10888,7 +10590,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10949,7 +10651,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10980,8 +10682,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11097,7 +10803,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -11118,7 +10824,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11179,7 +10885,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11210,8 +10916,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11274,19 +10984,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' - links: - getAttackSimulationRepeatOffenders: - operationId: print.reports.security.getAttackSimulationRepeatOffenders - getAttackSimulationSimulationUserCoverage: - operationId: print.reports.security.getAttackSimulationSimulationUserCoverage - getAttackSimulationTrainingUserCoverage: - operationId: print.reports.security.getAttackSimulationTrainingUserCoverage default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11303,8 +11006,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11339,7 +11046,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -11374,7 +11081,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -11409,7 +11116,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -11506,7 +11213,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCredentialUsageDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -11527,7 +11234,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userCredentialUsageDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11584,7 +11291,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11615,8 +11322,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userCredentialUsageDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userCredentialUsageDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11702,7 +11413,7 @@ paths: - endpoints type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printServiceCollectionResponse' default: $ref: '#/components/responses/error' @@ -11723,7 +11434,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printService' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11775,17 +11486,12 @@ paths: - endpoints type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printService' - links: - endpoints: - operationId: print.Services.ListEndpoints - parameters: - printService-id: $request.path.printService-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11811,8 +11517,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printService' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printService' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11910,7 +11620,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printServiceEndpointCollectionResponse' default: $ref: '#/components/responses/error' @@ -11940,7 +11650,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12000,7 +11710,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12039,8 +11749,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12176,7 +11890,7 @@ paths: - printer type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printerShareCollectionResponse' default: $ref: '#/components/responses/error' @@ -12201,7 +11915,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printerShare' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12271,29 +11985,12 @@ paths: - printer type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' - links: - jobs: - operationId: print.Shares.ListJobs - parameters: - printerShare-id: $request.path.printerShare-id - allowedGroups: - operationId: print.Shares.ListAllowedGroups - parameters: - printerShare-id: $request.path.printerShare-id - allowedUsers: - operationId: print.Shares.ListAllowedUsers - parameters: - printerShare-id: $request.path.printerShare-id - printer: - operationId: print.Shares.GetPrinter - parameters: - printerShare-id: $request.path.printerShare-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12319,8 +12016,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printerShare' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printerShare' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12621,7 +12322,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -12811,7 +12512,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -13274,7 +12975,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -13524,7 +13225,7 @@ paths: - skills desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -13619,33 +13320,12 @@ paths: - taskTriggers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printer' - links: - jobs: - operationId: print.shares.Printer.ListJobs - parameters: - printerShare-id: $request.path.printerShare-id - connectors: - operationId: print.shares.Printer.ListConnectors - parameters: - printerShare-id: $request.path.printerShare-id - share: - operationId: print.shares.Printer.GetShare - parameters: - printerShare-id: $request.path.printerShare-id - shares: - operationId: print.shares.Printer.ListShares - parameters: - printerShare-id: $request.path.printerShare-id - taskTriggers: - operationId: print.shares.Printer.ListTaskTriggers - parameters: - printerShare-id: $request.path.printerShare-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13711,7 +13391,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printTaskDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -13736,7 +13416,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13789,17 +13469,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' - links: - tasks: - operationId: print.TaskDefinitions.ListTasks - parameters: - printTaskDefinition-id: $request.path.printTaskDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13825,8 +13500,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13928,7 +13607,7 @@ paths: - trigger type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -13958,7 +13637,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14022,23 +13701,12 @@ paths: - trigger type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' - links: - definition: - operationId: print.taskDefinitions.Tasks.GetDefinition - parameters: - printTaskDefinition-id: $request.path.printTaskDefinition-id - printTask-id: $request.path.printTask-id - trigger: - operationId: print.taskDefinitions.Tasks.GetTrigger - parameters: - printTaskDefinition-id: $request.path.printTaskDefinition-id - printTask-id: $request.path.printTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14072,8 +13740,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14164,18 +13836,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' - links: - tasks: - operationId: print.taskDefinitions.tasks.Definition.ListTasks - parameters: - printTaskDefinition-id: $request.path.printTaskDefinition-id - printTask-id: $request.path.printTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14231,18 +13897,12 @@ paths: - definition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' - links: - definition: - operationId: print.taskDefinitions.tasks.Trigger.GetDefinition - parameters: - printTaskDefinition-id: $request.path.printTaskDefinition-id - printTask-id: $request.path.printTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29741,6 +29401,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -34935,6 +34596,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index cb9e61c28d3..1611eb24a29 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -95,67 +95,12 @@ paths: - wdacSupplementalPolicies type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' - links: - managedEBookCategories: - operationId: deviceAppManagement.ListManagedEBookCategories - enterpriseCodeSigningCertificates: - operationId: deviceAppManagement.ListEnterpriseCodeSigningCertificates - iosLobAppProvisioningConfigurations: - operationId: deviceAppManagement.ListIosLobAppProvisioningConfigurations - mobileAppCategories: - operationId: deviceAppManagement.ListMobileAppCategories - mobileAppConfigurations: - operationId: deviceAppManagement.ListMobileAppConfigurations - mobileApps: - operationId: deviceAppManagement.ListMobileApps - symantecCodeSigningCertificate: - operationId: deviceAppManagement.GetSymantecCodeSigningCertificate - managedEBooks: - operationId: deviceAppManagement.ListManagedEBooks - policySets: - operationId: deviceAppManagement.ListPolicySets - sideLoadingKeys: - operationId: deviceAppManagement.ListSideLoadingKeys - vppTokens: - operationId: deviceAppManagement.ListVppTokens - windowsManagementApp: - operationId: deviceAppManagement.GetWindowsManagementApp - androidManagedAppProtections: - operationId: deviceAppManagement.ListAndroidManagedAppProtections - defaultManagedAppProtections: - operationId: deviceAppManagement.ListDefaultManagedAppProtections - iosManagedAppProtections: - operationId: deviceAppManagement.ListIosManagedAppProtections - managedAppPolicies: - operationId: deviceAppManagement.ListManagedAppPolicies - managedAppRegistrations: - operationId: deviceAppManagement.ListManagedAppRegistrations - managedAppStatuses: - operationId: deviceAppManagement.ListManagedAppStatuses - mdmWindowsInformationProtectionPolicies: - operationId: deviceAppManagement.ListMdmWindowsInformationProtectionPolicies - targetedManagedAppConfigurations: - operationId: deviceAppManagement.ListTargetedManagedAppConfigurations - windowsInformationProtectionDeviceRegistrations: - operationId: deviceAppManagement.ListWindowsInformationProtectionDeviceRegistrations - windowsInformationProtectionPolicies: - operationId: deviceAppManagement.ListWindowsInformationProtectionPolicies - windowsInformationProtectionWipeActions: - operationId: deviceAppManagement.ListWindowsInformationProtectionWipeActions - windowsManagedAppProtections: - operationId: deviceAppManagement.ListWindowsManagedAppProtections - deviceAppManagementTasks: - operationId: deviceAppManagement.ListDeviceAppManagementTasks - wdacSupplementalPolicies: - operationId: deviceAppManagement.ListWdacSupplementalPolicies - syncMicrosoftStoreForBusinessApps: - operationId: deviceAppManagement.syncMicrosoftStoreGraphFPreBusinessApps default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -172,8 +117,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -516,7 +465,7 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.androidManagedAppProtectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -537,7 +486,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -687,25 +636,12 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' - links: - assignments: - operationId: deviceAppManagement.AndroidManagedAppProtections.ListAssignments - parameters: - androidManagedAppProtection-id: $request.path.androidManagedAppProtection-id - apps: - operationId: deviceAppManagement.AndroidManagedAppProtections.ListApps - parameters: - androidManagedAppProtection-id: $request.path.androidManagedAppProtection-id - deploymentSummary: - operationId: deviceAppManagement.AndroidManagedAppProtections.GetDeploymentSummary - parameters: - androidManagedAppProtection-id: $request.path.androidManagedAppProtection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -731,8 +667,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -827,7 +767,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -857,7 +797,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -917,7 +857,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -956,8 +896,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1041,7 +985,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1072,8 +1016,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1125,7 +1073,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1514,7 +1462,7 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.defaultManagedAppProtectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1535,7 +1483,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1693,21 +1641,12 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' - links: - apps: - operationId: deviceAppManagement.DefaultManagedAppProtections.ListApps - parameters: - defaultManagedAppProtection-id: $request.path.defaultManagedAppProtection-id - deploymentSummary: - operationId: deviceAppManagement.DefaultManagedAppProtections.GetDeploymentSummary - parameters: - defaultManagedAppProtection-id: $request.path.defaultManagedAppProtection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1733,8 +1672,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1829,7 +1772,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -1859,7 +1802,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1919,7 +1862,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1958,8 +1901,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2043,7 +1990,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2074,8 +2021,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2186,7 +2137,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceAppManagementTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -2207,7 +2158,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceAppManagementTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2267,15 +2218,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAppManagementTask' - links: - updateStatus: - operationId: deviceAppManagement.deviceAppManagementTasks.deviceAppManagementTask.updateStatus default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2301,8 +2249,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceAppManagementTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAppManagementTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2444,7 +2396,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.enterpriseCodeSigningCertificateCollectionResponse' default: $ref: '#/components/responses/error' @@ -2465,7 +2417,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.enterpriseCodeSigningCertificate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2523,7 +2475,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2554,8 +2506,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.enterpriseCodeSigningCertificate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enterpriseCodeSigningCertificate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2671,7 +2627,7 @@ paths: - userStatuses type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.iosLobAppProvisioningConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -2692,7 +2648,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2759,31 +2715,12 @@ paths: - userStatuses type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfiguration' - links: - assignments: - operationId: deviceAppManagement.IosLobAppProvisioningConfigurations.ListAssignments - parameters: - iosLobAppProvisioningConfiguration-id: $request.path.iosLobAppProvisioningConfiguration-id - deviceStatuses: - operationId: deviceAppManagement.IosLobAppProvisioningConfigurations.ListDeviceStatuses - parameters: - iosLobAppProvisioningConfiguration-id: $request.path.iosLobAppProvisioningConfiguration-id - groupAssignments: - operationId: deviceAppManagement.IosLobAppProvisioningConfigurations.ListGroupAssignments - parameters: - iosLobAppProvisioningConfiguration-id: $request.path.iosLobAppProvisioningConfiguration-id - userStatuses: - operationId: deviceAppManagement.IosLobAppProvisioningConfigurations.ListUserStatuses - parameters: - iosLobAppProvisioningConfiguration-id: $request.path.iosLobAppProvisioningConfiguration-id - assign: - operationId: deviceAppManagement.iosLobAppProvisioningConfigurations.iosLobAppProvisioningConfiguration.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2809,8 +2746,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2902,7 +2843,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.iosLobAppProvisioningConfigurationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -2932,7 +2873,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2991,7 +2932,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3030,8 +2971,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3152,7 +3097,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -3182,7 +3127,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3248,7 +3193,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3287,8 +3232,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3388,7 +3337,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppProvisioningConfigGroupAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -3418,7 +3367,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppProvisioningConfigGroupAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3477,7 +3426,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3516,8 +3465,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppProvisioningConfigGroupAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppProvisioningConfigGroupAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3668,7 +3621,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationUserStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -3698,7 +3651,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3761,7 +3714,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3800,8 +3753,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3861,7 +3818,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4156,7 +4113,7 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.iosManagedAppProtectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4177,7 +4134,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4305,25 +4262,12 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' - links: - assignments: - operationId: deviceAppManagement.IosManagedAppProtections.ListAssignments - parameters: - iosManagedAppProtection-id: $request.path.iosManagedAppProtection-id - apps: - operationId: deviceAppManagement.IosManagedAppProtections.ListApps - parameters: - iosManagedAppProtection-id: $request.path.iosManagedAppProtection-id - deploymentSummary: - operationId: deviceAppManagement.IosManagedAppProtections.GetDeploymentSummary - parameters: - iosManagedAppProtection-id: $request.path.iosManagedAppProtection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4349,8 +4293,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4445,7 +4393,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -4475,7 +4423,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4535,7 +4483,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4574,8 +4522,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4659,7 +4611,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4690,8 +4642,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4743,7 +4699,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4834,7 +4790,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4855,7 +4811,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4911,15 +4867,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - links: - targetApps: - operationId: deviceAppManagement.managedAppPolicies.managedAppPolicy.targetApps default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4945,8 +4898,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5116,7 +5073,7 @@ paths: - operations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppRegistrationCollectionResponse' default: $ref: '#/components/responses/error' @@ -5137,7 +5094,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5209,25 +5166,12 @@ paths: - operations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' - links: - appliedPolicies: - operationId: deviceAppManagement.ManagedAppRegistrations.ListAppliedPolicies - parameters: - managedAppRegistration-id: $request.path.managedAppRegistration-id - intendedPolicies: - operationId: deviceAppManagement.ManagedAppRegistrations.ListIntendedPolicies - parameters: - managedAppRegistration-id: $request.path.managedAppRegistration-id - operations: - operationId: deviceAppManagement.ManagedAppRegistrations.ListOperations - parameters: - managedAppRegistration-id: $request.path.managedAppRegistration-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5253,8 +5197,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5361,7 +5309,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5391,7 +5339,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5455,15 +5403,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - links: - targetApps: - operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.appliedPolicies.managedAppPolicy.targetApps default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5497,8 +5442,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5656,7 +5605,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5686,7 +5635,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5750,15 +5699,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - links: - targetApps: - operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.intendedPolicies.managedAppPolicy.targetApps default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5792,8 +5738,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5945,7 +5895,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -5975,7 +5925,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6037,7 +5987,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6076,8 +6026,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6128,7 +6082,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -6208,7 +6162,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -6229,7 +6183,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6281,7 +6235,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6312,8 +6266,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6400,7 +6358,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedEBookCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -6421,7 +6379,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedEBookCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6473,7 +6431,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6504,8 +6462,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedEBookCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBookCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6623,7 +6585,7 @@ paths: - userStateSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedEBookCollectionResponse' default: $ref: '#/components/responses/error' @@ -6644,7 +6606,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedEBook' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6713,35 +6675,12 @@ paths: - userStateSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBook' - links: - assignments: - operationId: deviceAppManagement.ManagedEBooks.ListAssignments - parameters: - managedEBook-id: $request.path.managedEBook-id - categories: - operationId: deviceAppManagement.ManagedEBooks.ListCategories - parameters: - managedEBook-id: $request.path.managedEBook-id - deviceStates: - operationId: deviceAppManagement.ManagedEBooks.ListDeviceStates - parameters: - managedEBook-id: $request.path.managedEBook-id - installSummary: - operationId: deviceAppManagement.ManagedEBooks.GetInstallSummary - parameters: - managedEBook-id: $request.path.managedEBook-id - userStateSummary: - operationId: deviceAppManagement.ManagedEBooks.ListUserStateSummary - parameters: - managedEBook-id: $request.path.managedEBook-id - assign: - operationId: deviceAppManagement.managedEBooks.managedEBook.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6767,8 +6706,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedEBook' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6863,7 +6806,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedEBookAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -6893,7 +6836,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6953,7 +6896,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6992,8 +6935,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7096,7 +7043,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedEBookCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -7155,7 +7102,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7247,7 +7194,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceInstallStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -7277,7 +7224,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7343,7 +7290,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7382,8 +7329,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7468,7 +7419,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7499,8 +7450,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.eBookInstallSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eBookInstallSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7638,7 +7593,7 @@ paths: - deviceStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userInstallStateSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -7668,7 +7623,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7732,18 +7687,12 @@ paths: - deviceStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' - links: - deviceStates: - operationId: deviceAppManagement.managedEBooks.UserStateSummary.ListDeviceStates - parameters: - managedEBook-id: $request.path.managedEBook-id - userInstallStateSummary-id: $request.path.userInstallStateSummary-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7777,8 +7726,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7907,7 +7860,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceInstallStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -7945,7 +7898,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8019,7 +7972,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8066,8 +8019,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8254,7 +8211,7 @@ paths: - protectedAppLockerFiles type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mdmWindowsInformationProtectionPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8275,7 +8232,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8359,25 +8316,12 @@ paths: - protectedAppLockerFiles type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' - links: - assignments: - operationId: deviceAppManagement.MdmWindowsInformationProtectionPolicies.ListAssignments - parameters: - mdmWindowsInformationProtectionPolicy-id: $request.path.mdmWindowsInformationProtectionPolicy-id - exemptAppLockerFiles: - operationId: deviceAppManagement.MdmWindowsInformationProtectionPolicies.ListExemptAppLockerFiles - parameters: - mdmWindowsInformationProtectionPolicy-id: $request.path.mdmWindowsInformationProtectionPolicy-id - protectedAppLockerFiles: - operationId: deviceAppManagement.MdmWindowsInformationProtectionPolicies.ListProtectedAppLockerFiles - parameters: - mdmWindowsInformationProtectionPolicy-id: $request.path.mdmWindowsInformationProtectionPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8403,8 +8347,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8456,7 +8404,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8548,7 +8496,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -8569,7 +8517,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8621,7 +8569,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8652,8 +8600,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8765,7 +8717,7 @@ paths: - userStatusSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -8786,7 +8738,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8853,35 +8805,12 @@ paths: - userStatusSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' - links: - assignments: - operationId: deviceAppManagement.MobileAppConfigurations.ListAssignments - parameters: - managedDeviceMobileAppConfiguration-id: $request.path.managedDeviceMobileAppConfiguration-id - deviceStatuses: - operationId: deviceAppManagement.MobileAppConfigurations.ListDeviceStatuses - parameters: - managedDeviceMobileAppConfiguration-id: $request.path.managedDeviceMobileAppConfiguration-id - deviceStatusSummary: - operationId: deviceAppManagement.MobileAppConfigurations.GetDeviceStatusSummary - parameters: - managedDeviceMobileAppConfiguration-id: $request.path.managedDeviceMobileAppConfiguration-id - userStatuses: - operationId: deviceAppManagement.MobileAppConfigurations.ListUserStatuses - parameters: - managedDeviceMobileAppConfiguration-id: $request.path.managedDeviceMobileAppConfiguration-id - userStatusSummary: - operationId: deviceAppManagement.MobileAppConfigurations.GetUserStatusSummary - parameters: - managedDeviceMobileAppConfiguration-id: $request.path.managedDeviceMobileAppConfiguration-id - assign: - operationId: deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfiguration.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8907,8 +8836,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9000,7 +8933,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -9030,7 +8963,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9089,7 +9022,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9128,8 +9061,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9250,7 +9187,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -9280,7 +9217,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9346,7 +9283,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9385,8 +9322,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9474,7 +9415,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9505,8 +9446,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9645,7 +9590,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationUserStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -9675,7 +9620,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9738,7 +9683,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9777,8 +9722,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9865,7 +9814,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9896,8 +9845,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10047,7 +10000,7 @@ paths: - userStatuses type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -10068,7 +10021,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10149,43 +10102,12 @@ paths: - userStatuses type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' - links: - assignments: - operationId: deviceAppManagement.MobileApps.ListAssignments - parameters: - mobileApp-id: $request.path.mobileApp-id - categories: - operationId: deviceAppManagement.MobileApps.ListCategories - parameters: - mobileApp-id: $request.path.mobileApp-id - deviceStatuses: - operationId: deviceAppManagement.MobileApps.ListDeviceStatuses - parameters: - mobileApp-id: $request.path.mobileApp-id - installSummary: - operationId: deviceAppManagement.MobileApps.GetInstallSummary - parameters: - mobileApp-id: $request.path.mobileApp-id - relationships: - operationId: deviceAppManagement.MobileApps.ListRelationships - parameters: - mobileApp-id: $request.path.mobileApp-id - userStatuses: - operationId: deviceAppManagement.MobileApps.ListUserStatuses - parameters: - mobileApp-id: $request.path.mobileApp-id - assign: - operationId: deviceAppManagement.mobileApps.mobileApp.assign - getRelatedAppStates: - operationId: deviceAppManagement.mobileApps.mobileApp.getRelatedAppStates - updateRelationships: - operationId: deviceAppManagement.mobileApps.mobileApp.updateRelationships default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10211,8 +10133,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10316,7 +10242,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -10346,7 +10272,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10409,7 +10335,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10448,8 +10374,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10552,7 +10482,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -10611,7 +10541,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10717,7 +10647,7 @@ paths: - app type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppInstallStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -10747,7 +10677,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppInstallStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10819,18 +10749,12 @@ paths: - app type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppInstallStatus' - links: - app: - operationId: deviceAppManagement.mobileApps.DeviceStatuses.GetApp - parameters: - mobileApp-id: $request.path.mobileApp-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10864,8 +10788,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppInstallStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppInstallStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10983,43 +10911,12 @@ paths: - userStatuses type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' - links: - assignments: - operationId: deviceAppManagement.mobileApps.deviceStatuses.App.ListAssignments - parameters: - mobileApp-id: $request.path.mobileApp-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id - categories: - operationId: deviceAppManagement.mobileApps.deviceStatuses.App.ListCategories - parameters: - mobileApp-id: $request.path.mobileApp-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id - deviceStatuses: - operationId: deviceAppManagement.mobileApps.deviceStatuses.App.ListDeviceStatuses - parameters: - mobileApp-id: $request.path.mobileApp-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id - installSummary: - operationId: deviceAppManagement.mobileApps.deviceStatuses.App.GetInstallSummary - parameters: - mobileApp-id: $request.path.mobileApp-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id - relationships: - operationId: deviceAppManagement.mobileApps.deviceStatuses.App.ListRelationships - parameters: - mobileApp-id: $request.path.mobileApp-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id - userStatuses: - operationId: deviceAppManagement.mobileApps.deviceStatuses.App.ListUserStatuses - parameters: - mobileApp-id: $request.path.mobileApp-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11074,7 +10971,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11105,8 +11002,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppInstallSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppInstallSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11208,7 +11109,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -11339,7 +11240,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppRelationshipCollectionResponse' default: $ref: '#/components/responses/error' @@ -11369,7 +11270,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11432,7 +11333,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11471,8 +11372,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11588,7 +11493,7 @@ paths: - deviceStatuses type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userAppInstallStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -11618,7 +11523,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userAppInstallStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11685,23 +11590,12 @@ paths: - deviceStatuses type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userAppInstallStatus' - links: - app: - operationId: deviceAppManagement.mobileApps.UserStatuses.GetApp - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - deviceStatuses: - operationId: deviceAppManagement.mobileApps.UserStatuses.ListDeviceStatuses - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11735,8 +11629,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userAppInstallStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userAppInstallStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11854,43 +11752,12 @@ paths: - userStatuses type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' - links: - assignments: - operationId: deviceAppManagement.mobileApps.userStatuses.App.ListAssignments - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - categories: - operationId: deviceAppManagement.mobileApps.userStatuses.App.ListCategories - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - deviceStatuses: - operationId: deviceAppManagement.mobileApps.userStatuses.App.ListDeviceStatuses - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - installSummary: - operationId: deviceAppManagement.mobileApps.userStatuses.App.GetInstallSummary - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - relationships: - operationId: deviceAppManagement.mobileApps.userStatuses.App.ListRelationships - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - userStatuses: - operationId: deviceAppManagement.mobileApps.userStatuses.App.ListUserStatuses - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11999,7 +11866,7 @@ paths: - app type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppInstallStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -12037,7 +11904,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppInstallStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12117,19 +11984,12 @@ paths: - app type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppInstallStatus' - links: - app: - operationId: deviceAppManagement.mobileApps.userStatuses.DeviceStatuses.GetApp - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12171,8 +12031,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppInstallStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppInstallStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12306,49 +12170,12 @@ paths: - userStatuses type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' - links: - assignments: - operationId: deviceAppManagement.mobileApps.userStatuses.deviceStatuses.App.ListAssignments - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id - categories: - operationId: deviceAppManagement.mobileApps.userStatuses.deviceStatuses.App.ListCategories - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id - deviceStatuses: - operationId: deviceAppManagement.mobileApps.userStatuses.deviceStatuses.App.ListDeviceStatuses - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id - installSummary: - operationId: deviceAppManagement.mobileApps.userStatuses.deviceStatuses.App.GetInstallSummary - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id - relationships: - operationId: deviceAppManagement.mobileApps.userStatuses.deviceStatuses.App.ListRelationships - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id - userStatuses: - operationId: deviceAppManagement.mobileApps.userStatuses.deviceStatuses.App.ListUserStatuses - parameters: - mobileApp-id: $request.path.mobileApp-id - userAppInstallStatus-id: $request.path.userAppInstallStatus-id - mobileAppInstallStatus-id: $request.path.mobileAppInstallStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12368,7 +12195,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12500,7 +12327,7 @@ paths: - uploadState desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -12545,7 +12372,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12587,7 +12414,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12681,7 +12508,7 @@ paths: - items type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.policySetCollectionResponse' default: $ref: '#/components/responses/error' @@ -12702,7 +12529,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.policySet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12764,23 +12591,12 @@ paths: - items type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.policySet' - links: - assignments: - operationId: deviceAppManagement.PolicySets.ListAssignments - parameters: - policySet-id: $request.path.policySet-id - items: - operationId: deviceAppManagement.PolicySets.ListItems - parameters: - policySet-id: $request.path.policySet-id - update: - operationId: deviceAppManagement.policySets.policySet.update default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12806,8 +12622,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.policySet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12902,7 +12722,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.policySetAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -12932,7 +12752,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.policySetAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12992,7 +12812,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13031,8 +12851,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.policySetAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySetAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13153,7 +12977,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.policySetItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -13183,7 +13007,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.policySetItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13249,7 +13073,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13288,8 +13112,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.policySetItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySetItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13397,7 +13225,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13486,7 +13314,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sideLoadingKeyCollectionResponse' default: $ref: '#/components/responses/error' @@ -13507,7 +13335,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sideLoadingKey' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13562,7 +13390,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13593,8 +13421,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sideLoadingKey' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sideLoadingKey' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13666,7 +13498,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13688,8 +13520,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.symantecCodeSigningCertificate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.symantecCodeSigningCertificate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13801,7 +13637,7 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.targetedManagedAppConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -13822,7 +13658,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13889,29 +13725,12 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' - links: - apps: - operationId: deviceAppManagement.TargetedManagedAppConfigurations.ListApps - parameters: - targetedManagedAppConfiguration-id: $request.path.targetedManagedAppConfiguration-id - assignments: - operationId: deviceAppManagement.TargetedManagedAppConfigurations.ListAssignments - parameters: - targetedManagedAppConfiguration-id: $request.path.targetedManagedAppConfiguration-id - deploymentSummary: - operationId: deviceAppManagement.TargetedManagedAppConfigurations.GetDeploymentSummary - parameters: - targetedManagedAppConfiguration-id: $request.path.targetedManagedAppConfiguration-id - assign: - operationId: deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppConfiguration.assign - targetApps: - operationId: deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppConfiguration.targetApps default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13937,8 +13756,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14033,7 +13856,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -14063,7 +13886,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14123,7 +13946,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14162,8 +13985,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14269,7 +14096,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.targetedManagedAppPolicyAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -14299,7 +14126,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14360,7 +14187,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14399,8 +14226,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14484,7 +14315,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14515,8 +14346,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14640,7 +14475,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14764,7 +14599,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.vppTokenCollectionResponse' default: $ref: '#/components/responses/error' @@ -14785,7 +14620,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.vppToken' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14852,17 +14687,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vppToken' - links: - revokeLicenses: - operationId: deviceAppManagement.vppTokens.vppToken.revokeLicenses - syncLicenses: - operationId: deviceAppManagement.vppTokens.vppToken.syncLicenses default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14888,8 +14718,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.vppToken' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.vppToken' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14975,7 +14809,7 @@ paths: type: string x-ms-docs-key-type: vppToken responses: - '200': + 2XX: description: Success content: application/json: @@ -15005,7 +14839,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -15120,7 +14954,7 @@ paths: - deviceStatuses type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -15141,7 +14975,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15205,27 +15039,12 @@ paths: - deviceStatuses type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy' - links: - assignments: - operationId: deviceAppManagement.WdacSupplementalPolicies.ListAssignments - parameters: - windowsDefenderApplicationControlSupplementalPolicy-id: $request.path.windowsDefenderApplicationControlSupplementalPolicy-id - deploySummary: - operationId: deviceAppManagement.WdacSupplementalPolicies.GetDeploySummary - parameters: - windowsDefenderApplicationControlSupplementalPolicy-id: $request.path.windowsDefenderApplicationControlSupplementalPolicy-id - deviceStatuses: - operationId: deviceAppManagement.WdacSupplementalPolicies.ListDeviceStatuses - parameters: - windowsDefenderApplicationControlSupplementalPolicy-id: $request.path.windowsDefenderApplicationControlSupplementalPolicy-id - assign: - operationId: deviceAppManagement.wdacSupplementalPolicies.windowsDefenderApplicationControlSupplementalPolicy.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15251,8 +15070,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15344,7 +15167,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -15374,7 +15197,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15433,7 +15256,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15472,8 +15295,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15554,7 +15381,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15585,8 +15412,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15704,7 +15535,7 @@ paths: - policy type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -15734,7 +15565,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15803,18 +15634,12 @@ paths: - policy type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus' - links: - policy: - operationId: deviceAppManagement.wdacSupplementalPolicies.DeviceStatuses.GetPolicy - parameters: - windowsDefenderApplicationControlSupplementalPolicy-id: $request.path.windowsDefenderApplicationControlSupplementalPolicy-id - windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id: $request.path.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15848,8 +15673,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15950,28 +15779,12 @@ paths: - deviceStatuses type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy' - links: - assignments: - operationId: deviceAppManagement.wdacSupplementalPolicies.deviceStatuses.Policy.ListAssignments - parameters: - windowsDefenderApplicationControlSupplementalPolicy-id: $request.path.windowsDefenderApplicationControlSupplementalPolicy-id - windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id: $request.path.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id - deploySummary: - operationId: deviceAppManagement.wdacSupplementalPolicies.deviceStatuses.Policy.GetDeploySummary - parameters: - windowsDefenderApplicationControlSupplementalPolicy-id: $request.path.windowsDefenderApplicationControlSupplementalPolicy-id - windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id: $request.path.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id - deviceStatuses: - operationId: deviceAppManagement.wdacSupplementalPolicies.deviceStatuses.Policy.ListDeviceStatuses - parameters: - windowsDefenderApplicationControlSupplementalPolicy-id: $request.path.windowsDefenderApplicationControlSupplementalPolicy-id - windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id: $request.path.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16079,7 +15892,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionDeviceRegistrationCollectionResponse' default: $ref: '#/components/responses/error' @@ -16100,7 +15913,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionDeviceRegistration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16156,15 +15969,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionDeviceRegistration' - links: - wipe: - operationId: deviceAppManagement.windowsInformationProtectionDeviceRegistrations.windowsInformationProtectionDeviceRegistration.wipe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16190,8 +16000,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionDeviceRegistration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionDeviceRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16419,7 +16233,7 @@ paths: - protectedAppLockerFiles type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -16440,7 +16254,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16536,25 +16350,12 @@ paths: - protectedAppLockerFiles type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' - links: - assignments: - operationId: deviceAppManagement.WindowsInformationProtectionPolicies.ListAssignments - parameters: - windowsInformationProtectionPolicy-id: $request.path.windowsInformationProtectionPolicy-id - exemptAppLockerFiles: - operationId: deviceAppManagement.WindowsInformationProtectionPolicies.ListExemptAppLockerFiles - parameters: - windowsInformationProtectionPolicy-id: $request.path.windowsInformationProtectionPolicy-id - protectedAppLockerFiles: - operationId: deviceAppManagement.WindowsInformationProtectionPolicies.ListProtectedAppLockerFiles - parameters: - windowsInformationProtectionPolicy-id: $request.path.windowsInformationProtectionPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16580,8 +16381,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16680,7 +16485,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionWipeActionCollectionResponse' default: $ref: '#/components/responses/error' @@ -16701,7 +16506,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionWipeAction' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16757,7 +16562,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16788,8 +16593,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionWipeAction' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionWipeAction' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16958,7 +16767,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsManagedAppProtectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -16979,7 +16788,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsManagedAppProtection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17061,25 +16870,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsManagedAppProtection' - links: - apps: - operationId: deviceAppManagement.WindowsManagedAppProtections.ListApps - parameters: - windowsManagedAppProtection-id: $request.path.windowsManagedAppProtection-id - assignments: - operationId: deviceAppManagement.WindowsManagedAppProtections.ListAssignments - parameters: - windowsManagedAppProtection-id: $request.path.windowsManagedAppProtection-id - assign: - operationId: deviceAppManagement.windowsManagedAppProtections.windowsManagedAppProtection.assign - targetApps: - operationId: deviceAppManagement.windowsManagedAppProtections.windowsManagedAppProtection.targetApps default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17105,8 +16901,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsManagedAppProtection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsManagedAppProtection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17201,7 +17001,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -17231,7 +17031,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17291,7 +17091,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17330,8 +17130,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17437,7 +17241,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.targetedManagedAppPolicyAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -17467,7 +17271,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17528,7 +17332,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17567,8 +17371,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17714,15 +17522,12 @@ paths: - healthStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsManagementApp' - links: - healthStates: - operationId: deviceAppManagement.WindowsManagementApp.ListHealthStates default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17761,15 +17566,12 @@ paths: - clientConfigurations type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.officeConfiguration' - links: - clientConfigurations: - operationId: officeConfiguration.ListClientConfigurations default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17786,8 +17588,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.officeConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.officeConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17865,7 +17671,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.officeClientConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -17886,7 +17692,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.officeClientConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17945,19 +17751,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.officeClientConfiguration' - links: - assignments: - operationId: officeConfiguration.ClientConfigurations.ListAssignments - parameters: - officeClientConfiguration-id: $request.path.officeClientConfiguration-id - assign: - operationId: officeConfiguration.clientConfigurations.officeClientConfiguration.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17983,8 +17782,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.officeClientConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.officeClientConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18076,7 +17879,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.officeClientConfigurationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -18106,7 +17909,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.officeClientConfigurationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18165,7 +17968,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18204,8 +18007,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.officeClientConfigurationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.officeClientConfigurationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18273,7 +18080,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18313,7 +18120,7 @@ paths: type: string x-ms-docs-key-type: officeClientConfiguration responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -18369,7 +18176,7 @@ paths: type: string x-ms-docs-key-type: officeClientConfiguration responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -18527,7 +18334,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceEnrollmentConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -18557,7 +18364,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18625,22 +18432,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' - links: - assignments: - operationId: users.DeviceEnrollmentConfigurations.ListAssignments - parameters: - user-id: $request.path.user-id - deviceEnrollmentConfiguration-id: $request.path.deviceEnrollmentConfiguration-id - assign: - operationId: users.user.deviceEnrollmentConfigurations.deviceEnrollmentConfiguration.assign - setPriority: - operationId: users.user.deviceEnrollmentConfigurations.deviceEnrollmentConfiguration.setPriority default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18674,8 +18471,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18789,7 +18590,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.enrollmentConfigurationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -18827,7 +18628,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18896,7 +18697,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18943,8 +18744,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19064,7 +18869,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -19094,7 +18899,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19157,7 +18962,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19196,8 +19001,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19348,7 +19157,7 @@ paths: - operations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppRegistrationCollectionResponse' default: $ref: '#/components/responses/error' @@ -19427,28 +19236,12 @@ paths: - operations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' - links: - appliedPolicies: - operationId: users.ManagedAppRegistrations.ListAppliedPolicies - parameters: - user-id: $request.path.user-id - managedAppRegistration-id: $request.path.managedAppRegistration-id - intendedPolicies: - operationId: users.ManagedAppRegistrations.ListIntendedPolicies - parameters: - user-id: $request.path.user-id - managedAppRegistration-id: $request.path.managedAppRegistration-id - operations: - operationId: users.ManagedAppRegistrations.ListOperations - parameters: - user-id: $request.path.user-id - managedAppRegistration-id: $request.path.managedAppRegistration-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19774,7 +19567,7 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -19804,7 +19597,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19963,159 +19756,12 @@ paths: - windowsProtectionState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - assignmentFilterEvaluationStatusDetails: - operationId: users.ManagedDevices.ListAssignmentFilterEvaluationStatusDetails - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - deviceCompliancePolicyStates: - operationId: users.ManagedDevices.ListDeviceCompliancePolicyStates - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - deviceConfigurationStates: - operationId: users.ManagedDevices.ListDeviceConfigurationStates - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - managedDeviceMobileAppConfigurationStates: - operationId: users.ManagedDevices.ListManagedDeviceMobileAppConfigurationStates - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - securityBaselineStates: - operationId: users.ManagedDevices.ListSecurityBaselineStates - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - detectedApps: - operationId: users.ManagedDevices.ListDetectedApps - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - deviceCategory: - operationId: users.ManagedDevices.GetDeviceCategory - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - logCollectionRequests: - operationId: users.ManagedDevices.ListLogCollectionRequests - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - users: - operationId: users.ManagedDevices.ListUsers - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - windowsProtectionState: - operationId: users.ManagedDevices.GetWindowsProtectionState - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - activateDeviceEsim: - operationId: users.user.managedDevices.managedDevice.activateDeviceEsim - bypassActivationLock: - operationId: users.user.managedDevices.managedDevice.bypassActivationLock - cleanWindowsDevice: - operationId: users.user.managedDevices.managedDevice.cleanWindowsDevice - createDeviceLogCollectionRequest: - operationId: users.user.managedDevices.managedDevice.createDeviceLogCollectionRequest - createRemoteHelpSession: - operationId: users.user.managedDevices.managedDevice.createRemoteHelpSession - deleteUserFromSharedAppleDevice: - operationId: users.user.managedDevices.managedDevice.deleteUserFromSharedAppleDevice - deprovision: - operationId: users.user.managedDevices.managedDevice.deprovision - disable: - operationId: users.user.managedDevices.managedDevice.disable - disableLostMode: - operationId: users.user.managedDevices.managedDevice.disableLostMode - enableLostMode: - operationId: users.user.managedDevices.managedDevice.enableLostMode - endRemoteHelpSession: - operationId: users.user.managedDevices.managedDevice.endRemoteHelpSession - enrollNowAction: - operationId: users.user.managedDevices.managedDevice.enrollNowAction - getCloudPcRemoteActionResults: - operationId: users.user.managedDevices.managedDevice.getCloudPcRemoteActionResults - getCloudPcReviewStatus: - operationId: users.user.managedDevices.managedDevice.getCloudPcReviewStatus - getFileVaultKey: - operationId: users.user.managedDevices.managedDevice.getFileVaultKey - getNonCompliantSettings: - operationId: users.user.managedDevices.managedDevice.getNonCompliantSettings - getOemWarranty: - operationId: users.user.managedDevices.managedDevice.getOemWarranty - initiateMobileDeviceManagementKeyRecovery: - operationId: users.user.managedDevices.managedDevice.initiateMobileDeviceManagementKeyRecovery - locateDevice: - operationId: users.user.managedDevices.managedDevice.locateDevice - logoutSharedAppleDeviceActiveUser: - operationId: users.user.managedDevices.managedDevice.logoutSharedAppleDeviceActiveUser - overrideComplianceState: - operationId: users.user.managedDevices.managedDevice.overrideComplianceState - playLostModeSound: - operationId: users.user.managedDevices.managedDevice.playLostModeSound - rebootNow: - operationId: users.user.managedDevices.managedDevice.rebootNow - recoverPasscode: - operationId: users.user.managedDevices.managedDevice.recoverPasscode - reenable: - operationId: users.user.managedDevices.managedDevice.reenable - remoteLock: - operationId: users.user.managedDevices.managedDevice.remoteLock - removeDeviceFirmwareConfigurationInterfaceManagement: - operationId: users.user.managedDevices.managedDevice.removeDeviceFirmwareConfigurationInterfaceManagement - reprovisionCloudPc: - operationId: users.user.managedDevices.managedDevice.reprovisionCloudPc - requestRemoteAssistance: - operationId: users.user.managedDevices.managedDevice.requestRemoteAssistance - requestRemoteHelpSessionAccess: - operationId: users.user.managedDevices.managedDevice.requestRemoteHelpSessionAccess - resetPasscode: - operationId: users.user.managedDevices.managedDevice.resetPasscode - resizeCloudPc: - operationId: users.user.managedDevices.managedDevice.resizeCloudPc - restoreCloudPc: - operationId: users.user.managedDevices.managedDevice.restoreCloudPc - retire: - operationId: users.user.managedDevices.managedDevice.retire - retrieveRemoteHelpSession: - operationId: users.user.managedDevices.managedDevice.retrieveRemoteHelpSession - revokeAppleVppLicenses: - operationId: users.user.managedDevices.managedDevice.revokeAppleVppLicenses - rotateBitLockerKeys: - operationId: users.user.managedDevices.managedDevice.rotateBitLockerKeys - rotateFileVaultKey: - operationId: users.user.managedDevices.managedDevice.rotateFileVaultKey - sendCustomNotificationToCompanyPortal: - operationId: users.user.managedDevices.managedDevice.sendCustomNotificationToCompanyPortal - setCloudPcReviewStatus: - operationId: users.user.managedDevices.managedDevice.setCloudPcReviewStatus - setDeviceName: - operationId: users.user.managedDevices.managedDevice.setDeviceName - shutDown: - operationId: users.user.managedDevices.managedDevice.shutDown - syncDevice: - operationId: users.user.managedDevices.managedDevice.syncDevice - triggerConfigurationManagerAction: - operationId: users.user.managedDevices.managedDevice.triggerConfigurationManagerAction - updateWindowsDeviceAccount: - operationId: users.user.managedDevices.managedDevice.updateWindowsDeviceAccount - windowsDefenderScan: - operationId: users.user.managedDevices.managedDevice.windowsDefenderScan - windowsDefenderUpdateSignatures: - operationId: users.user.managedDevices.managedDevice.windowsDefenderUpdateSignatures - wipe: - operationId: users.user.managedDevices.managedDevice.wipe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20149,8 +19795,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20258,7 +19908,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.assignmentFilterEvaluationStatusDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -20296,7 +19946,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20363,7 +20013,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20410,8 +20060,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20544,7 +20198,7 @@ paths: - managedDevices type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.detectedAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -20617,19 +20271,12 @@ paths: - managedDevices type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.detectedApp' - links: - managedDevices: - operationId: users.managedDevices.DetectedApps.ListManagedDevices - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - detectedApp-id: $request.path.detectedApp-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20685,7 +20332,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20724,8 +20371,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20854,7 +20505,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -20892,7 +20543,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20966,7 +20617,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21013,8 +20664,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21151,7 +20806,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -21189,7 +20844,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21263,7 +20918,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21310,8 +20965,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21451,7 +21110,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceLogCollectionResponseCollectionResponse' default: $ref: '#/components/responses/error' @@ -21489,7 +21148,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21564,15 +21223,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' - links: - createDownloadUrl: - operationId: users.user.managedDevices.managedDevice.logCollectionRequests.deviceLogCollectionResponse.createDownloadUrl default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21614,8 +21270,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21752,7 +21412,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -21790,7 +21450,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21864,7 +21524,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21911,8 +21571,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22039,7 +21703,7 @@ paths: - settingStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.securityBaselineStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -22077,7 +21741,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22149,19 +21813,12 @@ paths: - settingStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' - links: - settingStates: - operationId: users.managedDevices.SecurityBaselineStates.ListSettingStates - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - securityBaselineState-id: $request.path.securityBaselineState-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22203,8 +21860,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.securityBaselineState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22349,7 +22010,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.securityBaselineSettingStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -22395,7 +22056,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22477,7 +22138,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22532,8 +22193,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.securityBaselineSettingState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23025,7 +22690,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -23104,18 +22769,12 @@ paths: - detectedMalwareState type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' - links: - detectedMalwareState: - operationId: users.managedDevices.WindowsProtectionState.ListDetectedMalwareState - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23149,8 +22808,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsProtectionState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23285,7 +22948,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsDeviceMalwareStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -23323,7 +22986,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23399,7 +23062,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23446,8 +23109,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23561,7 +23228,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppIntentAndStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -23591,7 +23258,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppIntentAndState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23652,7 +23319,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23691,8 +23358,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppIntentAndState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppIntentAndState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23818,7 +23489,7 @@ paths: - appLogCollectionRequests type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppTroubleshootingEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -23848,7 +23519,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23917,18 +23588,12 @@ paths: - appLogCollectionRequests type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' - links: - appLogCollectionRequests: - operationId: users.MobileAppTroubleshootingEvents.ListAppLogCollectionRequests - parameters: - user-id: $request.path.user-id - mobileAppTroubleshootingEvent-id: $request.path.mobileAppTroubleshootingEvent-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23962,8 +23627,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24080,7 +23749,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appLogCollectionRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -24118,7 +23787,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24188,15 +23857,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - links: - createDownloadUrl: - operationId: users.user.mobileAppTroubleshootingEvents.mobileAppTroubleshootingEvent.appLogCollectionRequests.appLogCollectionRequest.createDownloadUrl default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24238,8 +23904,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24362,7 +24032,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionDeviceRegistrationCollectionResponse' default: $ref: '#/components/responses/error' @@ -24425,7 +24095,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42142,6 +41812,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -46562,6 +46233,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Devices.ServiceAnnouncement.yml b/openApiDocs/beta/Devices.ServiceAnnouncement.yml index 0d9a8164f54..0ab75d60599 100644 --- a/openApiDocs/beta/Devices.ServiceAnnouncement.yml +++ b/openApiDocs/beta/Devices.ServiceAnnouncement.yml @@ -46,7 +46,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -94,19 +94,12 @@ paths: - messages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' - links: - healthOverviews: - operationId: admin.ServiceAnnouncement.ListHealthOverviews - issues: - operationId: admin.ServiceAnnouncement.ListIssues - messages: - operationId: admin.ServiceAnnouncement.ListMessages default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -123,8 +116,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -208,7 +205,7 @@ paths: - issues type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.serviceHealthCollectionResponse' default: $ref: '#/components/responses/error' @@ -229,7 +226,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealth' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -283,17 +280,12 @@ paths: - issues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealth' - links: - issues: - operationId: admin.serviceAnnouncement.HealthOverviews.ListIssues - parameters: - serviceHealth-id: $request.path.serviceHealth-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -319,8 +311,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealth' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceHealth' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -451,7 +447,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.serviceHealthIssueCollectionResponse' default: $ref: '#/components/responses/error' @@ -481,7 +477,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -553,15 +549,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' - links: - incidentReport: - operationId: admin.serviceAnnouncement.healthOverviews.serviceHealth.issues.serviceHealthIssue.incidentReport default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -595,8 +588,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -658,7 +655,7 @@ paths: type: string x-ms-docs-key-type: serviceHealthIssue responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -770,7 +767,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.serviceHealthIssueCollectionResponse' default: $ref: '#/components/responses/error' @@ -791,7 +788,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -855,15 +852,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' - links: - incidentReport: - operationId: admin.serviceAnnouncement.issues.serviceHealthIssue.incidentReport default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -889,8 +883,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -936,7 +934,7 @@ paths: type: string x-ms-docs-key-type: serviceHealthIssue responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1053,7 +1051,7 @@ paths: - attachments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.serviceUpdateMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1074,7 +1072,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1141,17 +1139,12 @@ paths: - attachments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' - links: - attachments: - operationId: admin.serviceAnnouncement.Messages.ListAttachments - parameters: - serviceUpdateMessage-id: $request.path.serviceUpdateMessage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1177,8 +1170,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1285,7 +1282,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -1315,7 +1312,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1378,7 +1375,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1417,8 +1414,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1484,7 +1485,7 @@ paths: type: string x-ms-docs-key-type: serviceAnnouncementAttachment responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1551,7 +1552,7 @@ paths: type: string x-ms-docs-key-type: serviceUpdateMessage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1616,7 +1617,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1658,7 +1659,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1700,7 +1701,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1742,7 +1743,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1784,7 +1785,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1826,7 +1827,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/beta/DirectoryObjects.yml b/openApiDocs/beta/DirectoryObjects.yml index 706ef54d3a6..84fcf45fac5 100644 --- a/openApiDocs/beta/DirectoryObjects.yml +++ b/openApiDocs/beta/DirectoryObjects.yml @@ -69,7 +69,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -90,7 +90,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -144,23 +144,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' - links: - checkMemberGroups: - operationId: directoryObjects.directoryObject.checkMemberGroups - checkMemberObjects: - operationId: directoryObjects.directoryObject.checkMemberObjects - getMemberGroups: - operationId: directoryObjects.directoryObject.getMemberGroups - getMemberObjects: - operationId: directoryObjects.directoryObject.getMemberObjects - restore: - operationId: directoryObjects.directoryObject.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -186,8 +175,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -255,7 +248,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -307,7 +300,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -363,7 +356,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -415,7 +408,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -457,7 +450,7 @@ paths: type: string x-ms-docs-key-type: directoryObject responses: - '200': + 2XX: description: Success content: application/json: @@ -496,7 +489,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -542,7 +535,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 89e60fc6287..880d5e5ac99 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -47,23 +47,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRoot' - links: - synchronizationProfiles: - operationId: education.ListSynchronizationProfiles - classes: - operationId: education.ListClasses - me: - operationId: education.GetMe - schools: - operationId: education.ListSchools - users: - operationId: education.ListUsers default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -80,8 +69,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -191,7 +184,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -216,7 +209,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationClass' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -293,45 +286,12 @@ paths: - teachers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' - links: - assignmentCategories: - operationId: education.Classes.ListAssignmentCategories - parameters: - educationClass-id: $request.path.educationClass-id - assignmentDefaults: - operationId: education.Classes.GetAssignmentDefaults - parameters: - educationClass-id: $request.path.educationClass-id - assignments: - operationId: education.Classes.ListAssignments - parameters: - educationClass-id: $request.path.educationClass-id - assignmentSettings: - operationId: education.Classes.GetAssignmentSettings - parameters: - educationClass-id: $request.path.educationClass-id - group: - operationId: education.Classes.GetGroup - parameters: - educationClass-id: $request.path.educationClass-id - members: - operationId: education.Classes.ListMembers - parameters: - educationClass-id: $request.path.educationClass-id - schools: - operationId: education.Classes.ListSchools - parameters: - educationClass-id: $request.path.educationClass-id - teachers: - operationId: education.Classes.ListTeachers - parameters: - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -357,8 +317,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationClass' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationClass' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -453,7 +417,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -487,7 +451,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -546,7 +510,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -585,8 +549,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -673,7 +641,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -747,7 +715,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -782,8 +750,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentDefaults' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignmentDefaults' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -949,7 +921,7 @@ paths: - submissions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -983,7 +955,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1071,39 +1043,12 @@ paths: - submissions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' - links: - categories: - operationId: education.classes.Assignments.ListCategories - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - resources: - operationId: education.classes.Assignments.ListResources - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - rubric: - operationId: education.classes.Assignments.GetRubric - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - submissions: - operationId: education.classes.Assignments.ListSubmissions - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - publish: - operationId: education.classes.educationClass.assignments.educationAssignment.publish - setUpFeedbackResourcesFolder: - operationId: education.classes.educationClass.assignments.educationAssignment.setUpFeedbackResourcesFolder - setUpResourcesFolder: - operationId: education.classes.educationClass.assignments.educationAssignment.setUpResourcesFolder default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1137,8 +1082,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1249,7 +1198,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -1287,7 +1236,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1394,7 +1343,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -1489,7 +1438,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1543,7 +1492,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -1580,7 +1529,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -1617,7 +1566,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -1702,7 +1651,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -1744,7 +1693,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1812,7 +1761,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1859,8 +1808,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1967,7 +1920,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2006,8 +1959,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRubric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2073,7 +2030,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Retrieved navigation property link content: application/json: @@ -2258,7 +2215,7 @@ paths: - submittedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2296,7 +2253,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2380,41 +2337,12 @@ paths: - submittedResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' - links: - outcomes: - operationId: education.classes.assignments.Submissions.ListOutcomes - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - resources: - operationId: education.classes.assignments.Submissions.ListResources - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - submittedResources: - operationId: education.classes.assignments.Submissions.ListSubmittedResources - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - reassign: - operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.reassign - return: - operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.return - setUpResourcesFolder: - operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.setUpResourcesFolder - submit: - operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.submit - unsubmit: - operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.unsubmit default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2456,8 +2384,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2539,7 +2471,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -2584,7 +2516,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -2629,7 +2561,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -2674,7 +2606,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -2719,7 +2651,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -2812,7 +2744,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationOutcomeCollectionResponse' default: $ref: '#/components/responses/error' @@ -2862,7 +2794,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2937,7 +2869,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2992,8 +2924,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationOutcome' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3131,7 +3067,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -3181,7 +3117,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3256,7 +3192,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3311,8 +3247,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3446,7 +3386,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -3492,7 +3432,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3567,7 +3507,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3622,8 +3562,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3793,7 +3737,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3864,7 +3808,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3899,8 +3843,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignmentSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4081,125 +4029,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: education.classes.Group.ListAppRoleAssignments - parameters: - educationClass-id: $request.path.educationClass-id - createdOnBehalfOf: - operationId: education.classes.Group.GetCreatedOnBehalfGraphOPre - parameters: - educationClass-id: $request.path.educationClass-id - endpoints: - operationId: education.classes.Group.ListEndpoints - parameters: - educationClass-id: $request.path.educationClass-id - memberOf: - operationId: education.classes.Group.ListMemberGraphOPre - parameters: - educationClass-id: $request.path.educationClass-id - members: - operationId: education.classes.Group.ListMembers - parameters: - educationClass-id: $request.path.educationClass-id - membersWithLicenseErrors: - operationId: education.classes.Group.ListMembersGraphWPreLicenseErrors - parameters: - educationClass-id: $request.path.educationClass-id - owners: - operationId: education.classes.Group.ListOwners - parameters: - educationClass-id: $request.path.educationClass-id - permissionGrants: - operationId: education.classes.Group.ListPermissionGrants - parameters: - educationClass-id: $request.path.educationClass-id - settings: - operationId: education.classes.Group.ListSettings - parameters: - educationClass-id: $request.path.educationClass-id - transitiveMemberOf: - operationId: education.classes.Group.ListTransitiveMemberGraphOPre - parameters: - educationClass-id: $request.path.educationClass-id - transitiveMembers: - operationId: education.classes.Group.ListTransitiveMembers - parameters: - educationClass-id: $request.path.educationClass-id - acceptedSenders: - operationId: education.classes.Group.ListAcceptedSenders - parameters: - educationClass-id: $request.path.educationClass-id - calendar: - operationId: education.classes.Group.GetCalendar - parameters: - educationClass-id: $request.path.educationClass-id - calendarView: - operationId: education.classes.Group.ListCalendarView - parameters: - educationClass-id: $request.path.educationClass-id - conversations: - operationId: education.classes.Group.ListConversations - parameters: - educationClass-id: $request.path.educationClass-id - events: - operationId: education.classes.Group.ListEvents - parameters: - educationClass-id: $request.path.educationClass-id - rejectedSenders: - operationId: education.classes.Group.ListRejectedSenders - parameters: - educationClass-id: $request.path.educationClass-id - threads: - operationId: education.classes.Group.ListThreads - parameters: - educationClass-id: $request.path.educationClass-id - drive: - operationId: education.classes.Group.GetDrive - parameters: - educationClass-id: $request.path.educationClass-id - drives: - operationId: education.classes.Group.ListDrives - parameters: - educationClass-id: $request.path.educationClass-id - sites: - operationId: education.classes.Group.ListSites - parameters: - educationClass-id: $request.path.educationClass-id - extensions: - operationId: education.classes.Group.ListExtensions - parameters: - educationClass-id: $request.path.educationClass-id - groupLifecyclePolicies: - operationId: education.classes.Group.ListGroupLifecyclePolicies - parameters: - educationClass-id: $request.path.educationClass-id - planner: - operationId: education.classes.Group.GetPlanner - parameters: - educationClass-id: $request.path.educationClass-id - onenote: - operationId: education.classes.Group.GetOnenote - parameters: - educationClass-id: $request.path.educationClass-id - photo: - operationId: education.classes.Group.GetPhoto - parameters: - educationClass-id: $request.path.educationClass-id - photos: - operationId: education.classes.Group.ListPhotos - parameters: - educationClass-id: $request.path.educationClass-id - team: - operationId: education.classes.Group.GetTeam - parameters: - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4373,7 +4208,7 @@ paths: - user type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -4525,7 +4360,7 @@ paths: - userType desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -4668,7 +4503,7 @@ paths: - users type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' default: $ref: '#/components/responses/error' @@ -4746,28 +4581,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' - links: - administrativeUnit: - operationId: education.classes.Schools.GetAdministrativeUnit - parameters: - educationClass-id: $request.path.educationClass-id - educationSchool-id: $request.path.educationSchool-id - classes: - operationId: education.classes.Schools.ListClasses - parameters: - educationClass-id: $request.path.educationClass-id - educationSchool-id: $request.path.educationSchool-id - users: - operationId: education.classes.Schools.ListUsers - parameters: - educationClass-id: $request.path.educationClass-id - educationSchool-id: $request.path.educationSchool-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4941,7 +4760,7 @@ paths: - user type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -5093,7 +4912,7 @@ paths: - userType desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -5205,7 +5024,7 @@ paths: - term desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5307,25 +5126,12 @@ paths: - user type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' - links: - assignments: - operationId: education.Me.ListAssignments - rubrics: - operationId: education.Me.ListRubrics - classes: - operationId: education.Me.ListClasses - schools: - operationId: education.Me.ListSchools - taughtClasses: - operationId: education.Me.ListTaughtClasses - user: - operationId: education.Me.GetUser default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5342,8 +5148,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5493,7 +5303,7 @@ paths: - submissions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -5514,7 +5324,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5594,35 +5404,12 @@ paths: - submissions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' - links: - categories: - operationId: education.me.Assignments.ListCategories - parameters: - educationAssignment-id: $request.path.educationAssignment-id - resources: - operationId: education.me.Assignments.ListResources - parameters: - educationAssignment-id: $request.path.educationAssignment-id - rubric: - operationId: education.me.Assignments.GetRubric - parameters: - educationAssignment-id: $request.path.educationAssignment-id - submissions: - operationId: education.me.Assignments.ListSubmissions - parameters: - educationAssignment-id: $request.path.educationAssignment-id - publish: - operationId: education.me.assignments.educationAssignment.publish - setUpFeedbackResourcesFolder: - operationId: education.me.assignments.educationAssignment.setUpFeedbackResourcesFolder - setUpResourcesFolder: - operationId: education.me.assignments.educationAssignment.setUpResourcesFolder default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5648,8 +5435,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5744,7 +5535,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -5774,7 +5565,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5865,7 +5656,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -5944,7 +5735,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5990,7 +5781,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -6019,7 +5810,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -6048,7 +5839,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -6125,7 +5916,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -6159,7 +5950,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6219,7 +6010,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6258,8 +6049,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6350,7 +6145,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6381,8 +6176,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRubric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6432,7 +6231,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Retrieved navigation property link content: application/json: @@ -6593,7 +6392,7 @@ paths: - submittedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6623,7 +6422,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6699,38 +6498,12 @@ paths: - submittedResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' - links: - outcomes: - operationId: education.me.assignments.Submissions.ListOutcomes - parameters: - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - resources: - operationId: education.me.assignments.Submissions.ListResources - parameters: - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - submittedResources: - operationId: education.me.assignments.Submissions.ListSubmittedResources - parameters: - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - reassign: - operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.reassign - return: - operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.return - setUpResourcesFolder: - operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.setUpResourcesFolder - submit: - operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.submit - unsubmit: - operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.unsubmit default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6764,8 +6537,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6831,7 +6608,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -6868,7 +6645,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -6905,7 +6682,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -6942,7 +6719,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -6979,7 +6756,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -7064,7 +6841,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationOutcomeCollectionResponse' default: $ref: '#/components/responses/error' @@ -7106,7 +6883,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7173,7 +6950,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7220,8 +6997,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationOutcome' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7343,7 +7124,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -7385,7 +7166,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7452,7 +7233,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7499,8 +7280,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7618,7 +7403,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -7656,7 +7441,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7723,7 +7508,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7770,8 +7555,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7925,7 +7714,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8057,7 +7846,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -8134,45 +7923,12 @@ paths: - teachers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' - links: - assignmentCategories: - operationId: education.me.Classes.ListAssignmentCategories - parameters: - educationClass-id: $request.path.educationClass-id - assignmentDefaults: - operationId: education.me.Classes.GetAssignmentDefaults - parameters: - educationClass-id: $request.path.educationClass-id - assignments: - operationId: education.me.Classes.ListAssignments - parameters: - educationClass-id: $request.path.educationClass-id - assignmentSettings: - operationId: education.me.Classes.GetAssignmentSettings - parameters: - educationClass-id: $request.path.educationClass-id - group: - operationId: education.me.Classes.GetGroup - parameters: - educationClass-id: $request.path.educationClass-id - members: - operationId: education.me.Classes.ListMembers - parameters: - educationClass-id: $request.path.educationClass-id - schools: - operationId: education.me.Classes.ListSchools - parameters: - educationClass-id: $request.path.educationClass-id - teachers: - operationId: education.me.Classes.ListTeachers - parameters: - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8257,7 +8013,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationRubricCollectionResponse' default: $ref: '#/components/responses/error' @@ -8282,7 +8038,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8341,7 +8097,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8372,8 +8128,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRubric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8508,7 +8268,7 @@ paths: - users type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' default: $ref: '#/components/responses/error' @@ -8578,25 +8338,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' - links: - administrativeUnit: - operationId: education.me.Schools.GetAdministrativeUnit - parameters: - educationSchool-id: $request.path.educationSchool-id - classes: - operationId: education.me.Schools.ListClasses - parameters: - educationSchool-id: $request.path.educationSchool-id - users: - operationId: education.me.Schools.ListUsers - parameters: - educationSchool-id: $request.path.educationSchool-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8703,7 +8450,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -8780,45 +8527,12 @@ paths: - teachers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' - links: - assignmentCategories: - operationId: education.me.TaughtClasses.ListAssignmentCategories - parameters: - educationClass-id: $request.path.educationClass-id - assignmentDefaults: - operationId: education.me.TaughtClasses.GetAssignmentDefaults - parameters: - educationClass-id: $request.path.educationClass-id - assignments: - operationId: education.me.TaughtClasses.ListAssignments - parameters: - educationClass-id: $request.path.educationClass-id - assignmentSettings: - operationId: education.me.TaughtClasses.GetAssignmentSettings - parameters: - educationClass-id: $request.path.educationClass-id - group: - operationId: education.me.TaughtClasses.GetGroup - parameters: - educationClass-id: $request.path.educationClass-id - members: - operationId: education.me.TaughtClasses.ListMembers - parameters: - educationClass-id: $request.path.educationClass-id - schools: - operationId: education.me.TaughtClasses.ListSchools - parameters: - educationClass-id: $request.path.educationClass-id - teachers: - operationId: education.me.TaughtClasses.ListTeachers - parameters: - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9067,141 +8781,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: education.me.User.GetAnalytics - cloudPCs: - operationId: education.me.User.ListCloudPCs - usageRights: - operationId: education.me.User.ListUsageRights - informationProtection: - operationId: education.me.User.GetInformationProtection - appRoleAssignedResources: - operationId: education.me.User.ListAppRoleAssignedResources - appRoleAssignments: - operationId: education.me.User.ListAppRoleAssignments - createdObjects: - operationId: education.me.User.ListCreatedObjects - directReports: - operationId: education.me.User.ListDirectReports - licenseDetails: - operationId: education.me.User.ListLicenseDetails - manager: - operationId: education.me.User.GetManager - memberOf: - operationId: education.me.User.ListMemberGraphOPre - oauth2PermissionGrants: - operationId: education.me.User.ListOauth2PermissionGrants - ownedDevices: - operationId: education.me.User.ListOwnedDevices - ownedObjects: - operationId: education.me.User.ListOwnedObjects - registeredDevices: - operationId: education.me.User.ListRegisteredDevices - scopedRoleMemberOf: - operationId: education.me.User.ListScopedRoleMemberGraphOPre - transitiveMemberOf: - operationId: education.me.User.ListTransitiveMemberGraphOPre - transitiveReports: - operationId: education.me.User.ListTransitiveReports - calendar: - operationId: education.me.User.GetCalendar - calendarGroups: - operationId: education.me.User.ListCalendarGroups - calendars: - operationId: education.me.User.ListCalendars - calendarView: - operationId: education.me.User.ListCalendarView - contactFolders: - operationId: education.me.User.ListContactFolders - contacts: - operationId: education.me.User.ListContacts - events: - operationId: education.me.User.ListEvents - inferenceClassification: - operationId: education.me.User.GetInferenceClassification - joinedGroups: - operationId: education.me.User.ListJoinedGroups - mailFolders: - operationId: education.me.User.ListMailFolders - messages: - operationId: education.me.User.ListMessages - outlook: - operationId: education.me.User.GetOutlook - people: - operationId: education.me.User.ListPeople - drive: - operationId: education.me.User.GetDrive - drives: - operationId: education.me.User.ListDrives - followedSites: - operationId: education.me.User.ListFollowedSites - extensions: - operationId: education.me.User.ListExtensions - appConsentRequestsForApproval: - operationId: education.me.User.ListAppConsentRequestsGraphFPreApproval - approvals: - operationId: education.me.User.ListApprovals - pendingAccessReviewInstances: - operationId: education.me.User.ListPendingAccessReviewInstances - agreementAcceptances: - operationId: education.me.User.ListAgreementAcceptances - security: - operationId: education.me.User.GetSecurity - deviceEnrollmentConfigurations: - operationId: education.me.User.ListDeviceEnrollmentConfigurations - managedDevices: - operationId: education.me.User.ListManagedDevices - managedAppRegistrations: - operationId: education.me.User.ListManagedAppRegistrations - windowsInformationProtectionDeviceRegistrations: - operationId: education.me.User.ListWindowsInformationProtectionDeviceRegistrations - deviceManagementTroubleshootingEvents: - operationId: education.me.User.ListDeviceManagementTroubleshootingEvents - mobileAppIntentAndStates: - operationId: education.me.User.ListMobileAppIntentAndStates - mobileAppTroubleshootingEvents: - operationId: education.me.User.ListMobileAppTroubleshootingEvents - notifications: - operationId: education.me.User.ListNotifications - planner: - operationId: education.me.User.GetPlanner - insights: - operationId: education.me.User.GetInsights - settings: - operationId: education.me.User.GetSettings - onenote: - operationId: education.me.User.GetOnenote - photo: - operationId: education.me.User.GetPhoto - photos: - operationId: education.me.User.ListPhotos - profile: - operationId: education.me.User.GetProfile - activities: - operationId: education.me.User.ListActivities - devices: - operationId: education.me.User.ListDevices - onlineMeetings: - operationId: education.me.User.ListOnlineMeetings - presence: - operationId: education.me.User.GetPresence - authentication: - operationId: education.me.User.GetAuthentication - chats: - operationId: education.me.User.ListChats - joinedTeams: - operationId: education.me.User.ListJoinedTeams - teamwork: - operationId: education.me.User.GetTeamwork - todo: - operationId: education.me.User.GetTodo default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9310,7 +8895,7 @@ paths: - users type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' default: $ref: '#/components/responses/error' @@ -9335,7 +8920,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSchool' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9405,25 +8990,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' - links: - administrativeUnit: - operationId: education.Schools.GetAdministrativeUnit - parameters: - educationSchool-id: $request.path.educationSchool-id - classes: - operationId: education.Schools.ListClasses - parameters: - educationSchool-id: $request.path.educationSchool-id - users: - operationId: education.Schools.ListUsers - parameters: - educationSchool-id: $request.path.educationSchool-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9449,8 +9021,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSchool' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSchool' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9535,25 +9111,12 @@ paths: - extensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' - links: - members: - operationId: education.schools.AdministrativeUnit.ListMembers - parameters: - educationSchool-id: $request.path.educationSchool-id - scopedRoleMembers: - operationId: education.schools.AdministrativeUnit.ListScopedRoleMembers - parameters: - educationSchool-id: $request.path.educationSchool-id - extensions: - operationId: education.schools.AdministrativeUnit.ListExtensions - parameters: - educationSchool-id: $request.path.educationSchool-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9579,8 +9142,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.administrativeUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9698,7 +9265,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -9810,7 +9377,7 @@ paths: - term desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -10010,7 +9577,7 @@ paths: - user type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -10162,7 +9729,7 @@ paths: - userType desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -10278,7 +9845,7 @@ paths: - schoolNumber desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10383,7 +9950,7 @@ paths: - profileStatus type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSynchronizationProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -10404,7 +9971,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10464,31 +10031,12 @@ paths: - profileStatus type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationProfile' - links: - errors: - operationId: education.SynchronizationProfiles.ListErrors - parameters: - educationSynchronizationProfile-id: $request.path.educationSynchronizationProfile-id - profileStatus: - operationId: education.SynchronizationProfiles.GetProfileStatus - parameters: - educationSynchronizationProfile-id: $request.path.educationSynchronizationProfile-id - pause: - operationId: education.synchronizationProfiles.educationSynchronizationProfile.pause - reset: - operationId: education.synchronizationProfiles.educationSynchronizationProfile.reset - resume: - operationId: education.synchronizationProfiles.educationSynchronizationProfile.resume - start: - operationId: education.synchronizationProfiles.educationSynchronizationProfile.start - uploadUrl: - operationId: education.synchronizationProfiles.educationSynchronizationProfile.uploadUrl default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10514,8 +10062,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSynchronizationProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10625,7 +10177,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSynchronizationErrorCollectionResponse' default: $ref: '#/components/responses/error' @@ -10655,7 +10207,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationError' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10719,7 +10271,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10758,8 +10310,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationError' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSynchronizationError' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10892,7 +10448,7 @@ paths: type: string x-ms-docs-key-type: educationSynchronizationProfile responses: - '200': + 2XX: description: Success content: application/json: @@ -10930,7 +10486,7 @@ paths: type: string x-ms-docs-key-type: educationSynchronizationProfile responses: - '200': + 2XX: description: Success content: application/json: @@ -10994,7 +10550,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11025,8 +10581,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationProfileStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSynchronizationProfileStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11218,7 +10778,7 @@ paths: - user type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -11243,7 +10803,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11336,37 +10896,12 @@ paths: - user type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' - links: - assignments: - operationId: education.Users.ListAssignments - parameters: - educationUser-id: $request.path.educationUser-id - rubrics: - operationId: education.Users.ListRubrics - parameters: - educationUser-id: $request.path.educationUser-id - classes: - operationId: education.Users.ListClasses - parameters: - educationUser-id: $request.path.educationUser-id - schools: - operationId: education.Users.ListSchools - parameters: - educationUser-id: $request.path.educationUser-id - taughtClasses: - operationId: education.Users.ListTaughtClasses - parameters: - educationUser-id: $request.path.educationUser-id - user: - operationId: education.Users.GetUser - parameters: - educationUser-id: $request.path.educationUser-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11392,8 +10927,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11559,7 +11098,7 @@ paths: - submissions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -11589,7 +11128,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11677,39 +11216,12 @@ paths: - submissions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' - links: - categories: - operationId: education.users.Assignments.ListCategories - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - resources: - operationId: education.users.Assignments.ListResources - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - rubric: - operationId: education.users.Assignments.GetRubric - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - submissions: - operationId: education.users.Assignments.ListSubmissions - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - publish: - operationId: education.users.educationUser.assignments.educationAssignment.publish - setUpFeedbackResourcesFolder: - operationId: education.users.educationUser.assignments.educationAssignment.setUpFeedbackResourcesFolder - setUpResourcesFolder: - operationId: education.users.educationUser.assignments.educationAssignment.setUpResourcesFolder default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11743,8 +11255,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11855,7 +11371,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -11893,7 +11409,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12000,7 +11516,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -12095,7 +11611,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -12149,7 +11665,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -12186,7 +11702,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -12223,7 +11739,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -12308,7 +11824,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -12350,7 +11866,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12418,7 +11934,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12465,8 +11981,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12573,7 +12093,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12612,8 +12132,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRubric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12679,7 +12203,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Retrieved navigation property link content: application/json: @@ -12864,7 +12388,7 @@ paths: - submittedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -12902,7 +12426,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12986,41 +12510,12 @@ paths: - submittedResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' - links: - outcomes: - operationId: education.users.assignments.Submissions.ListOutcomes - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - resources: - operationId: education.users.assignments.Submissions.ListResources - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - submittedResources: - operationId: education.users.assignments.Submissions.ListSubmittedResources - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - reassign: - operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.reassign - return: - operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.return - setUpResourcesFolder: - operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.setUpResourcesFolder - submit: - operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.submit - unsubmit: - operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.unsubmit default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13062,8 +12557,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13145,7 +12644,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -13190,7 +12689,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -13235,7 +12734,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -13280,7 +12779,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -13325,7 +12824,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -13418,7 +12917,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationOutcomeCollectionResponse' default: $ref: '#/components/responses/error' @@ -13468,7 +12967,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13543,7 +13042,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13598,8 +13097,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationOutcome' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13737,7 +13240,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -13787,7 +13290,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13862,7 +13365,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13917,8 +13420,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14052,7 +13559,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -14098,7 +13605,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14173,7 +13680,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14228,8 +13735,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14399,7 +13910,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14539,7 +14050,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -14624,53 +14135,12 @@ paths: - teachers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' - links: - assignmentCategories: - operationId: education.users.Classes.ListAssignmentCategories - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignmentDefaults: - operationId: education.users.Classes.GetAssignmentDefaults - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignments: - operationId: education.users.Classes.ListAssignments - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignmentSettings: - operationId: education.users.Classes.GetAssignmentSettings - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - group: - operationId: education.users.Classes.GetGroup - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - members: - operationId: education.users.Classes.ListMembers - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - schools: - operationId: education.users.Classes.ListSchools - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - teachers: - operationId: education.users.Classes.ListTeachers - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14763,7 +14233,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationRubricCollectionResponse' default: $ref: '#/components/responses/error' @@ -14797,7 +14267,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14864,7 +14334,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14903,8 +14373,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRubric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15055,7 +14529,7 @@ paths: - users type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' default: $ref: '#/components/responses/error' @@ -15133,28 +14607,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' - links: - administrativeUnit: - operationId: education.users.Schools.GetAdministrativeUnit - parameters: - educationUser-id: $request.path.educationUser-id - educationSchool-id: $request.path.educationSchool-id - classes: - operationId: education.users.Schools.ListClasses - parameters: - educationUser-id: $request.path.educationUser-id - educationSchool-id: $request.path.educationSchool-id - users: - operationId: education.users.Schools.ListUsers - parameters: - educationUser-id: $request.path.educationUser-id - educationSchool-id: $request.path.educationSchool-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15269,7 +14727,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -15354,53 +14812,12 @@ paths: - teachers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' - links: - assignmentCategories: - operationId: education.users.TaughtClasses.ListAssignmentCategories - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignmentDefaults: - operationId: education.users.TaughtClasses.GetAssignmentDefaults - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignments: - operationId: education.users.TaughtClasses.ListAssignments - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignmentSettings: - operationId: education.users.TaughtClasses.GetAssignmentSettings - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - group: - operationId: education.users.TaughtClasses.GetGroup - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - members: - operationId: education.users.TaughtClasses.ListMembers - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - schools: - operationId: education.users.TaughtClasses.ListSchools - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - teachers: - operationId: education.users.TaughtClasses.ListTeachers - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15657,269 +15074,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: education.users.User.GetAnalytics - parameters: - educationUser-id: $request.path.educationUser-id - cloudPCs: - operationId: education.users.User.ListCloudPCs - parameters: - educationUser-id: $request.path.educationUser-id - usageRights: - operationId: education.users.User.ListUsageRights - parameters: - educationUser-id: $request.path.educationUser-id - informationProtection: - operationId: education.users.User.GetInformationProtection - parameters: - educationUser-id: $request.path.educationUser-id - appRoleAssignedResources: - operationId: education.users.User.ListAppRoleAssignedResources - parameters: - educationUser-id: $request.path.educationUser-id - appRoleAssignments: - operationId: education.users.User.ListAppRoleAssignments - parameters: - educationUser-id: $request.path.educationUser-id - createdObjects: - operationId: education.users.User.ListCreatedObjects - parameters: - educationUser-id: $request.path.educationUser-id - directReports: - operationId: education.users.User.ListDirectReports - parameters: - educationUser-id: $request.path.educationUser-id - licenseDetails: - operationId: education.users.User.ListLicenseDetails - parameters: - educationUser-id: $request.path.educationUser-id - manager: - operationId: education.users.User.GetManager - parameters: - educationUser-id: $request.path.educationUser-id - memberOf: - operationId: education.users.User.ListMemberGraphOPre - parameters: - educationUser-id: $request.path.educationUser-id - oauth2PermissionGrants: - operationId: education.users.User.ListOauth2PermissionGrants - parameters: - educationUser-id: $request.path.educationUser-id - ownedDevices: - operationId: education.users.User.ListOwnedDevices - parameters: - educationUser-id: $request.path.educationUser-id - ownedObjects: - operationId: education.users.User.ListOwnedObjects - parameters: - educationUser-id: $request.path.educationUser-id - registeredDevices: - operationId: education.users.User.ListRegisteredDevices - parameters: - educationUser-id: $request.path.educationUser-id - scopedRoleMemberOf: - operationId: education.users.User.ListScopedRoleMemberGraphOPre - parameters: - educationUser-id: $request.path.educationUser-id - transitiveMemberOf: - operationId: education.users.User.ListTransitiveMemberGraphOPre - parameters: - educationUser-id: $request.path.educationUser-id - transitiveReports: - operationId: education.users.User.ListTransitiveReports - parameters: - educationUser-id: $request.path.educationUser-id - calendar: - operationId: education.users.User.GetCalendar - parameters: - educationUser-id: $request.path.educationUser-id - calendarGroups: - operationId: education.users.User.ListCalendarGroups - parameters: - educationUser-id: $request.path.educationUser-id - calendars: - operationId: education.users.User.ListCalendars - parameters: - educationUser-id: $request.path.educationUser-id - calendarView: - operationId: education.users.User.ListCalendarView - parameters: - educationUser-id: $request.path.educationUser-id - contactFolders: - operationId: education.users.User.ListContactFolders - parameters: - educationUser-id: $request.path.educationUser-id - contacts: - operationId: education.users.User.ListContacts - parameters: - educationUser-id: $request.path.educationUser-id - events: - operationId: education.users.User.ListEvents - parameters: - educationUser-id: $request.path.educationUser-id - inferenceClassification: - operationId: education.users.User.GetInferenceClassification - parameters: - educationUser-id: $request.path.educationUser-id - joinedGroups: - operationId: education.users.User.ListJoinedGroups - parameters: - educationUser-id: $request.path.educationUser-id - mailFolders: - operationId: education.users.User.ListMailFolders - parameters: - educationUser-id: $request.path.educationUser-id - messages: - operationId: education.users.User.ListMessages - parameters: - educationUser-id: $request.path.educationUser-id - outlook: - operationId: education.users.User.GetOutlook - parameters: - educationUser-id: $request.path.educationUser-id - people: - operationId: education.users.User.ListPeople - parameters: - educationUser-id: $request.path.educationUser-id - drive: - operationId: education.users.User.GetDrive - parameters: - educationUser-id: $request.path.educationUser-id - drives: - operationId: education.users.User.ListDrives - parameters: - educationUser-id: $request.path.educationUser-id - followedSites: - operationId: education.users.User.ListFollowedSites - parameters: - educationUser-id: $request.path.educationUser-id - extensions: - operationId: education.users.User.ListExtensions - parameters: - educationUser-id: $request.path.educationUser-id - appConsentRequestsForApproval: - operationId: education.users.User.ListAppConsentRequestsGraphFPreApproval - parameters: - educationUser-id: $request.path.educationUser-id - approvals: - operationId: education.users.User.ListApprovals - parameters: - educationUser-id: $request.path.educationUser-id - pendingAccessReviewInstances: - operationId: education.users.User.ListPendingAccessReviewInstances - parameters: - educationUser-id: $request.path.educationUser-id - agreementAcceptances: - operationId: education.users.User.ListAgreementAcceptances - parameters: - educationUser-id: $request.path.educationUser-id - security: - operationId: education.users.User.GetSecurity - parameters: - educationUser-id: $request.path.educationUser-id - deviceEnrollmentConfigurations: - operationId: education.users.User.ListDeviceEnrollmentConfigurations - parameters: - educationUser-id: $request.path.educationUser-id - managedDevices: - operationId: education.users.User.ListManagedDevices - parameters: - educationUser-id: $request.path.educationUser-id - managedAppRegistrations: - operationId: education.users.User.ListManagedAppRegistrations - parameters: - educationUser-id: $request.path.educationUser-id - windowsInformationProtectionDeviceRegistrations: - operationId: education.users.User.ListWindowsInformationProtectionDeviceRegistrations - parameters: - educationUser-id: $request.path.educationUser-id - deviceManagementTroubleshootingEvents: - operationId: education.users.User.ListDeviceManagementTroubleshootingEvents - parameters: - educationUser-id: $request.path.educationUser-id - mobileAppIntentAndStates: - operationId: education.users.User.ListMobileAppIntentAndStates - parameters: - educationUser-id: $request.path.educationUser-id - mobileAppTroubleshootingEvents: - operationId: education.users.User.ListMobileAppTroubleshootingEvents - parameters: - educationUser-id: $request.path.educationUser-id - notifications: - operationId: education.users.User.ListNotifications - parameters: - educationUser-id: $request.path.educationUser-id - planner: - operationId: education.users.User.GetPlanner - parameters: - educationUser-id: $request.path.educationUser-id - insights: - operationId: education.users.User.GetInsights - parameters: - educationUser-id: $request.path.educationUser-id - settings: - operationId: education.users.User.GetSettings - parameters: - educationUser-id: $request.path.educationUser-id - onenote: - operationId: education.users.User.GetOnenote - parameters: - educationUser-id: $request.path.educationUser-id - photo: - operationId: education.users.User.GetPhoto - parameters: - educationUser-id: $request.path.educationUser-id - photos: - operationId: education.users.User.ListPhotos - parameters: - educationUser-id: $request.path.educationUser-id - profile: - operationId: education.users.User.GetProfile - parameters: - educationUser-id: $request.path.educationUser-id - activities: - operationId: education.users.User.ListActivities - parameters: - educationUser-id: $request.path.educationUser-id - devices: - operationId: education.users.User.ListDevices - parameters: - educationUser-id: $request.path.educationUser-id - onlineMeetings: - operationId: education.users.User.ListOnlineMeetings - parameters: - educationUser-id: $request.path.educationUser-id - presence: - operationId: education.users.User.GetPresence - parameters: - educationUser-id: $request.path.educationUser-id - authentication: - operationId: education.users.User.GetAuthentication - parameters: - educationUser-id: $request.path.educationUser-id - chats: - operationId: education.users.User.ListChats - parameters: - educationUser-id: $request.path.educationUser-id - joinedTeams: - operationId: education.users.User.ListJoinedTeams - parameters: - educationUser-id: $request.path.educationUser-id - teamwork: - operationId: education.users.User.GetTeamwork - parameters: - educationUser-id: $request.path.educationUser-id - todo: - operationId: education.users.User.GetTodo - parameters: - educationUser-id: $request.path.educationUser-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16063,7 +15223,7 @@ paths: - userType desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -29314,6 +28474,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -34493,6 +33654,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index c32e1ff7ae2..6082f717274 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -117,7 +117,7 @@ paths: - special type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' @@ -138,7 +138,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -223,55 +223,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: drives.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - activities: - operationId: drives.ListActivities - parameters: - drive-id: $request.path.drive-id - bundles: - operationId: drives.ListBundles - parameters: - drive-id: $request.path.drive-id - following: - operationId: drives.ListFollowing - parameters: - drive-id: $request.path.drive-id - items: - operationId: drives.ListItems - parameters: - drive-id: $request.path.drive-id - list: - operationId: drives.GetList - parameters: - drive-id: $request.path.drive-id - root: - operationId: drives.GetRoot - parameters: - drive-id: $request.path.drive-id - special: - operationId: drives.ListSpecial - parameters: - drive-id: $request.path.drive-id - recent: - operationId: drives.drive.recent - search: - operationId: drives.drive.search - sharedWithMe: - operationId: drives.drive.sharedGraphWPreMe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -297,8 +254,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -403,7 +364,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -433,7 +394,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -498,23 +459,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: drives.Activities.GetDriveItem - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: drives.Activities.GetListItem - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -548,8 +498,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -692,68 +646,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: drives.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: drives.activities.DriveItem.GetWorkbook - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: drives.activities.DriveItem.ListActivities - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: drives.activities.DriveItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: drives.activities.DriveItem.ListChildren - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: drives.activities.DriveItem.GetListItem - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: drives.activities.DriveItem.ListPermissions - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: drives.activities.DriveItem.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: drives.activities.DriveItem.ListThumbnails - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: drives.activities.DriveItem.ListVersions - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -782,7 +680,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -905,53 +803,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: drives.activities.ListItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: drives.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: drives.activities.ListItem.ListActivities - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: drives.activities.ListItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: drives.activities.ListItem.ListDocumentSetVersions - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: drives.activities.ListItem.GetDriveItem - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: drives.activities.ListItem.GetFields - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: drives.activities.ListItem.ListVersions - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1144,7 +1001,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -1258,68 +1115,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.Bundles.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.Bundles.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.Bundles.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: drives.Bundles.ListActivities - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.Bundles.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.Bundles.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.Bundles.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.Bundles.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.Bundles.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.Bundles.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.Bundles.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1351,7 +1152,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1587,7 +1388,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -1701,68 +1502,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.Following.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.Following.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.Following.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: drives.Following.ListActivities - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.Following.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.Following.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.Following.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.Following.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.Following.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.Following.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.Following.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1794,7 +1539,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -2027,7 +1772,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -2057,7 +1802,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2172,100 +1917,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.Items.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.Items.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.Items.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: drives.Items.ListActivities - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.Items.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.Items.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.Items.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.Items.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.Items.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.Items.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.Items.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - assignSensitivityLabel: - operationId: drives.drive.items.driveItem.assignSensitivityLabel - checkin: - operationId: drives.drive.items.driveItem.checkin - checkout: - operationId: drives.drive.items.driveItem.checkout - copy: - operationId: drives.drive.items.driveItem.copy - createLink: - operationId: drives.drive.items.driveItem.createLink - createUploadSession: - operationId: drives.drive.items.driveItem.createUploadSession - delta: - operationId: drives.drive.items.driveItem.delta - extractSensitivityLabels: - operationId: drives.drive.items.driveItem.extractSensitivityLabels - follow: - operationId: drives.drive.items.driveItem.follow - getActivitiesByInterval: - operationId: drives.drive.items.driveItem.getActivitiesGraphBPreInterval - invite: - operationId: drives.drive.items.driveItem.invite - preview: - operationId: drives.drive.items.driveItem.preview - restore: - operationId: drives.drive.items.driveItem.restore - search: - operationId: drives.drive.items.driveItem.search - unfollow: - operationId: drives.drive.items.driveItem.unfollow - validatePermission: - operationId: drives.drive.items.driveItem.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2299,8 +1956,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2418,7 +2079,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -2490,25 +2151,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: drives.items.Activities.GetDriveItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: drives.items.Activities.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2570,28 +2218,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: drives.items.Analytics.GetAllTime - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: drives.items.Analytics.ListItemActivityStats - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: drives.items.Analytics.GetLastSevenDays - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2792,7 +2424,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -2914,79 +2546,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.items.Children.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - lastModifiedByUser: - operationId: drives.items.Children.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - workbook: - operationId: drives.items.Children.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - activities: - operationId: drives.items.Children.ListActivities - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - analytics: - operationId: drives.items.Children.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - children: - operationId: drives.items.Children.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - listItem: - operationId: drives.items.Children.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - permissions: - operationId: drives.items.Children.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - subscriptions: - operationId: drives.items.Children.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - thumbnails: - operationId: drives.items.Children.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - versions: - operationId: drives.items.Children.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3026,7 +2591,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -3106,7 +2671,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -3230,57 +2795,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: drives.items.ListItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.items.ListItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: drives.items.ListItem.ListActivities - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.items.ListItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersions: - operationId: drives.items.ListItem.ListDocumentSetVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem: - operationId: drives.items.ListItem.GetDriveItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - fields: - operationId: drives.items.ListItem.GetFields - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.items.ListItem.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - createLink: - operationId: drives.drive.items.driveItem.listItem.createLink - getActivitiesByInterval: - operationId: drives.drive.items.driveItem.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3314,8 +2834,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3433,7 +2957,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -3471,7 +2995,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3544,25 +3068,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: drives.items.listItem.Activities.GetDriveItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: drives.items.listItem.Activities.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3604,8 +3115,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3764,79 +3279,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.items.listItem.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: drives.items.listItem.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: drives.items.listItem.activities.DriveItem.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: drives.items.listItem.activities.DriveItem.ListActivities - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: drives.items.listItem.activities.DriveItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: drives.items.listItem.activities.DriveItem.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: drives.items.listItem.activities.DriveItem.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: drives.items.listItem.activities.DriveItem.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: drives.items.listItem.activities.DriveItem.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: drives.items.listItem.activities.DriveItem.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: drives.items.listItem.activities.DriveItem.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3873,7 +3321,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4012,61 +3460,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: drives.items.listItem.activities.ListItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: drives.items.listItem.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: drives.items.listItem.activities.ListItem.ListActivities - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: drives.items.listItem.activities.ListItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: drives.items.listItem.activities.ListItem.ListDocumentSetVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: drives.items.listItem.activities.ListItem.GetDriveItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: drives.items.listItem.activities.ListItem.GetFields - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: drives.items.listItem.activities.ListItem.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4125,28 +3524,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: drives.items.listItem.Analytics.GetAllTime - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: drives.items.listItem.Analytics.ListItemActivityStats - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: drives.items.listItem.Analytics.GetLastSevenDays - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4246,7 +3629,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4288,7 +3671,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4364,21 +3747,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: drives.items.listItem.DocumentSetVersions.GetFields - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: drives.drive.items.driveItem.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4420,8 +3794,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4614,68 +3992,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.items.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.items.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.items.listItem.DriveItem.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: drives.items.listItem.DriveItem.ListActivities - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.items.listItem.DriveItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.items.listItem.DriveItem.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.items.listItem.DriveItem.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.items.listItem.DriveItem.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.items.listItem.DriveItem.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.items.listItem.DriveItem.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.items.listItem.DriveItem.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4704,7 +4026,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4800,7 +4122,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4843,8 +4165,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4942,7 +4268,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5057,7 +4383,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5158,7 +4484,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5196,7 +4522,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5267,21 +4593,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: drives.items.listItem.Versions.GetFields - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: drives.drive.items.driveItem.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5323,8 +4640,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5427,7 +4748,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5474,8 +4795,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5730,7 +5055,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5802,7 +5127,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5851,7 +5176,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6030,7 +5355,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6234,7 +5559,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6284,7 +5609,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Success content: application/json: @@ -6321,7 +5646,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Success content: application/json: @@ -6436,7 +5761,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6527,7 +5852,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6602,7 +5927,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6654,7 +5979,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6841,7 +6166,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7044,7 +6369,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7082,7 +6407,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7159,17 +6484,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: drives.drive.items.driveItem.permissions.permission.grant - revokeGrants: - operationId: drives.drive.items.driveItem.permissions.permission.revokeGrants default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7211,8 +6531,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7313,7 +6637,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7386,7 +6710,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7507,7 +6831,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7545,7 +6869,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7626,15 +6950,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: drives.drive.items.driveItem.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7676,8 +6997,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7842,7 +7167,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -7880,7 +7205,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7950,7 +7275,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7997,8 +7322,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8129,7 +7458,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8167,7 +7496,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8238,15 +7567,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: drives.drive.items.driveItem.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8288,8 +7614,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8370,7 +7700,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -8537,49 +7867,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: drives.List.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.List.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - activities: - operationId: drives.List.ListActivities - parameters: - drive-id: $request.path.drive-id - columns: - operationId: drives.List.ListColumns - parameters: - drive-id: $request.path.drive-id - contentTypes: - operationId: drives.List.ListContentTypes - parameters: - drive-id: $request.path.drive-id - drive: - operationId: drives.List.GetDrive - parameters: - drive-id: $request.path.drive-id - items: - operationId: drives.List.ListItems - parameters: - drive-id: $request.path.drive-id - operations: - operationId: drives.List.ListOperations - parameters: - drive-id: $request.path.drive-id - subscriptions: - operationId: drives.List.ListSubscriptions - parameters: - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8605,8 +7898,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8708,7 +8005,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -8738,7 +8035,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8904,7 +8201,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8938,7 +8235,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9028,18 +8325,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: drives.list.Columns.GetSourceColumn - parameters: - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9073,8 +8364,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9194,18 +8489,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: drives.list.columns.SourceColumn.GetSourceColumn - parameters: - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9323,7 +8612,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -9353,7 +8642,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9434,48 +8723,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: drives.list.ContentTypes.GetBase - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: drives.list.ContentTypes.ListBaseTypes - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: drives.list.ContentTypes.ListColumnLinks - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: drives.list.ContentTypes.ListColumnPositions - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: drives.list.ContentTypes.ListColumns - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: drives.drive.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: drives.drive.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: drives.drive.list.contentTypes.contentType.isPublished - publish: - operationId: drives.drive.list.contentTypes.contentType.publish - unpublish: - operationId: drives.drive.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9509,8 +8762,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9621,38 +8878,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: drives.list.contentTypes.Base.GetBase - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: drives.list.contentTypes.Base.ListBaseTypes - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: drives.list.contentTypes.Base.ListColumnLinks - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: drives.list.contentTypes.Base.ListColumnPositions - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: drives.list.contentTypes.Base.ListColumns - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9775,7 +9006,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -9864,43 +9095,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: drives.list.contentTypes.BaseTypes.GetBase - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: drives.list.contentTypes.BaseTypes.ListBaseTypes - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: drives.list.contentTypes.BaseTypes.ListColumnLinks - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: drives.list.contentTypes.BaseTypes.ListColumnPositions - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: drives.list.contentTypes.BaseTypes.ListColumns - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9974,7 +9174,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -10012,7 +9212,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10079,7 +9279,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10126,8 +9326,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10335,7 +9539,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -10433,19 +9637,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: drives.list.contentTypes.ColumnPositions.GetSourceColumn - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10614,7 +9811,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -10656,7 +9853,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10755,19 +9952,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: drives.list.contentTypes.Columns.GetSourceColumn - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10809,8 +9999,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10946,19 +10140,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: drives.list.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11085,7 +10272,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -11198,7 +10385,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11239,7 +10426,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11341,7 +10528,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11437,49 +10624,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: drives.list.Drive.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.list.Drive.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - activities: - operationId: drives.list.Drive.ListActivities - parameters: - drive-id: $request.path.drive-id - bundles: - operationId: drives.list.Drive.ListBundles - parameters: - drive-id: $request.path.drive-id - following: - operationId: drives.list.Drive.ListFollowing - parameters: - drive-id: $request.path.drive-id - items: - operationId: drives.list.Drive.ListItems - parameters: - drive-id: $request.path.drive-id - list: - operationId: drives.list.Drive.GetList - parameters: - drive-id: $request.path.drive-id - root: - operationId: drives.list.Drive.GetRoot - parameters: - drive-id: $request.path.drive-id - special: - operationId: drives.list.Drive.ListSpecial - parameters: - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11597,7 +10747,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -11631,7 +10781,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11717,57 +10867,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: drives.list.Items.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: drives.list.Items.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - activities: - operationId: drives.list.Items.ListActivities - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: drives.list.Items.GetAnalytics - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: drives.list.Items.ListDocumentSetVersions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: drives.list.Items.GetDriveItem - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - fields: - operationId: drives.list.Items.GetFields - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: drives.list.Items.ListVersions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - createLink: - operationId: drives.drive.list.items.listItem.createLink - getActivitiesByInterval: - operationId: drives.drive.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11801,8 +10906,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11920,7 +11029,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -11958,7 +11067,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12031,25 +11140,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: drives.list.items.Activities.GetDriveItem - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: drives.list.items.Activities.GetListItem - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12091,8 +11187,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12251,79 +11351,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.list.items.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: drives.list.items.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: drives.list.items.activities.DriveItem.GetWorkbook - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: drives.list.items.activities.DriveItem.ListActivities - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: drives.list.items.activities.DriveItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: drives.list.items.activities.DriveItem.ListChildren - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: drives.list.items.activities.DriveItem.GetListItem - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: drives.list.items.activities.DriveItem.ListPermissions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: drives.list.items.activities.DriveItem.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: drives.list.items.activities.DriveItem.ListThumbnails - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: drives.list.items.activities.DriveItem.ListVersions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12360,7 +11393,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -12499,61 +11532,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: drives.list.items.activities.ListItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: drives.list.items.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: drives.list.items.activities.ListItem.ListActivities - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: drives.list.items.activities.ListItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: drives.list.items.activities.ListItem.ListDocumentSetVersions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: drives.list.items.activities.ListItem.GetDriveItem - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: drives.list.items.activities.ListItem.GetFields - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: drives.list.items.activities.ListItem.ListVersions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12612,28 +11596,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: drives.list.items.Analytics.GetAllTime - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: drives.list.items.Analytics.ListItemActivityStats - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: drives.list.items.Analytics.GetLastSevenDays - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12733,7 +11701,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -12775,7 +11743,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12851,21 +11819,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: drives.list.items.DocumentSetVersions.GetFields - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: drives.drive.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12907,8 +11866,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13101,68 +12064,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.list.items.DriveItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: drives.list.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - workbook: - operationId: drives.list.items.DriveItem.GetWorkbook - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - activities: - operationId: drives.list.items.DriveItem.ListActivities - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: drives.list.items.DriveItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - children: - operationId: drives.list.items.DriveItem.ListChildren - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItem: - operationId: drives.list.items.DriveItem.GetListItem - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - permissions: - operationId: drives.list.items.DriveItem.ListPermissions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: drives.list.items.DriveItem.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: drives.list.items.DriveItem.ListThumbnails - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: drives.list.items.DriveItem.ListVersions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13191,7 +12098,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -13287,7 +12194,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13330,8 +12237,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13429,7 +12340,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13544,7 +12455,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -13645,7 +12556,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -13683,7 +12594,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13754,21 +12665,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: drives.list.items.Versions.GetFields - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: drives.drive.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13810,8 +12712,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13914,7 +12820,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13961,8 +12867,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14135,7 +13045,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14259,7 +13169,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14371,7 +13281,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -14401,7 +13311,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14468,7 +13378,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14507,8 +13417,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14650,7 +13564,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -14680,7 +13594,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14753,15 +13667,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: drives.drive.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14795,8 +13706,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15025,7 +13940,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' @@ -15203,7 +14118,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/searchResponse' default: $ref: '#/components/responses/error' @@ -15373,7 +14288,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' @@ -15482,89 +14397,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.Root.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.Root.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - workbook: - operationId: drives.Root.GetWorkbook - parameters: - drive-id: $request.path.drive-id - activities: - operationId: drives.Root.ListActivities - parameters: - drive-id: $request.path.drive-id - analytics: - operationId: drives.Root.GetAnalytics - parameters: - drive-id: $request.path.drive-id - children: - operationId: drives.Root.ListChildren - parameters: - drive-id: $request.path.drive-id - listItem: - operationId: drives.Root.GetListItem - parameters: - drive-id: $request.path.drive-id - permissions: - operationId: drives.Root.ListPermissions - parameters: - drive-id: $request.path.drive-id - subscriptions: - operationId: drives.Root.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - thumbnails: - operationId: drives.Root.ListThumbnails - parameters: - drive-id: $request.path.drive-id - versions: - operationId: drives.Root.ListVersions - parameters: - drive-id: $request.path.drive-id - assignSensitivityLabel: - operationId: drives.drive.root.assignSensitivityLabel - checkin: - operationId: drives.drive.root.checkin - checkout: - operationId: drives.drive.root.checkout - copy: - operationId: drives.drive.root.copy - createLink: - operationId: drives.drive.root.createLink - createUploadSession: - operationId: drives.drive.root.createUploadSession - delta: - operationId: drives.drive.root.delta - extractSensitivityLabels: - operationId: drives.drive.root.extractSensitivityLabels - follow: - operationId: drives.drive.root.follow - getActivitiesByInterval: - operationId: drives.drive.root.getActivitiesGraphBPreInterval - invite: - operationId: drives.drive.root.invite - preview: - operationId: drives.drive.root.preview - restore: - operationId: drives.drive.root.restore - search: - operationId: drives.drive.root.search - unfollow: - operationId: drives.drive.root.unfollow - validatePermission: - operationId: drives.drive.root.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15590,8 +14428,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15693,7 +14535,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -15757,23 +14599,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: drives.root.Activities.GetDriveItem - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: drives.root.Activities.GetListItem - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15827,25 +14658,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: drives.root.Analytics.GetAllTime - parameters: - drive-id: $request.path.drive-id - itemActivityStats: - operationId: drives.root.Analytics.ListItemActivityStats - parameters: - drive-id: $request.path.drive-id - lastSevenDays: - operationId: drives.root.Analytics.GetLastSevenDays - parameters: - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16038,7 +14856,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -16152,68 +14970,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.root.Children.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.root.Children.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.root.Children.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: drives.root.Children.ListActivities - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.root.Children.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.root.Children.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.root.Children.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.root.Children.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.root.Children.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.root.Children.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.root.Children.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16245,7 +15007,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16312,7 +15074,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16420,49 +15182,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: drives.root.ListItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.root.ListItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - activities: - operationId: drives.root.ListItem.ListActivities - parameters: - drive-id: $request.path.drive-id - analytics: - operationId: drives.root.ListItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - documentSetVersions: - operationId: drives.root.ListItem.ListDocumentSetVersions - parameters: - drive-id: $request.path.drive-id - driveItem: - operationId: drives.root.ListItem.GetDriveItem - parameters: - drive-id: $request.path.drive-id - fields: - operationId: drives.root.ListItem.GetFields - parameters: - drive-id: $request.path.drive-id - versions: - operationId: drives.root.ListItem.ListVersions - parameters: - drive-id: $request.path.drive-id - createLink: - operationId: drives.drive.root.listItem.createLink - getActivitiesByInterval: - operationId: drives.drive.root.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16488,8 +15213,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16591,7 +15320,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -16621,7 +15350,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16686,23 +15415,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: drives.root.listItem.Activities.GetDriveItem - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: drives.root.listItem.Activities.GetListItem - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16736,8 +15454,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16880,68 +15602,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.root.listItem.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: drives.root.listItem.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: drives.root.listItem.activities.DriveItem.GetWorkbook - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: drives.root.listItem.activities.DriveItem.ListActivities - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: drives.root.listItem.activities.DriveItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: drives.root.listItem.activities.DriveItem.ListChildren - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: drives.root.listItem.activities.DriveItem.GetListItem - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: drives.root.listItem.activities.DriveItem.ListPermissions - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: drives.root.listItem.activities.DriveItem.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: drives.root.listItem.activities.DriveItem.ListThumbnails - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: drives.root.listItem.activities.DriveItem.ListVersions - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16970,7 +15636,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -17093,53 +15759,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: drives.root.listItem.activities.ListItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: drives.root.listItem.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: drives.root.listItem.activities.ListItem.ListActivities - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: drives.root.listItem.activities.ListItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: drives.root.listItem.activities.ListItem.ListDocumentSetVersions - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: drives.root.listItem.activities.ListItem.GetDriveItem - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: drives.root.listItem.activities.ListItem.GetFields - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: drives.root.listItem.activities.ListItem.ListVersions - parameters: - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17190,25 +15815,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: drives.root.listItem.Analytics.GetAllTime - parameters: - drive-id: $request.path.drive-id - itemActivityStats: - operationId: drives.root.listItem.Analytics.ListItemActivityStats - parameters: - drive-id: $request.path.drive-id - lastSevenDays: - operationId: drives.root.listItem.Analytics.GetLastSevenDays - parameters: - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17300,7 +15912,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -17334,7 +15946,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17402,20 +16014,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: drives.root.listItem.DocumentSetVersions.GetFields - parameters: - drive-id: $request.path.drive-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: drives.drive.root.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17449,8 +16053,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17619,57 +16227,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.root.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.root.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - workbook: - operationId: drives.root.listItem.DriveItem.GetWorkbook - parameters: - drive-id: $request.path.drive-id - activities: - operationId: drives.root.listItem.DriveItem.ListActivities - parameters: - drive-id: $request.path.drive-id - analytics: - operationId: drives.root.listItem.DriveItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - children: - operationId: drives.root.listItem.DriveItem.ListChildren - parameters: - drive-id: $request.path.drive-id - listItem: - operationId: drives.root.listItem.DriveItem.GetListItem - parameters: - drive-id: $request.path.drive-id - permissions: - operationId: drives.root.listItem.DriveItem.ListPermissions - parameters: - drive-id: $request.path.drive-id - subscriptions: - operationId: drives.root.listItem.DriveItem.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - thumbnails: - operationId: drives.root.listItem.DriveItem.ListThumbnails - parameters: - drive-id: $request.path.drive-id - versions: - operationId: drives.root.listItem.DriveItem.ListVersions - parameters: - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17690,7 +16253,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -17770,7 +16333,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17805,8 +16368,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17888,7 +16455,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17995,7 +16562,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -18088,7 +16655,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -18118,7 +16685,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18181,20 +16748,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: drives.root.listItem.Versions.GetFields - parameters: - drive-id: $request.path.drive-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: drives.drive.root.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18228,8 +16787,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18316,7 +16879,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18355,8 +16918,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18563,7 +17130,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18627,7 +17194,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18668,7 +17235,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18839,7 +17406,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -19035,7 +17602,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -19077,7 +17644,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Success content: application/json: @@ -19106,7 +17673,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Success content: application/json: @@ -19213,7 +17780,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -19296,7 +17863,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19363,7 +17930,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19407,7 +17974,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19586,7 +18153,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -19765,7 +18332,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -19795,7 +18362,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19864,17 +18431,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: drives.drive.root.permissions.permission.grant - revokeGrants: - operationId: drives.drive.root.permissions.permission.revokeGrants default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19908,8 +18470,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19994,7 +18560,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20059,7 +18625,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20172,7 +18738,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -20202,7 +18768,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20275,15 +18841,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: drives.drive.root.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20317,8 +18880,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20459,7 +19026,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -20489,7 +19056,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20551,7 +19118,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20590,8 +19157,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20706,7 +19277,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -20736,7 +19307,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20799,15 +19370,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: drives.drive.root.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20841,8 +19409,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20907,7 +19479,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -21172,7 +19744,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -21286,68 +19858,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.Special.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.Special.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.Special.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: drives.Special.ListActivities - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.Special.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.Special.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.Special.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.Special.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.Special.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.Special.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.Special.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21376,7 +19892,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -21499,49 +20015,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.Drive.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - lastModifiedByUser: - operationId: groups.Drive.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - activities: - operationId: groups.Drive.ListActivities - parameters: - group-id: $request.path.group-id - bundles: - operationId: groups.Drive.ListBundles - parameters: - group-id: $request.path.group-id - following: - operationId: groups.Drive.ListFollowing - parameters: - group-id: $request.path.group-id - items: - operationId: groups.Drive.ListItems - parameters: - group-id: $request.path.group-id - list: - operationId: groups.Drive.GetList - parameters: - group-id: $request.path.group-id - root: - operationId: groups.Drive.GetRoot - parameters: - group-id: $request.path.group-id - special: - operationId: groups.Drive.ListSpecial - parameters: - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21667,7 +20146,7 @@ paths: - special type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' @@ -21697,7 +20176,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21787,64 +20266,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.Drives.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.Drives.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - activities: - operationId: groups.Drives.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - bundles: - operationId: groups.Drives.ListBundles - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - following: - operationId: groups.Drives.ListFollowing - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - items: - operationId: groups.Drives.ListItems - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - list: - operationId: groups.Drives.GetList - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - root: - operationId: groups.Drives.GetRoot - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - special: - operationId: groups.Drives.ListSpecial - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - recent: - operationId: groups.group.drives.drive.recent - search: - operationId: groups.group.drives.drive.search - sharedWithMe: - operationId: groups.group.drives.drive.sharedGraphWPreMe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21878,8 +20305,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22000,7 +20431,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -22038,7 +20469,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22111,25 +20542,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: groups.drives.Activities.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.drives.Activities.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22171,8 +20589,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22331,79 +20753,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: groups.drives.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: groups.drives.activities.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: groups.drives.activities.DriveItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: groups.drives.activities.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: groups.drives.activities.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.drives.activities.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: groups.drives.activities.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: groups.drives.activities.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: groups.drives.activities.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: groups.drives.activities.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22440,7 +20795,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -22579,61 +20934,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.drives.activities.ListItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: groups.drives.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: groups.drives.activities.ListItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: groups.drives.activities.ListItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: groups.drives.activities.ListItem.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: groups.drives.activities.ListItem.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: groups.drives.activities.ListItem.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: groups.drives.activities.ListItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22834,7 +21140,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -22956,79 +21262,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.Bundles.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.Bundles.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.Bundles.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: groups.drives.Bundles.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.Bundles.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.Bundles.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.Bundles.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.Bundles.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.Bundles.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.Bundles.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.Bundles.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23068,7 +21307,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -23320,7 +21559,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -23442,79 +21681,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.Following.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.Following.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.Following.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: groups.drives.Following.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.Following.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.Following.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.Following.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.Following.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.Following.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.Following.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.Following.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23554,7 +21726,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -23803,7 +21975,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -23841,7 +22013,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23964,111 +22136,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.Items.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.Items.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.Items.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: groups.drives.Items.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.Items.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.Items.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.Items.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.Items.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.Items.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.Items.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.Items.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - assignSensitivityLabel: - operationId: groups.group.drives.drive.items.driveItem.assignSensitivityLabel - checkin: - operationId: groups.group.drives.drive.items.driveItem.checkin - checkout: - operationId: groups.group.drives.drive.items.driveItem.checkout - copy: - operationId: groups.group.drives.drive.items.driveItem.copy - createLink: - operationId: groups.group.drives.drive.items.driveItem.createLink - createUploadSession: - operationId: groups.group.drives.drive.items.driveItem.createUploadSession - delta: - operationId: groups.group.drives.drive.items.driveItem.delta - extractSensitivityLabels: - operationId: groups.group.drives.drive.items.driveItem.extractSensitivityLabels - follow: - operationId: groups.group.drives.drive.items.driveItem.follow - getActivitiesByInterval: - operationId: groups.group.drives.drive.items.driveItem.getActivitiesGraphBPreInterval - invite: - operationId: groups.group.drives.drive.items.driveItem.invite - preview: - operationId: groups.group.drives.drive.items.driveItem.preview - restore: - operationId: groups.group.drives.drive.items.driveItem.restore - search: - operationId: groups.group.drives.drive.items.driveItem.search - unfollow: - operationId: groups.group.drives.drive.items.driveItem.unfollow - validatePermission: - operationId: groups.group.drives.drive.items.driveItem.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24110,8 +22183,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24245,7 +22322,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -24325,27 +22402,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: groups.drives.items.Activities.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.drives.items.Activities.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24415,31 +22477,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.drives.items.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: groups.drives.items.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: groups.drives.items.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24648,7 +22691,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -24778,90 +22821,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.items.Children.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - lastModifiedByUser: - operationId: groups.drives.items.Children.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - workbook: - operationId: groups.drives.items.Children.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - activities: - operationId: groups.drives.items.Children.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - analytics: - operationId: groups.drives.items.Children.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - children: - operationId: groups.drives.items.Children.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - listItem: - operationId: groups.drives.items.Children.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - permissions: - operationId: groups.drives.items.Children.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - subscriptions: - operationId: groups.drives.items.Children.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - thumbnails: - operationId: groups.drives.items.Children.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - versions: - operationId: groups.drives.items.Children.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24909,7 +22874,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -25005,7 +22970,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -25145,65 +23110,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.drives.items.ListItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.items.ListItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: groups.drives.items.ListItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.items.ListItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersions: - operationId: groups.drives.items.ListItem.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem: - operationId: groups.drives.items.ListItem.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - fields: - operationId: groups.drives.items.ListItem.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.items.ListItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - createLink: - operationId: groups.group.drives.drive.items.driveItem.listItem.createLink - getActivitiesByInterval: - operationId: groups.group.drives.drive.items.driveItem.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25245,8 +23157,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25380,7 +23296,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -25426,7 +23342,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25507,27 +23423,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: groups.drives.items.listItem.Activities.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.drives.items.listItem.Activities.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25577,8 +23478,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25753,90 +23658,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.items.listItem.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: groups.drives.items.listItem.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: groups.drives.items.listItem.activities.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: groups.drives.items.listItem.activities.DriveItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: groups.drives.items.listItem.activities.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: groups.drives.items.listItem.activities.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.drives.items.listItem.activities.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: groups.drives.items.listItem.activities.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: groups.drives.items.listItem.activities.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: groups.drives.items.listItem.activities.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: groups.drives.items.listItem.activities.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25881,7 +23708,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -26036,69 +23863,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.drives.items.listItem.activities.ListItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: groups.drives.items.listItem.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: groups.drives.items.listItem.activities.ListItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: groups.drives.items.listItem.activities.ListItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: groups.drives.items.listItem.activities.ListItem.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: groups.drives.items.listItem.activities.ListItem.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: groups.drives.items.listItem.activities.ListItem.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: groups.drives.items.listItem.activities.ListItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26165,31 +23935,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.drives.items.listItem.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: groups.drives.items.listItem.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: groups.drives.items.listItem.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26297,7 +24048,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -26347,7 +24098,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26431,22 +24182,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: groups.drives.items.listItem.DocumentSetVersions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: groups.group.drives.drive.items.driveItem.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26496,8 +24237,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26665,79 +24410,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.items.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.items.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.items.listItem.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: groups.drives.items.listItem.DriveItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.items.listItem.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.items.listItem.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.items.listItem.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.items.listItem.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.items.listItem.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.items.listItem.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.items.listItem.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26774,7 +24452,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -26886,7 +24564,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26937,8 +24615,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27070,7 +24752,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -27116,7 +24798,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27195,22 +24877,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: groups.drives.items.listItem.Versions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: groups.group.drives.drive.items.driveItem.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27260,8 +24932,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27380,7 +25056,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27435,8 +25111,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27601,7 +25281,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -27647,7 +25327,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27732,17 +25412,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: groups.group.drives.drive.items.driveItem.permissions.permission.grant - revokeGrants: - operationId: groups.group.drives.drive.items.driveItem.permissions.permission.revokeGrants default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27792,8 +25467,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27967,7 +25646,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -28013,7 +25692,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28102,15 +25781,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: groups.group.drives.drive.items.driveItem.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28160,8 +25836,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28305,7 +25985,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -28351,7 +26031,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28429,7 +26109,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28484,8 +26164,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28632,7 +26316,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -28678,7 +26362,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28757,15 +26441,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: groups.group.drives.drive.items.driveItem.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28815,8 +26496,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28913,7 +26598,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -29055,58 +26740,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: groups.drives.List.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.drives.List.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - activities: - operationId: groups.drives.List.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - columns: - operationId: groups.drives.List.ListColumns - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentTypes: - operationId: groups.drives.List.ListContentTypes - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - drive: - operationId: groups.drives.List.GetDrive - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - items: - operationId: groups.drives.List.ListItems - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - operations: - operationId: groups.drives.List.ListOperations - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - subscriptions: - operationId: groups.drives.List.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29140,8 +26779,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29259,7 +26902,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -29297,7 +26940,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29471,7 +27114,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -29513,7 +27156,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29611,19 +27254,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.drives.list.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29665,8 +27301,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29802,19 +27442,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.drives.list.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29940,7 +27573,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -29978,7 +27611,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30067,53 +27700,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.drives.list.ContentTypes.GetBase - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.drives.list.ContentTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.drives.list.ContentTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.drives.list.ContentTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.drives.list.ContentTypes.ListColumns - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: groups.group.drives.drive.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: groups.group.drives.drive.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: groups.group.drives.drive.list.contentTypes.contentType.isPublished - publish: - operationId: groups.group.drives.drive.list.contentTypes.contentType.publish - unpublish: - operationId: groups.group.drives.drive.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30155,8 +27747,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30283,43 +27879,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.drives.list.contentTypes.Base.GetBase - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.drives.list.contentTypes.Base.ListBaseTypes - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.drives.list.contentTypes.Base.ListColumnLinks - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.drives.list.contentTypes.Base.ListColumnPositions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.drives.list.contentTypes.Base.ListColumns - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30450,7 +28015,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -30547,48 +28112,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.drives.list.contentTypes.BaseTypes.GetBase - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: groups.drives.list.contentTypes.BaseTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: groups.drives.list.contentTypes.BaseTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: groups.drives.list.contentTypes.BaseTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: groups.drives.list.contentTypes.BaseTypes.ListColumns - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30670,7 +28199,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -30716,7 +28245,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30791,7 +28320,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30846,8 +28375,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31071,7 +28604,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -31177,20 +28710,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.drives.list.contentTypes.ColumnPositions.GetSourceColumn - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31367,7 +28892,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -31417,7 +28942,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31524,20 +29049,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.drives.list.contentTypes.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31587,8 +29104,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31740,20 +29261,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.drives.list.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31838,58 +29351,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.drives.list.Drive.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.drives.list.Drive.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - activities: - operationId: groups.drives.list.Drive.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - bundles: - operationId: groups.drives.list.Drive.ListBundles - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - following: - operationId: groups.drives.list.Drive.ListFollowing - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - items: - operationId: groups.drives.list.Drive.ListItems - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - list: - operationId: groups.drives.list.Drive.GetList - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - root: - operationId: groups.drives.list.Drive.GetRoot - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - special: - operationId: groups.drives.list.Drive.ListSpecial - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32015,7 +29482,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -32057,7 +29524,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32151,65 +29618,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.drives.list.Items.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: groups.drives.list.Items.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - activities: - operationId: groups.drives.list.Items.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: groups.drives.list.Items.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: groups.drives.list.Items.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: groups.drives.list.Items.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - fields: - operationId: groups.drives.list.Items.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: groups.drives.list.Items.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - createLink: - operationId: groups.group.drives.drive.list.items.listItem.createLink - getActivitiesByInterval: - operationId: groups.group.drives.drive.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32251,8 +29665,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32386,7 +29804,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -32432,7 +29850,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32513,27 +29931,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: groups.drives.list.items.Activities.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.drives.list.items.Activities.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32583,8 +29986,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32759,90 +30166,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.list.items.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: groups.drives.list.items.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: groups.drives.list.items.activities.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: groups.drives.list.items.activities.DriveItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: groups.drives.list.items.activities.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: groups.drives.list.items.activities.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.drives.list.items.activities.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: groups.drives.list.items.activities.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: groups.drives.list.items.activities.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: groups.drives.list.items.activities.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: groups.drives.list.items.activities.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32887,7 +30216,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -33042,69 +30371,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.drives.list.items.activities.ListItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: groups.drives.list.items.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: groups.drives.list.items.activities.ListItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: groups.drives.list.items.activities.ListItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: groups.drives.list.items.activities.ListItem.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: groups.drives.list.items.activities.ListItem.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: groups.drives.list.items.activities.ListItem.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: groups.drives.list.items.activities.ListItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33171,31 +30443,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.drives.list.items.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: groups.drives.list.items.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: groups.drives.list.items.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33303,7 +30556,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -33353,7 +30606,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33437,22 +30690,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: groups.drives.list.items.DocumentSetVersions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: groups.group.drives.drive.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33502,8 +30745,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33671,79 +30918,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.list.items.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: groups.drives.list.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - workbook: - operationId: groups.drives.list.items.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - activities: - operationId: groups.drives.list.items.DriveItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: groups.drives.list.items.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - children: - operationId: groups.drives.list.items.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItem: - operationId: groups.drives.list.items.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - permissions: - operationId: groups.drives.list.items.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: groups.drives.list.items.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: groups.drives.list.items.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: groups.drives.list.items.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33780,7 +30960,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -33892,7 +31072,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33943,8 +31123,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34076,7 +31260,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -34122,7 +31306,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34201,22 +31385,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: groups.drives.list.items.Versions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: groups.group.drives.drive.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34266,8 +31440,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34386,7 +31564,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34441,8 +31619,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34590,7 +31772,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -34628,7 +31810,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34703,7 +31885,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34750,8 +31932,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34909,7 +32095,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -34947,7 +32133,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35028,15 +32214,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: groups.group.drives.drive.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35078,8 +32261,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35234,100 +32421,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.Root.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.drives.Root.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - workbook: - operationId: groups.drives.Root.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - activities: - operationId: groups.drives.Root.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - analytics: - operationId: groups.drives.Root.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - children: - operationId: groups.drives.Root.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem: - operationId: groups.drives.Root.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - permissions: - operationId: groups.drives.Root.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - subscriptions: - operationId: groups.drives.Root.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - thumbnails: - operationId: groups.drives.Root.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - versions: - operationId: groups.drives.Root.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - assignSensitivityLabel: - operationId: groups.group.drives.drive.root.assignSensitivityLabel - checkin: - operationId: groups.group.drives.drive.root.checkin - checkout: - operationId: groups.group.drives.drive.root.checkout - copy: - operationId: groups.group.drives.drive.root.copy - createLink: - operationId: groups.group.drives.drive.root.createLink - createUploadSession: - operationId: groups.group.drives.drive.root.createUploadSession - delta: - operationId: groups.group.drives.drive.root.delta - extractSensitivityLabels: - operationId: groups.group.drives.drive.root.extractSensitivityLabels - follow: - operationId: groups.group.drives.drive.root.follow - getActivitiesByInterval: - operationId: groups.group.drives.drive.root.getActivitiesGraphBPreInterval - invite: - operationId: groups.group.drives.drive.root.invite - preview: - operationId: groups.group.drives.drive.root.preview - restore: - operationId: groups.group.drives.drive.root.restore - search: - operationId: groups.group.drives.drive.root.search - unfollow: - operationId: groups.group.drives.drive.root.unfollow - validatePermission: - operationId: groups.group.drives.drive.root.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35361,8 +32460,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35480,7 +32583,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -35552,25 +32655,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: groups.drives.root.Activities.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.drives.root.Activities.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35632,28 +32722,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.drives.root.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityStats: - operationId: groups.drives.root.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastSevenDays: - operationId: groups.drives.root.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35854,7 +32928,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -35976,79 +33050,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.root.Children.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.root.Children.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.root.Children.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: groups.drives.root.Children.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.root.Children.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.root.Children.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.root.Children.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.root.Children.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.root.Children.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.root.Children.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.root.Children.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36088,7 +33095,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -36171,7 +33178,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -36295,57 +33302,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.drives.root.ListItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.drives.root.ListItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - activities: - operationId: groups.drives.root.ListItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - analytics: - operationId: groups.drives.root.ListItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - documentSetVersions: - operationId: groups.drives.root.ListItem.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem: - operationId: groups.drives.root.ListItem.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - fields: - operationId: groups.drives.root.ListItem.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - versions: - operationId: groups.drives.root.ListItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - createLink: - operationId: groups.group.drives.drive.root.listItem.createLink - getActivitiesByInterval: - operationId: groups.group.drives.drive.root.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36379,8 +33341,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36498,7 +33464,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -36536,7 +33502,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36609,25 +33575,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: groups.drives.root.listItem.Activities.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.drives.root.listItem.Activities.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36669,8 +33622,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36829,79 +33786,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.root.listItem.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: groups.drives.root.listItem.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: groups.drives.root.listItem.activities.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: groups.drives.root.listItem.activities.DriveItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: groups.drives.root.listItem.activities.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: groups.drives.root.listItem.activities.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.drives.root.listItem.activities.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: groups.drives.root.listItem.activities.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: groups.drives.root.listItem.activities.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: groups.drives.root.listItem.activities.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: groups.drives.root.listItem.activities.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36938,7 +33828,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -37077,61 +33967,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.drives.root.listItem.activities.ListItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: groups.drives.root.listItem.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: groups.drives.root.listItem.activities.ListItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: groups.drives.root.listItem.activities.ListItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: groups.drives.root.listItem.activities.ListItem.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: groups.drives.root.listItem.activities.ListItem.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: groups.drives.root.listItem.activities.ListItem.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: groups.drives.root.listItem.activities.ListItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37190,28 +34031,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.drives.root.listItem.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityStats: - operationId: groups.drives.root.listItem.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastSevenDays: - operationId: groups.drives.root.listItem.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37311,7 +34136,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -37353,7 +34178,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37429,21 +34254,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: groups.drives.root.listItem.DocumentSetVersions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: groups.group.drives.drive.root.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37485,8 +34301,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37638,68 +34458,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.root.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.drives.root.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - workbook: - operationId: groups.drives.root.listItem.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - activities: - operationId: groups.drives.root.listItem.DriveItem.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - analytics: - operationId: groups.drives.root.listItem.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - children: - operationId: groups.drives.root.listItem.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem: - operationId: groups.drives.root.listItem.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - permissions: - operationId: groups.drives.root.listItem.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - subscriptions: - operationId: groups.drives.root.listItem.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - thumbnails: - operationId: groups.drives.root.listItem.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - versions: - operationId: groups.drives.root.listItem.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37728,7 +34492,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -37824,7 +34588,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37867,8 +34631,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37984,7 +34752,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -38022,7 +34790,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38093,21 +34861,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: groups.drives.root.listItem.Versions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: groups.group.drives.drive.root.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38149,8 +34908,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38253,7 +35016,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38300,8 +35063,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38450,7 +35217,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -38488,7 +35255,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38565,17 +35332,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: groups.group.drives.drive.root.permissions.permission.grant - revokeGrants: - operationId: groups.group.drives.drive.root.permissions.permission.revokeGrants default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38617,8 +35379,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38776,7 +35542,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -38814,7 +35580,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38895,15 +35661,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: groups.group.drives.drive.root.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38945,8 +35708,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39074,7 +35841,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -39112,7 +35879,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39182,7 +35949,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39229,8 +35996,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39361,7 +36132,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -39399,7 +36170,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39470,15 +36241,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: groups.group.drives.drive.root.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39520,8 +36288,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39602,7 +36374,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -39850,7 +36622,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -39972,79 +36744,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.Special.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.Special.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.Special.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: groups.drives.Special.ListActivities - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.Special.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.Special.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.Special.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.Special.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.Special.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.Special.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.Special.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40081,7 +36786,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -40235,7 +36940,7 @@ paths: - site type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedDriveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -40256,7 +36961,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -40337,49 +37042,12 @@ paths: - site type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' - links: - createdByUser: - operationId: shares.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem: - operationId: shares.GetDriveItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - items: - operationId: shares.ListItems - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - list: - operationId: shares.GetList - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem: - operationId: shares.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - permission: - operationId: shares.GetPermission - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - root: - operationId: shares.GetRoot - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - site: - operationId: shares.GetSite - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40405,8 +37073,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40537,57 +37209,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.DriveItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.DriveItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - workbook: - operationId: shares.DriveItem.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - activities: - operationId: shares.DriveItem.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - analytics: - operationId: shares.DriveItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - children: - operationId: shares.DriveItem.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem: - operationId: shares.DriveItem.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - permissions: - operationId: shares.DriveItem.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - subscriptions: - operationId: shares.DriveItem.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - thumbnails: - operationId: shares.DriveItem.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - versions: - operationId: shares.DriveItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40611,7 +37238,7 @@ paths: type: string x-ms-docs-key-type: sharedDriveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -40836,7 +37463,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -40950,68 +37577,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.Items.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: shares.Items.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: shares.Items.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: shares.Items.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: shares.Items.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - children: - operationId: shares.Items.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: shares.Items.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: shares.Items.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: shares.Items.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: shares.Items.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: shares.Items.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41040,7 +37611,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -41159,49 +37730,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: shares.List.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.List.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - activities: - operationId: shares.List.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - columns: - operationId: shares.List.ListColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentTypes: - operationId: shares.List.ListContentTypes - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - drive: - operationId: shares.List.GetDrive - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - items: - operationId: shares.List.ListItems - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - operations: - operationId: shares.List.ListOperations - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - subscriptions: - operationId: shares.List.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41227,8 +37761,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41330,7 +37868,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -41360,7 +37898,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41526,7 +38064,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -41560,7 +38098,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41650,18 +38188,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: shares.list.Columns.GetSourceColumn - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41695,8 +38227,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41816,18 +38352,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: shares.list.columns.SourceColumn.GetSourceColumn - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41945,7 +38475,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -41975,7 +38505,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42056,48 +38586,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: shares.list.ContentTypes.GetBase - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: shares.list.ContentTypes.ListBaseTypes - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: shares.list.ContentTypes.ListColumnLinks - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: shares.list.ContentTypes.ListColumnPositions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columns: - operationId: shares.list.ContentTypes.ListColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: shares.sharedDriveItem.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: shares.sharedDriveItem.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: shares.sharedDriveItem.list.contentTypes.contentType.isPublished - publish: - operationId: shares.sharedDriveItem.list.contentTypes.contentType.publish - unpublish: - operationId: shares.sharedDriveItem.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42131,8 +38625,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42243,38 +38741,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: shares.list.contentTypes.Base.GetBase - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: shares.list.contentTypes.Base.ListBaseTypes - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: shares.list.contentTypes.Base.ListColumnLinks - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: shares.list.contentTypes.Base.ListColumnPositions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columns: - operationId: shares.list.contentTypes.Base.ListColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42397,7 +38869,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -42486,43 +38958,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: shares.list.contentTypes.BaseTypes.GetBase - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: shares.list.contentTypes.BaseTypes.ListBaseTypes - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: shares.list.contentTypes.BaseTypes.ListColumnLinks - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: shares.list.contentTypes.BaseTypes.ListColumnPositions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: shares.list.contentTypes.BaseTypes.ListColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42596,7 +39037,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -42634,7 +39075,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42701,7 +39142,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42748,8 +39189,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42957,7 +39402,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -43055,19 +39500,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: shares.list.contentTypes.ColumnPositions.GetSourceColumn - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43236,7 +39674,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -43278,7 +39716,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43377,19 +39815,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: shares.list.contentTypes.Columns.GetSourceColumn - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43431,8 +39862,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43568,19 +40003,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: shares.list.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43707,7 +40135,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -43820,7 +40248,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -43861,7 +40289,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -43963,7 +40391,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -44059,49 +40487,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: shares.list.Drive.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.list.Drive.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - activities: - operationId: shares.list.Drive.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - bundles: - operationId: shares.list.Drive.ListBundles - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - following: - operationId: shares.list.Drive.ListFollowing - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - items: - operationId: shares.list.Drive.ListItems - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - list: - operationId: shares.list.Drive.GetList - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - root: - operationId: shares.list.Drive.GetRoot - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - special: - operationId: shares.list.Drive.ListSpecial - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44219,7 +40610,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -44253,7 +40644,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44339,57 +40730,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: shares.list.Items.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: shares.list.Items.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - activities: - operationId: shares.list.Items.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - analytics: - operationId: shares.list.Items.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: shares.list.Items.ListDocumentSetVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: shares.list.Items.GetDriveItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - fields: - operationId: shares.list.Items.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - versions: - operationId: shares.list.Items.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - createLink: - operationId: shares.sharedDriveItem.list.items.listItem.createLink - getActivitiesByInterval: - operationId: shares.sharedDriveItem.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44423,8 +40769,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44542,7 +40892,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -44580,7 +40930,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44653,25 +41003,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: shares.list.items.Activities.GetDriveItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: shares.list.items.Activities.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44713,8 +41050,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44873,79 +41214,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.list.items.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: shares.list.items.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: shares.list.items.activities.DriveItem.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: shares.list.items.activities.DriveItem.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: shares.list.items.activities.DriveItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: shares.list.items.activities.DriveItem.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: shares.list.items.activities.DriveItem.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: shares.list.items.activities.DriveItem.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: shares.list.items.activities.DriveItem.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: shares.list.items.activities.DriveItem.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: shares.list.items.activities.DriveItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44982,7 +41256,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -45121,61 +41395,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: shares.list.items.activities.ListItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: shares.list.items.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: shares.list.items.activities.ListItem.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: shares.list.items.activities.ListItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: shares.list.items.activities.ListItem.ListDocumentSetVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: shares.list.items.activities.ListItem.GetDriveItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: shares.list.items.activities.ListItem.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: shares.list.items.activities.ListItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45234,28 +41459,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: shares.list.items.Analytics.GetAllTime - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: shares.list.items.Analytics.ListItemActivityStats - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: shares.list.items.Analytics.GetLastSevenDays - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45355,7 +41564,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -45397,7 +41606,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45473,21 +41682,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: shares.list.items.DocumentSetVersions.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: shares.sharedDriveItem.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45529,8 +41729,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45723,68 +41927,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.list.items.DriveItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: shares.list.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - workbook: - operationId: shares.list.items.DriveItem.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - activities: - operationId: shares.list.items.DriveItem.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - analytics: - operationId: shares.list.items.DriveItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - children: - operationId: shares.list.items.DriveItem.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - listItem: - operationId: shares.list.items.DriveItem.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - permissions: - operationId: shares.list.items.DriveItem.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: shares.list.items.DriveItem.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: shares.list.items.DriveItem.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - versions: - operationId: shares.list.items.DriveItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45813,7 +41961,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -45909,7 +42057,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -45952,8 +42100,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46051,7 +42203,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -46166,7 +42318,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -46267,7 +42419,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -46305,7 +42457,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46376,21 +42528,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: shares.list.items.Versions.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: shares.sharedDriveItem.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46432,8 +42575,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46536,7 +42683,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -46583,8 +42730,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46757,7 +42908,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -46881,7 +43032,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -46993,7 +43144,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -47023,7 +43174,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -47090,7 +43241,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -47129,8 +43280,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47272,7 +43427,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -47302,7 +43457,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -47375,15 +43530,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: shares.sharedDriveItem.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47417,8 +43569,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47554,49 +43710,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: shares.ListItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.ListItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - activities: - operationId: shares.ListItem.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - analytics: - operationId: shares.ListItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - documentSetVersions: - operationId: shares.ListItem.ListDocumentSetVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem: - operationId: shares.ListItem.GetDriveItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - fields: - operationId: shares.ListItem.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - versions: - operationId: shares.ListItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - createLink: - operationId: shares.sharedDriveItem.listItem.createLink - getActivitiesByInterval: - operationId: shares.sharedDriveItem.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47622,8 +43741,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47725,7 +43848,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -47755,7 +43878,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -47820,23 +43943,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: shares.listItem.Activities.GetDriveItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: shares.listItem.Activities.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47870,8 +43982,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48014,68 +44130,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.listItem.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: shares.listItem.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: shares.listItem.activities.DriveItem.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: shares.listItem.activities.DriveItem.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: shares.listItem.activities.DriveItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: shares.listItem.activities.DriveItem.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: shares.listItem.activities.DriveItem.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: shares.listItem.activities.DriveItem.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: shares.listItem.activities.DriveItem.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: shares.listItem.activities.DriveItem.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: shares.listItem.activities.DriveItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48104,7 +44164,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -48227,53 +44287,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: shares.listItem.activities.ListItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: shares.listItem.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: shares.listItem.activities.ListItem.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: shares.listItem.activities.ListItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: shares.listItem.activities.ListItem.ListDocumentSetVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: shares.listItem.activities.ListItem.GetDriveItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: shares.listItem.activities.ListItem.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: shares.listItem.activities.ListItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48324,25 +44343,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: shares.listItem.Analytics.GetAllTime - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityStats: - operationId: shares.listItem.Analytics.ListItemActivityStats - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastSevenDays: - operationId: shares.listItem.Analytics.GetLastSevenDays - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48434,7 +44440,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -48468,7 +44474,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -48536,20 +44542,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: shares.listItem.DocumentSetVersions.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: shares.sharedDriveItem.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48583,8 +44581,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48753,57 +44755,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - workbook: - operationId: shares.listItem.DriveItem.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - activities: - operationId: shares.listItem.DriveItem.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - analytics: - operationId: shares.listItem.DriveItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - children: - operationId: shares.listItem.DriveItem.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem: - operationId: shares.listItem.DriveItem.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - permissions: - operationId: shares.listItem.DriveItem.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - subscriptions: - operationId: shares.listItem.DriveItem.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - thumbnails: - operationId: shares.listItem.DriveItem.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - versions: - operationId: shares.listItem.DriveItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48824,7 +44781,7 @@ paths: type: string x-ms-docs-key-type: sharedDriveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -48904,7 +44861,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -48939,8 +44896,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49022,7 +44983,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -49129,7 +45090,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -49222,7 +45183,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -49252,7 +45213,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49315,20 +45276,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: shares.listItem.Versions.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: shares.sharedDriveItem.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49362,8 +45315,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49450,7 +45407,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -49489,8 +45446,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49609,17 +45570,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: shares.sharedDriveItem.permission.grant - revokeGrants: - operationId: shares.sharedDriveItem.permission.revokeGrants default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49645,8 +45601,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49715,7 +45675,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -49772,7 +45732,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -49878,57 +45838,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.Root.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.Root.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - workbook: - operationId: shares.Root.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - activities: - operationId: shares.Root.ListActivities - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - analytics: - operationId: shares.Root.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - children: - operationId: shares.Root.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem: - operationId: shares.Root.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - permissions: - operationId: shares.Root.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - subscriptions: - operationId: shares.Root.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - thumbnails: - operationId: shares.Root.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - versions: - operationId: shares.Root.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49949,7 +45864,7 @@ paths: type: string x-ms-docs-key-type: sharedDriveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -50076,77 +45991,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: shares.Site.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.Site.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - analytics: - operationId: shares.Site.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - columns: - operationId: shares.Site.ListColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentTypes: - operationId: shares.Site.ListContentTypes - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - drive: - operationId: shares.Site.GetDrive - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - drives: - operationId: shares.Site.ListDrives - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - externalColumns: - operationId: shares.Site.ListExternalColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - items: - operationId: shares.Site.ListItems - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lists: - operationId: shares.Site.ListLists - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - operations: - operationId: shares.Site.ListOperations - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - pages: - operationId: shares.Site.ListPages - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - permissions: - operationId: shares.Site.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - sites: - operationId: shares.Site.ListSites - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - termStore: - operationId: shares.Site.GetTermStore - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - onenote: - operationId: shares.Site.GetOnenote - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50226,49 +46076,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: users.Drive.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - lastModifiedByUser: - operationId: users.Drive.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - activities: - operationId: users.Drive.ListActivities - parameters: - user-id: $request.path.user-id - bundles: - operationId: users.Drive.ListBundles - parameters: - user-id: $request.path.user-id - following: - operationId: users.Drive.ListFollowing - parameters: - user-id: $request.path.user-id - items: - operationId: users.Drive.ListItems - parameters: - user-id: $request.path.user-id - list: - operationId: users.Drive.GetList - parameters: - user-id: $request.path.user-id - root: - operationId: users.Drive.GetRoot - parameters: - user-id: $request.path.user-id - special: - operationId: users.Drive.ListSpecial - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50394,7 +46207,7 @@ paths: - special type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' @@ -50424,7 +46237,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -50514,64 +46327,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: users.Drives.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.Drives.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - activities: - operationId: users.Drives.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - bundles: - operationId: users.Drives.ListBundles - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - following: - operationId: users.Drives.ListFollowing - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - items: - operationId: users.Drives.ListItems - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - list: - operationId: users.Drives.GetList - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - root: - operationId: users.Drives.GetRoot - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - special: - operationId: users.Drives.ListSpecial - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - recent: - operationId: users.user.drives.drive.recent - search: - operationId: users.user.drives.drive.search - sharedWithMe: - operationId: users.user.drives.drive.sharedGraphWPreMe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50605,8 +46366,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50727,7 +46492,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -50765,7 +46530,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -50838,25 +46603,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: users.drives.Activities.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: users.drives.Activities.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50898,8 +46650,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51058,79 +46814,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: users.drives.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: users.drives.activities.DriveItem.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: users.drives.activities.DriveItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: users.drives.activities.DriveItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: users.drives.activities.DriveItem.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: users.drives.activities.DriveItem.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: users.drives.activities.DriveItem.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: users.drives.activities.DriveItem.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: users.drives.activities.DriveItem.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: users.drives.activities.DriveItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51167,7 +46856,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -51306,61 +46995,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: users.drives.activities.ListItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: users.drives.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: users.drives.activities.ListItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: users.drives.activities.ListItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: users.drives.activities.ListItem.ListDocumentSetVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: users.drives.activities.ListItem.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: users.drives.activities.ListItem.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: users.drives.activities.ListItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51561,7 +47201,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -51683,79 +47323,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.Bundles.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.Bundles.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.Bundles.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: users.drives.Bundles.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.Bundles.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.Bundles.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.Bundles.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.Bundles.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.Bundles.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.Bundles.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.Bundles.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51795,7 +47368,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -52047,7 +47620,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -52169,79 +47742,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.Following.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.Following.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.Following.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: users.drives.Following.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.Following.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.Following.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.Following.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.Following.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.Following.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.Following.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.Following.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52281,7 +47787,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -52530,7 +48036,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -52568,7 +48074,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52691,111 +48197,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.Items.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.Items.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.Items.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: users.drives.Items.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.Items.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.Items.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.Items.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.Items.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.Items.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.Items.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.Items.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - assignSensitivityLabel: - operationId: users.user.drives.drive.items.driveItem.assignSensitivityLabel - checkin: - operationId: users.user.drives.drive.items.driveItem.checkin - checkout: - operationId: users.user.drives.drive.items.driveItem.checkout - copy: - operationId: users.user.drives.drive.items.driveItem.copy - createLink: - operationId: users.user.drives.drive.items.driveItem.createLink - createUploadSession: - operationId: users.user.drives.drive.items.driveItem.createUploadSession - delta: - operationId: users.user.drives.drive.items.driveItem.delta - extractSensitivityLabels: - operationId: users.user.drives.drive.items.driveItem.extractSensitivityLabels - follow: - operationId: users.user.drives.drive.items.driveItem.follow - getActivitiesByInterval: - operationId: users.user.drives.drive.items.driveItem.getActivitiesGraphBPreInterval - invite: - operationId: users.user.drives.drive.items.driveItem.invite - preview: - operationId: users.user.drives.drive.items.driveItem.preview - restore: - operationId: users.user.drives.drive.items.driveItem.restore - search: - operationId: users.user.drives.drive.items.driveItem.search - unfollow: - operationId: users.user.drives.drive.items.driveItem.unfollow - validatePermission: - operationId: users.user.drives.drive.items.driveItem.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52837,8 +48244,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52972,7 +48383,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -53052,27 +48463,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: users.drives.items.Activities.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: users.drives.items.Activities.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53142,31 +48538,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: users.drives.items.Analytics.GetAllTime - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: users.drives.items.Analytics.ListItemActivityStats - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: users.drives.items.Analytics.GetLastSevenDays - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53375,7 +48752,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -53505,90 +48882,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.items.Children.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - lastModifiedByUser: - operationId: users.drives.items.Children.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - workbook: - operationId: users.drives.items.Children.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - activities: - operationId: users.drives.items.Children.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - analytics: - operationId: users.drives.items.Children.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - children: - operationId: users.drives.items.Children.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - listItem: - operationId: users.drives.items.Children.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - permissions: - operationId: users.drives.items.Children.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - subscriptions: - operationId: users.drives.items.Children.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - thumbnails: - operationId: users.drives.items.Children.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - versions: - operationId: users.drives.items.Children.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53636,7 +48935,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -53732,7 +49031,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -53872,65 +49171,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: users.drives.items.ListItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.items.ListItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: users.drives.items.ListItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.items.ListItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersions: - operationId: users.drives.items.ListItem.ListDocumentSetVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem: - operationId: users.drives.items.ListItem.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - fields: - operationId: users.drives.items.ListItem.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.items.ListItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - createLink: - operationId: users.user.drives.drive.items.driveItem.listItem.createLink - getActivitiesByInterval: - operationId: users.user.drives.drive.items.driveItem.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53972,8 +49218,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54107,7 +49357,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -54153,7 +49403,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -54234,27 +49484,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: users.drives.items.listItem.Activities.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: users.drives.items.listItem.Activities.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54304,8 +49539,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54480,90 +49719,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.items.listItem.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: users.drives.items.listItem.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: users.drives.items.listItem.activities.DriveItem.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: users.drives.items.listItem.activities.DriveItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: users.drives.items.listItem.activities.DriveItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: users.drives.items.listItem.activities.DriveItem.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: users.drives.items.listItem.activities.DriveItem.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: users.drives.items.listItem.activities.DriveItem.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: users.drives.items.listItem.activities.DriveItem.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: users.drives.items.listItem.activities.DriveItem.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: users.drives.items.listItem.activities.DriveItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54608,7 +49769,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -54763,69 +49924,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: users.drives.items.listItem.activities.ListItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: users.drives.items.listItem.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: users.drives.items.listItem.activities.ListItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: users.drives.items.listItem.activities.ListItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: users.drives.items.listItem.activities.ListItem.ListDocumentSetVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: users.drives.items.listItem.activities.ListItem.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: users.drives.items.listItem.activities.ListItem.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: users.drives.items.listItem.activities.ListItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54892,31 +49996,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: users.drives.items.listItem.Analytics.GetAllTime - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: users.drives.items.listItem.Analytics.ListItemActivityStats - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: users.drives.items.listItem.Analytics.GetLastSevenDays - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55024,7 +50109,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -55074,7 +50159,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55158,22 +50243,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: users.drives.items.listItem.DocumentSetVersions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: users.user.drives.drive.items.driveItem.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55223,8 +50298,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55392,79 +50471,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.items.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.items.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.items.listItem.DriveItem.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: users.drives.items.listItem.DriveItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.items.listItem.DriveItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.items.listItem.DriveItem.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.items.listItem.DriveItem.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.items.listItem.DriveItem.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.items.listItem.DriveItem.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.items.listItem.DriveItem.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.items.listItem.DriveItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55501,7 +50513,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -55613,7 +50625,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -55664,8 +50676,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55797,7 +50813,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -55843,7 +50859,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55922,22 +50938,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: users.drives.items.listItem.Versions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: users.user.drives.drive.items.driveItem.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55987,8 +50993,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56107,7 +51117,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -56162,8 +51172,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56328,7 +51342,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -56374,7 +51388,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56459,17 +51473,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: users.user.drives.drive.items.driveItem.permissions.permission.grant - revokeGrants: - operationId: users.user.drives.drive.items.driveItem.permissions.permission.revokeGrants default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56519,8 +51528,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56694,7 +51707,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -56740,7 +51753,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56829,15 +51842,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: users.user.drives.drive.items.driveItem.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56887,8 +51897,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57032,7 +52046,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -57078,7 +52092,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -57156,7 +52170,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -57211,8 +52225,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57359,7 +52377,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -57405,7 +52423,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -57484,15 +52502,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: users.user.drives.drive.items.driveItem.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57542,8 +52557,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57640,7 +52659,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -57782,58 +52801,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: users.drives.List.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.drives.List.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - activities: - operationId: users.drives.List.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - columns: - operationId: users.drives.List.ListColumns - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentTypes: - operationId: users.drives.List.ListContentTypes - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - drive: - operationId: users.drives.List.GetDrive - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - items: - operationId: users.drives.List.ListItems - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - operations: - operationId: users.drives.List.ListOperations - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - subscriptions: - operationId: users.drives.List.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57867,8 +52840,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57986,7 +52963,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -58024,7 +53001,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58198,7 +53175,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -58240,7 +53217,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58338,19 +53315,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: users.drives.list.Columns.GetSourceColumn - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58392,8 +53362,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58529,19 +53503,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: users.drives.list.columns.SourceColumn.GetSourceColumn - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58667,7 +53634,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -58705,7 +53672,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58794,53 +53761,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: users.drives.list.ContentTypes.GetBase - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: users.drives.list.ContentTypes.ListBaseTypes - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: users.drives.list.ContentTypes.ListColumnLinks - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: users.drives.list.ContentTypes.ListColumnPositions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: users.drives.list.ContentTypes.ListColumns - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: users.user.drives.drive.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: users.user.drives.drive.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: users.user.drives.drive.list.contentTypes.contentType.isPublished - publish: - operationId: users.user.drives.drive.list.contentTypes.contentType.publish - unpublish: - operationId: users.user.drives.drive.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58882,8 +53808,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59010,43 +53940,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: users.drives.list.contentTypes.Base.GetBase - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: users.drives.list.contentTypes.Base.ListBaseTypes - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: users.drives.list.contentTypes.Base.ListColumnLinks - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: users.drives.list.contentTypes.Base.ListColumnPositions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: users.drives.list.contentTypes.Base.ListColumns - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59177,7 +54076,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -59274,48 +54173,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: users.drives.list.contentTypes.BaseTypes.GetBase - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: users.drives.list.contentTypes.BaseTypes.ListBaseTypes - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: users.drives.list.contentTypes.BaseTypes.ListColumnLinks - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: users.drives.list.contentTypes.BaseTypes.ListColumnPositions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: users.drives.list.contentTypes.BaseTypes.ListColumns - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59397,7 +54260,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -59443,7 +54306,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -59518,7 +54381,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -59573,8 +54436,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59798,7 +54665,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -59904,20 +54771,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: users.drives.list.contentTypes.ColumnPositions.GetSourceColumn - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60094,7 +54953,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -60144,7 +55003,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60251,20 +55110,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: users.drives.list.contentTypes.Columns.GetSourceColumn - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60314,8 +55165,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60467,20 +55322,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: users.drives.list.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60565,58 +55412,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: users.drives.list.Drive.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.drives.list.Drive.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - activities: - operationId: users.drives.list.Drive.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - bundles: - operationId: users.drives.list.Drive.ListBundles - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - following: - operationId: users.drives.list.Drive.ListFollowing - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - items: - operationId: users.drives.list.Drive.ListItems - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - list: - operationId: users.drives.list.Drive.GetList - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - root: - operationId: users.drives.list.Drive.GetRoot - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - special: - operationId: users.drives.list.Drive.ListSpecial - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60742,7 +55543,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -60784,7 +55585,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60878,65 +55679,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: users.drives.list.Items.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: users.drives.list.Items.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - activities: - operationId: users.drives.list.Items.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: users.drives.list.Items.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: users.drives.list.Items.ListDocumentSetVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: users.drives.list.Items.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - fields: - operationId: users.drives.list.Items.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: users.drives.list.Items.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - createLink: - operationId: users.user.drives.drive.list.items.listItem.createLink - getActivitiesByInterval: - operationId: users.user.drives.drive.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60978,8 +55726,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61113,7 +55865,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -61159,7 +55911,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -61240,27 +55992,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: users.drives.list.items.Activities.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: users.drives.list.items.Activities.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61310,8 +56047,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61486,90 +56227,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.list.items.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: users.drives.list.items.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: users.drives.list.items.activities.DriveItem.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: users.drives.list.items.activities.DriveItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: users.drives.list.items.activities.DriveItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: users.drives.list.items.activities.DriveItem.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: users.drives.list.items.activities.DriveItem.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: users.drives.list.items.activities.DriveItem.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: users.drives.list.items.activities.DriveItem.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: users.drives.list.items.activities.DriveItem.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: users.drives.list.items.activities.DriveItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61614,7 +56277,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -61769,69 +56432,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: users.drives.list.items.activities.ListItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: users.drives.list.items.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: users.drives.list.items.activities.ListItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: users.drives.list.items.activities.ListItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: users.drives.list.items.activities.ListItem.ListDocumentSetVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: users.drives.list.items.activities.ListItem.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: users.drives.list.items.activities.ListItem.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: users.drives.list.items.activities.ListItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61898,31 +56504,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: users.drives.list.items.Analytics.GetAllTime - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: users.drives.list.items.Analytics.ListItemActivityStats - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: users.drives.list.items.Analytics.GetLastSevenDays - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62030,7 +56617,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -62080,7 +56667,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62164,22 +56751,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: users.drives.list.items.DocumentSetVersions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: users.user.drives.drive.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62229,8 +56806,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62398,79 +56979,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.list.items.DriveItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: users.drives.list.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - workbook: - operationId: users.drives.list.items.DriveItem.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - activities: - operationId: users.drives.list.items.DriveItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: users.drives.list.items.DriveItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - children: - operationId: users.drives.list.items.DriveItem.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItem: - operationId: users.drives.list.items.DriveItem.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - permissions: - operationId: users.drives.list.items.DriveItem.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: users.drives.list.items.DriveItem.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: users.drives.list.items.DriveItem.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: users.drives.list.items.DriveItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62507,7 +57021,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -62619,7 +57133,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -62670,8 +57184,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62803,7 +57321,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -62849,7 +57367,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62928,22 +57446,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: users.drives.list.items.Versions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: users.user.drives.drive.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62993,8 +57501,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63113,7 +57625,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -63168,8 +57680,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63317,7 +57833,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -63355,7 +57871,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63430,7 +57946,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -63477,8 +57993,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63636,7 +58156,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -63674,7 +58194,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63755,15 +58275,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: users.user.drives.drive.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63805,8 +58322,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63961,100 +58482,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.Root.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.drives.Root.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - workbook: - operationId: users.drives.Root.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - activities: - operationId: users.drives.Root.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - analytics: - operationId: users.drives.Root.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - children: - operationId: users.drives.Root.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem: - operationId: users.drives.Root.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - permissions: - operationId: users.drives.Root.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - subscriptions: - operationId: users.drives.Root.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - thumbnails: - operationId: users.drives.Root.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - versions: - operationId: users.drives.Root.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - assignSensitivityLabel: - operationId: users.user.drives.drive.root.assignSensitivityLabel - checkin: - operationId: users.user.drives.drive.root.checkin - checkout: - operationId: users.user.drives.drive.root.checkout - copy: - operationId: users.user.drives.drive.root.copy - createLink: - operationId: users.user.drives.drive.root.createLink - createUploadSession: - operationId: users.user.drives.drive.root.createUploadSession - delta: - operationId: users.user.drives.drive.root.delta - extractSensitivityLabels: - operationId: users.user.drives.drive.root.extractSensitivityLabels - follow: - operationId: users.user.drives.drive.root.follow - getActivitiesByInterval: - operationId: users.user.drives.drive.root.getActivitiesGraphBPreInterval - invite: - operationId: users.user.drives.drive.root.invite - preview: - operationId: users.user.drives.drive.root.preview - restore: - operationId: users.user.drives.drive.root.restore - search: - operationId: users.user.drives.drive.root.search - unfollow: - operationId: users.user.drives.drive.root.unfollow - validatePermission: - operationId: users.user.drives.drive.root.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64088,8 +58521,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64207,7 +58644,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -64279,25 +58716,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: users.drives.root.Activities.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: users.drives.root.Activities.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64359,28 +58783,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: users.drives.root.Analytics.GetAllTime - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityStats: - operationId: users.drives.root.Analytics.ListItemActivityStats - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastSevenDays: - operationId: users.drives.root.Analytics.GetLastSevenDays - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64581,7 +58989,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -64703,79 +59111,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.root.Children.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.root.Children.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.root.Children.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: users.drives.root.Children.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.root.Children.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.root.Children.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.root.Children.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.root.Children.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.root.Children.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.root.Children.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.root.Children.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64815,7 +59156,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -64898,7 +59239,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -65022,57 +59363,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: users.drives.root.ListItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.drives.root.ListItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - activities: - operationId: users.drives.root.ListItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - analytics: - operationId: users.drives.root.ListItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - documentSetVersions: - operationId: users.drives.root.ListItem.ListDocumentSetVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem: - operationId: users.drives.root.ListItem.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - fields: - operationId: users.drives.root.ListItem.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - versions: - operationId: users.drives.root.ListItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - createLink: - operationId: users.user.drives.drive.root.listItem.createLink - getActivitiesByInterval: - operationId: users.user.drives.drive.root.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65106,8 +59402,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65225,7 +59525,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -65263,7 +59563,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -65336,25 +59636,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: users.drives.root.listItem.Activities.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: users.drives.root.listItem.Activities.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65396,8 +59683,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65556,79 +59847,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.root.listItem.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: users.drives.root.listItem.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: users.drives.root.listItem.activities.DriveItem.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: users.drives.root.listItem.activities.DriveItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: users.drives.root.listItem.activities.DriveItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: users.drives.root.listItem.activities.DriveItem.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: users.drives.root.listItem.activities.DriveItem.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: users.drives.root.listItem.activities.DriveItem.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: users.drives.root.listItem.activities.DriveItem.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: users.drives.root.listItem.activities.DriveItem.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: users.drives.root.listItem.activities.DriveItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65665,7 +59889,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -65804,61 +60028,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: users.drives.root.listItem.activities.ListItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: users.drives.root.listItem.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: users.drives.root.listItem.activities.ListItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: users.drives.root.listItem.activities.ListItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: users.drives.root.listItem.activities.ListItem.ListDocumentSetVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: users.drives.root.listItem.activities.ListItem.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: users.drives.root.listItem.activities.ListItem.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: users.drives.root.listItem.activities.ListItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65917,28 +60092,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: users.drives.root.listItem.Analytics.GetAllTime - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityStats: - operationId: users.drives.root.listItem.Analytics.ListItemActivityStats - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastSevenDays: - operationId: users.drives.root.listItem.Analytics.GetLastSevenDays - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66038,7 +60197,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -66080,7 +60239,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -66156,21 +60315,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: users.drives.root.listItem.DocumentSetVersions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: users.user.drives.drive.root.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66212,8 +60362,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66365,68 +60519,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.root.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.drives.root.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - workbook: - operationId: users.drives.root.listItem.DriveItem.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - activities: - operationId: users.drives.root.listItem.DriveItem.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - analytics: - operationId: users.drives.root.listItem.DriveItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - children: - operationId: users.drives.root.listItem.DriveItem.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem: - operationId: users.drives.root.listItem.DriveItem.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - permissions: - operationId: users.drives.root.listItem.DriveItem.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - subscriptions: - operationId: users.drives.root.listItem.DriveItem.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - thumbnails: - operationId: users.drives.root.listItem.DriveItem.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - versions: - operationId: users.drives.root.listItem.DriveItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66455,7 +60553,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -66551,7 +60649,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -66594,8 +60692,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66711,7 +60813,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -66749,7 +60851,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -66820,21 +60922,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: users.drives.root.listItem.Versions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: users.user.drives.drive.root.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66876,8 +60969,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66980,7 +61077,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -67027,8 +61124,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67177,7 +61278,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -67215,7 +61316,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -67292,17 +61393,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: users.user.drives.drive.root.permissions.permission.grant - revokeGrants: - operationId: users.user.drives.drive.root.permissions.permission.revokeGrants default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67344,8 +61440,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67503,7 +61603,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -67541,7 +61641,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -67622,15 +61722,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: users.user.drives.drive.root.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67672,8 +61769,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67801,7 +61902,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -67839,7 +61940,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -67909,7 +62010,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -67956,8 +62057,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68088,7 +62193,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -68126,7 +62231,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -68197,15 +62302,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: users.user.drives.drive.root.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68247,8 +62349,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68329,7 +62435,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -68577,7 +62683,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -68699,79 +62805,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.Special.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.Special.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.Special.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - activities: - operationId: users.drives.Special.ListActivities - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.Special.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.Special.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.Special.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.Special.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.Special.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.Special.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.Special.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68808,7 +62847,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -82949,6 +76988,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -87024,6 +81064,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Financials.yml b/openApiDocs/beta/Financials.yml index 5bd94881c79..ebe11d3c5e2 100644 --- a/openApiDocs/beta/Financials.yml +++ b/openApiDocs/beta/Financials.yml @@ -39,15 +39,12 @@ paths: - companies type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.financials' - links: - companies: - operationId: financials.ListCompanies default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64,8 +61,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.financials' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.financials' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -201,7 +202,7 @@ paths: - vendors type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.companyCollectionResponse' default: $ref: '#/components/responses/error' @@ -323,153 +324,12 @@ paths: - vendors type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.company' - links: - accounts: - operationId: financials.Companies.ListAccounts - parameters: - company-id: $request.path.company-id - agedAccountsPayable: - operationId: financials.Companies.ListAgedAccountsPayable - parameters: - company-id: $request.path.company-id - agedAccountsReceivable: - operationId: financials.Companies.ListAgedAccountsReceivable - parameters: - company-id: $request.path.company-id - companyInformation: - operationId: financials.Companies.ListCompanyInformation - parameters: - company-id: $request.path.company-id - countriesRegions: - operationId: financials.Companies.ListCountriesRegions - parameters: - company-id: $request.path.company-id - currencies: - operationId: financials.Companies.ListCurrencies - parameters: - company-id: $request.path.company-id - customerPaymentJournals: - operationId: financials.Companies.ListCustomerPaymentJournals - parameters: - company-id: $request.path.company-id - customerPayments: - operationId: financials.Companies.ListCustomerPayments - parameters: - company-id: $request.path.company-id - customers: - operationId: financials.Companies.ListCustomers - parameters: - company-id: $request.path.company-id - dimensions: - operationId: financials.Companies.ListDimensions - parameters: - company-id: $request.path.company-id - dimensionValues: - operationId: financials.Companies.ListDimensionValues - parameters: - company-id: $request.path.company-id - employees: - operationId: financials.Companies.ListEmployees - parameters: - company-id: $request.path.company-id - generalLedgerEntries: - operationId: financials.Companies.ListGeneralLedgerEntries - parameters: - company-id: $request.path.company-id - itemCategories: - operationId: financials.Companies.ListItemCategories - parameters: - company-id: $request.path.company-id - items: - operationId: financials.Companies.ListItems - parameters: - company-id: $request.path.company-id - journalLines: - operationId: financials.Companies.ListJournalLines - parameters: - company-id: $request.path.company-id - journals: - operationId: financials.Companies.ListJournals - parameters: - company-id: $request.path.company-id - paymentMethods: - operationId: financials.Companies.ListPaymentMethods - parameters: - company-id: $request.path.company-id - paymentTerms: - operationId: financials.Companies.ListPaymentTerms - parameters: - company-id: $request.path.company-id - picture: - operationId: financials.Companies.ListPicture - parameters: - company-id: $request.path.company-id - purchaseInvoiceLines: - operationId: financials.Companies.ListPurchaseInvoiceLines - parameters: - company-id: $request.path.company-id - purchaseInvoices: - operationId: financials.Companies.ListPurchaseInvoices - parameters: - company-id: $request.path.company-id - salesCreditMemoLines: - operationId: financials.Companies.ListSalesCreditMemoLines - parameters: - company-id: $request.path.company-id - salesCreditMemos: - operationId: financials.Companies.ListSalesCreditMemos - parameters: - company-id: $request.path.company-id - salesInvoiceLines: - operationId: financials.Companies.ListSalesInvoiceLines - parameters: - company-id: $request.path.company-id - salesInvoices: - operationId: financials.Companies.ListSalesInvoices - parameters: - company-id: $request.path.company-id - salesOrderLines: - operationId: financials.Companies.ListSalesOrderLines - parameters: - company-id: $request.path.company-id - salesOrders: - operationId: financials.Companies.ListSalesOrders - parameters: - company-id: $request.path.company-id - salesQuoteLines: - operationId: financials.Companies.ListSalesQuoteLines - parameters: - company-id: $request.path.company-id - salesQuotes: - operationId: financials.Companies.ListSalesQuotes - parameters: - company-id: $request.path.company-id - shipmentMethods: - operationId: financials.Companies.ListShipmentMethods - parameters: - company-id: $request.path.company-id - taxAreas: - operationId: financials.Companies.ListTaxAreas - parameters: - company-id: $request.path.company-id - taxGroups: - operationId: financials.Companies.ListTaxGroups - parameters: - company-id: $request.path.company-id - unitsOfMeasure: - operationId: financials.Companies.ListUnitsGraphOPreMeasure - parameters: - company-id: $request.path.company-id - vendors: - operationId: financials.Companies.ListVendors - parameters: - company-id: $request.path.company-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -549,7 +409,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accountCollectionResponse' default: $ref: '#/components/responses/error' @@ -611,7 +471,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -708,7 +568,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agedAccountsPayableCollectionResponse' default: $ref: '#/components/responses/error' @@ -774,7 +634,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -871,7 +731,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agedAccountsReceivableCollectionResponse' default: $ref: '#/components/responses/error' @@ -937,7 +797,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1040,7 +900,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.companyInformationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1108,7 +968,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1147,8 +1007,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.companyInformation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.companyInformation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1176,7 +1040,7 @@ paths: type: string x-ms-docs-key-type: companyInformation responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1292,7 +1156,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.countryRegionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1322,7 +1186,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.countryRegion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1383,7 +1247,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1422,8 +1286,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.countryRegion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.countryRegion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1537,7 +1405,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.currencyCollectionResponse' default: $ref: '#/components/responses/error' @@ -1567,7 +1435,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1630,7 +1498,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1669,8 +1537,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1785,7 +1657,7 @@ paths: - customerPayments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customerPaymentJournalCollectionResponse' default: $ref: '#/components/responses/error' @@ -1815,7 +1687,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customerPaymentJournal' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1881,23 +1753,12 @@ paths: - customerPayments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customerPaymentJournal' - links: - account: - operationId: financials.companies.CustomerPaymentJournals.GetAccount - parameters: - company-id: $request.path.company-id - customerPaymentJournal-id: $request.path.customerPaymentJournal-id - customerPayments: - operationId: financials.companies.CustomerPaymentJournals.ListCustomerPayments - parameters: - company-id: $request.path.company-id - customerPaymentJournal-id: $request.path.customerPaymentJournal-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1931,8 +1792,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customerPaymentJournal' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customerPaymentJournal' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2024,7 +1889,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2143,7 +2008,7 @@ paths: - customer type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customerPaymentCollectionResponse' default: $ref: '#/components/responses/error' @@ -2181,7 +2046,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customerPayment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2262,19 +2127,12 @@ paths: - customer type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customerPayment' - links: - customer: - operationId: financials.companies.customerPaymentJournals.CustomerPayments.GetCustomer - parameters: - company-id: $request.path.company-id - customerPaymentJournal-id: $request.path.customerPaymentJournal-id - customerPayment-id: $request.path.customerPayment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2316,8 +2174,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customerPayment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customerPayment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2447,43 +2309,12 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customer' - links: - currency: - operationId: financials.companies.customerPaymentJournals.customerPayments.Customer.GetCurrency - parameters: - company-id: $request.path.company-id - customerPaymentJournal-id: $request.path.customerPaymentJournal-id - customerPayment-id: $request.path.customerPayment-id - paymentMethod: - operationId: financials.companies.customerPaymentJournals.customerPayments.Customer.GetPaymentMethod - parameters: - company-id: $request.path.company-id - customerPaymentJournal-id: $request.path.customerPaymentJournal-id - customerPayment-id: $request.path.customerPayment-id - paymentTerm: - operationId: financials.companies.customerPaymentJournals.customerPayments.Customer.GetPaymentTerm - parameters: - company-id: $request.path.company-id - customerPaymentJournal-id: $request.path.customerPaymentJournal-id - customerPayment-id: $request.path.customerPayment-id - picture: - operationId: financials.companies.customerPaymentJournals.customerPayments.Customer.ListPicture - parameters: - company-id: $request.path.company-id - customerPaymentJournal-id: $request.path.customerPaymentJournal-id - customerPayment-id: $request.path.customerPayment-id - shipmentMethod: - operationId: financials.companies.customerPaymentJournals.customerPayments.Customer.GetShipmentMethod - parameters: - company-id: $request.path.company-id - customerPaymentJournal-id: $request.path.customerPaymentJournal-id - customerPayment-id: $request.path.customerPayment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2525,8 +2356,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2634,7 +2469,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2681,8 +2516,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2787,7 +2626,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2834,8 +2673,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2944,7 +2787,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2991,8 +2834,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3124,7 +2971,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -3170,7 +3017,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3247,7 +3094,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3302,8 +3149,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3397,7 +3248,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -3518,7 +3369,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3565,8 +3416,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shipmentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shipmentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3714,7 +3569,7 @@ paths: - customer type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customerPaymentCollectionResponse' default: $ref: '#/components/responses/error' @@ -3744,7 +3599,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customerPayment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3817,18 +3672,12 @@ paths: - customer type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customerPayment' - links: - customer: - operationId: financials.companies.CustomerPayments.GetCustomer - parameters: - company-id: $request.path.company-id - customerPayment-id: $request.path.customerPayment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3862,8 +3711,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customerPayment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customerPayment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3977,38 +3830,12 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customer' - links: - currency: - operationId: financials.companies.customerPayments.Customer.GetCurrency - parameters: - company-id: $request.path.company-id - customerPayment-id: $request.path.customerPayment-id - paymentMethod: - operationId: financials.companies.customerPayments.Customer.GetPaymentMethod - parameters: - company-id: $request.path.company-id - customerPayment-id: $request.path.customerPayment-id - paymentTerm: - operationId: financials.companies.customerPayments.Customer.GetPaymentTerm - parameters: - company-id: $request.path.company-id - customerPayment-id: $request.path.customerPayment-id - picture: - operationId: financials.companies.customerPayments.Customer.ListPicture - parameters: - company-id: $request.path.company-id - customerPayment-id: $request.path.customerPayment-id - shipmentMethod: - operationId: financials.companies.customerPayments.Customer.GetShipmentMethod - parameters: - company-id: $request.path.company-id - customerPayment-id: $request.path.customerPayment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4042,8 +3869,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4135,7 +3966,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4174,8 +4005,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4264,7 +4099,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4303,8 +4138,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4397,7 +4236,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4436,8 +4275,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4553,7 +4396,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -4591,7 +4434,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4660,7 +4503,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4707,8 +4550,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4786,7 +4633,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4891,7 +4738,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4930,8 +4777,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shipmentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shipmentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5091,7 +4942,7 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customerCollectionResponse' default: $ref: '#/components/responses/error' @@ -5121,7 +4972,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5206,38 +5057,12 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customer' - links: - currency: - operationId: financials.companies.Customers.GetCurrency - parameters: - company-id: $request.path.company-id - customer-id: $request.path.customer-id - paymentMethod: - operationId: financials.companies.Customers.GetPaymentMethod - parameters: - company-id: $request.path.company-id - customer-id: $request.path.customer-id - paymentTerm: - operationId: financials.companies.Customers.GetPaymentTerm - parameters: - company-id: $request.path.company-id - customer-id: $request.path.customer-id - picture: - operationId: financials.companies.Customers.ListPicture - parameters: - company-id: $request.path.company-id - customer-id: $request.path.customer-id - shipmentMethod: - operationId: financials.companies.Customers.GetShipmentMethod - parameters: - company-id: $request.path.company-id - customer-id: $request.path.customer-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5271,8 +5096,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5364,7 +5193,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5403,8 +5232,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5493,7 +5326,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5532,8 +5365,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5626,7 +5463,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5665,8 +5502,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5782,7 +5623,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -5820,7 +5661,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5889,7 +5730,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5936,8 +5777,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6015,7 +5860,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -6120,7 +5965,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6159,8 +6004,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shipmentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shipmentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6267,7 +6116,7 @@ paths: - dimensionValues type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.dimensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6328,18 +6177,12 @@ paths: - dimensionValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.dimension' - links: - dimensionValues: - operationId: financials.companies.Dimensions.ListDimensionValues - parameters: - company-id: $request.path.company-id - dimension-id: $request.path.dimension-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6418,7 +6261,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.dimensionValueCollectionResponse' default: $ref: '#/components/responses/error' @@ -6485,7 +6328,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6561,7 +6404,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.dimensionValueCollectionResponse' default: $ref: '#/components/responses/error' @@ -6620,7 +6463,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6740,7 +6583,7 @@ paths: - picture type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.employeeCollectionResponse' default: $ref: '#/components/responses/error' @@ -6770,7 +6613,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.employee' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6846,18 +6689,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.employee' - links: - picture: - operationId: financials.companies.Employees.ListPicture - parameters: - company-id: $request.path.company-id - employee-id: $request.path.employee-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6891,8 +6728,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.employee' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.employee' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7008,7 +6849,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -7046,7 +6887,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7115,7 +6956,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7162,8 +7003,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7241,7 +7086,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -7382,7 +7227,7 @@ paths: - account type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.generalLedgerEntryCollectionResponse' default: $ref: '#/components/responses/error' @@ -7449,18 +7294,12 @@ paths: - account type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.generalLedgerEntry' - links: - account: - operationId: financials.companies.GeneralLedgerEntries.GetAccount - parameters: - company-id: $request.path.company-id - generalLedgerEntry-id: $request.path.generalLedgerEntry-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7518,7 +7357,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7594,7 +7433,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -7624,7 +7463,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7684,7 +7523,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7723,8 +7562,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7869,7 +7712,7 @@ paths: - picture type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemCollectionResponse' default: $ref: '#/components/responses/error' @@ -7899,7 +7742,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7975,23 +7818,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.item' - links: - itemCategory: - operationId: financials.companies.Items.GetItemCategory - parameters: - company-id: $request.path.company-id - item-id: $request.path.item-id - picture: - operationId: financials.companies.Items.ListPicture - parameters: - company-id: $request.path.company-id - item-id: $request.path.item-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8025,8 +7857,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.item' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8115,7 +7951,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8154,8 +7990,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8271,7 +8111,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -8309,7 +8149,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8378,7 +8218,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8425,8 +8265,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8504,7 +8348,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -8651,7 +8495,7 @@ paths: - account type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.journalLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -8681,7 +8525,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.journalLine' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8751,18 +8595,12 @@ paths: - account type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.journalLine' - links: - account: - operationId: financials.companies.JournalLines.GetAccount - parameters: - company-id: $request.path.company-id - journalLine-id: $request.path.journalLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8796,8 +8634,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.journalLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.journalLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8889,7 +8731,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8975,7 +8817,7 @@ paths: - journalLines type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.journalCollectionResponse' default: $ref: '#/components/responses/error' @@ -9005,7 +8847,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.journal' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9071,25 +8913,12 @@ paths: - journalLines type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.journal' - links: - account: - operationId: financials.companies.Journals.GetAccount - parameters: - company-id: $request.path.company-id - journal-id: $request.path.journal-id - journalLines: - operationId: financials.companies.Journals.ListJournalLines - parameters: - company-id: $request.path.company-id - journal-id: $request.path.journal-id - post: - operationId: financials.companies.company.journals.journal.post default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9123,8 +8952,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.journal' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.journal' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9216,7 +9049,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9326,7 +9159,7 @@ paths: - account type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.journalLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -9364,7 +9197,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.journalLine' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9442,19 +9275,12 @@ paths: - account type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.journalLine' - links: - account: - operationId: financials.companies.journals.JournalLines.GetAccount - parameters: - company-id: $request.path.company-id - journal-id: $request.path.journal-id - journalLine-id: $request.path.journalLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9496,8 +9322,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.journalLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.journalLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9605,7 +9435,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9710,7 +9540,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.paymentMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -9740,7 +9570,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9800,7 +9630,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9839,8 +9669,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9957,7 +9791,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.paymentTermCollectionResponse' default: $ref: '#/components/responses/error' @@ -9987,7 +9821,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10051,7 +9885,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10090,8 +9924,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10199,7 +10037,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -10229,7 +10067,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10290,7 +10128,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10329,8 +10167,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10392,7 +10234,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -10563,7 +10405,7 @@ paths: - item type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.purchaseInvoiceLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -10644,23 +10486,12 @@ paths: - item type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.purchaseInvoiceLine' - links: - account: - operationId: financials.companies.PurchaseInvoiceLines.GetAccount - parameters: - company-id: $request.path.company-id - purchaseInvoiceLine-id: $request.path.purchaseInvoiceLine-id - item: - operationId: financials.companies.PurchaseInvoiceLines.GetItem - parameters: - company-id: $request.path.company-id - purchaseInvoiceLine-id: $request.path.purchaseInvoiceLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10694,8 +10525,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.purchaseInvoiceLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.purchaseInvoiceLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10753,7 +10588,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10829,23 +10664,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.item' - links: - itemCategory: - operationId: financials.companies.purchaseInvoiceLines.Item.GetItemCategory - parameters: - company-id: $request.path.company-id - purchaseInvoiceLine-id: $request.path.purchaseInvoiceLine-id - picture: - operationId: financials.companies.purchaseInvoiceLines.Item.ListPicture - parameters: - company-id: $request.path.company-id - purchaseInvoiceLine-id: $request.path.purchaseInvoiceLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10879,8 +10703,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.item' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10969,7 +10797,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11008,8 +10836,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11125,7 +10957,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -11163,7 +10995,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11232,7 +11064,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11279,8 +11111,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11358,7 +11194,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -11554,7 +11390,7 @@ paths: - vendor type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.purchaseInvoiceCollectionResponse' default: $ref: '#/components/responses/error' @@ -11642,30 +11478,12 @@ paths: - vendor type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.purchaseInvoice' - links: - currency: - operationId: financials.companies.PurchaseInvoices.GetCurrency - parameters: - company-id: $request.path.company-id - purchaseInvoice-id: $request.path.purchaseInvoice-id - purchaseInvoiceLines: - operationId: financials.companies.PurchaseInvoices.ListPurchaseInvoiceLines - parameters: - company-id: $request.path.company-id - purchaseInvoice-id: $request.path.purchaseInvoice-id - vendor: - operationId: financials.companies.PurchaseInvoices.GetVendor - parameters: - company-id: $request.path.company-id - purchaseInvoice-id: $request.path.purchaseInvoice-id - post: - operationId: financials.companies.company.purchaseInvoices.purchaseInvoice.post default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11699,8 +11517,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.purchaseInvoice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.purchaseInvoice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11758,7 +11580,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11797,8 +11619,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11998,7 +11824,7 @@ paths: - item type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.purchaseInvoiceLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -12087,25 +11913,12 @@ paths: - item type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.purchaseInvoiceLine' - links: - account: - operationId: financials.companies.purchaseInvoices.PurchaseInvoiceLines.GetAccount - parameters: - company-id: $request.path.company-id - purchaseInvoice-id: $request.path.purchaseInvoice-id - purchaseInvoiceLine-id: $request.path.purchaseInvoiceLine-id - item: - operationId: financials.companies.purchaseInvoices.PurchaseInvoiceLines.GetItem - parameters: - company-id: $request.path.company-id - purchaseInvoice-id: $request.path.purchaseInvoice-id - purchaseInvoiceLine-id: $request.path.purchaseInvoiceLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12147,8 +11960,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.purchaseInvoiceLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.purchaseInvoiceLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12214,7 +12031,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12298,25 +12115,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.item' - links: - itemCategory: - operationId: financials.companies.purchaseInvoices.purchaseInvoiceLines.Item.GetItemCategory - parameters: - company-id: $request.path.company-id - purchaseInvoice-id: $request.path.purchaseInvoice-id - purchaseInvoiceLine-id: $request.path.purchaseInvoiceLine-id - picture: - operationId: financials.companies.purchaseInvoices.purchaseInvoiceLines.Item.ListPicture - parameters: - company-id: $request.path.company-id - purchaseInvoice-id: $request.path.purchaseInvoice-id - purchaseInvoiceLine-id: $request.path.purchaseInvoiceLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12358,8 +12162,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.item' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12464,7 +12272,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12511,8 +12319,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12644,7 +12456,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -12690,7 +12502,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12767,7 +12579,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12822,8 +12634,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12917,7 +12733,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -13050,33 +12866,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vendor' - links: - currency: - operationId: financials.companies.purchaseInvoices.Vendor.GetCurrency - parameters: - company-id: $request.path.company-id - purchaseInvoice-id: $request.path.purchaseInvoice-id - paymentMethod: - operationId: financials.companies.purchaseInvoices.Vendor.GetPaymentMethod - parameters: - company-id: $request.path.company-id - purchaseInvoice-id: $request.path.purchaseInvoice-id - paymentTerm: - operationId: financials.companies.purchaseInvoices.Vendor.GetPaymentTerm - parameters: - company-id: $request.path.company-id - purchaseInvoice-id: $request.path.purchaseInvoice-id - picture: - operationId: financials.companies.purchaseInvoices.Vendor.ListPicture - parameters: - company-id: $request.path.company-id - purchaseInvoice-id: $request.path.purchaseInvoice-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13110,8 +12905,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.vendor' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.vendor' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13203,7 +13002,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13242,8 +13041,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13332,7 +13135,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13371,8 +13174,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13465,7 +13272,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13504,8 +13311,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13621,7 +13432,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -13659,7 +13470,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13728,7 +13539,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13775,8 +13586,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13854,7 +13669,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -14036,7 +13851,7 @@ paths: - item type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesCreditMemoLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -14118,23 +13933,12 @@ paths: - item type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesCreditMemoLine' - links: - account: - operationId: financials.companies.SalesCreditMemoLines.GetAccount - parameters: - company-id: $request.path.company-id - salesCreditMemoLine-id: $request.path.salesCreditMemoLine-id - item: - operationId: financials.companies.SalesCreditMemoLines.GetItem - parameters: - company-id: $request.path.company-id - salesCreditMemoLine-id: $request.path.salesCreditMemoLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14168,8 +13972,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesCreditMemoLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesCreditMemoLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14227,7 +14035,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14303,23 +14111,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.item' - links: - itemCategory: - operationId: financials.companies.salesCreditMemoLines.Item.GetItemCategory - parameters: - company-id: $request.path.company-id - salesCreditMemoLine-id: $request.path.salesCreditMemoLine-id - picture: - operationId: financials.companies.salesCreditMemoLines.Item.ListPicture - parameters: - company-id: $request.path.company-id - salesCreditMemoLine-id: $request.path.salesCreditMemoLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14353,8 +14150,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.item' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14443,7 +14244,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14482,8 +14283,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14599,7 +14404,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -14637,7 +14442,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14706,7 +14511,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14753,8 +14558,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14832,7 +14641,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -15036,7 +14845,7 @@ paths: - salesCreditMemoLines type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesCreditMemoCollectionResponse' default: $ref: '#/components/responses/error' @@ -15128,33 +14937,12 @@ paths: - salesCreditMemoLines type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesCreditMemo' - links: - currency: - operationId: financials.companies.SalesCreditMemos.GetCurrency - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id - customer: - operationId: financials.companies.SalesCreditMemos.GetCustomer - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id - paymentTerm: - operationId: financials.companies.SalesCreditMemos.GetPaymentTerm - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id - salesCreditMemoLines: - operationId: financials.companies.SalesCreditMemos.ListSalesCreditMemoLines - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15188,8 +14976,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesCreditMemo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesCreditMemo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15247,7 +15039,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15286,8 +15078,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15401,38 +15197,12 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customer' - links: - currency: - operationId: financials.companies.salesCreditMemos.Customer.GetCurrency - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id - paymentMethod: - operationId: financials.companies.salesCreditMemos.Customer.GetPaymentMethod - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id - paymentTerm: - operationId: financials.companies.salesCreditMemos.Customer.GetPaymentTerm - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id - picture: - operationId: financials.companies.salesCreditMemos.Customer.ListPicture - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id - shipmentMethod: - operationId: financials.companies.salesCreditMemos.Customer.GetShipmentMethod - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15466,8 +15236,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15559,7 +15333,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15598,8 +15372,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15688,7 +15466,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15727,8 +15505,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15821,7 +15603,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15860,8 +15642,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15977,7 +15763,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -16015,7 +15801,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16084,7 +15870,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16131,8 +15917,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16210,7 +16000,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16315,7 +16105,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16354,8 +16144,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shipmentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shipmentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16448,7 +16242,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16487,8 +16281,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16662,7 +16460,7 @@ paths: - item type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesCreditMemoLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -16752,25 +16550,12 @@ paths: - item type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesCreditMemoLine' - links: - account: - operationId: financials.companies.salesCreditMemos.SalesCreditMemoLines.GetAccount - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id - salesCreditMemoLine-id: $request.path.salesCreditMemoLine-id - item: - operationId: financials.companies.salesCreditMemos.SalesCreditMemoLines.GetItem - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id - salesCreditMemoLine-id: $request.path.salesCreditMemoLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16812,8 +16597,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesCreditMemoLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesCreditMemoLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16879,7 +16668,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16963,25 +16752,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.item' - links: - itemCategory: - operationId: financials.companies.salesCreditMemos.salesCreditMemoLines.Item.GetItemCategory - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id - salesCreditMemoLine-id: $request.path.salesCreditMemoLine-id - picture: - operationId: financials.companies.salesCreditMemos.salesCreditMemoLines.Item.ListPicture - parameters: - company-id: $request.path.company-id - salesCreditMemo-id: $request.path.salesCreditMemo-id - salesCreditMemoLine-id: $request.path.salesCreditMemoLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17023,8 +16799,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.item' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17129,7 +16909,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17176,8 +16956,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17309,7 +17093,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -17355,7 +17139,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17432,7 +17216,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17487,8 +17271,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17582,7 +17370,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -17772,7 +17560,7 @@ paths: - item type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesInvoiceLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -17854,23 +17642,12 @@ paths: - item type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesInvoiceLine' - links: - account: - operationId: financials.companies.SalesInvoiceLines.GetAccount - parameters: - company-id: $request.path.company-id - salesInvoiceLine-id: $request.path.salesInvoiceLine-id - item: - operationId: financials.companies.SalesInvoiceLines.GetItem - parameters: - company-id: $request.path.company-id - salesInvoiceLine-id: $request.path.salesInvoiceLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17904,8 +17681,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesInvoiceLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesInvoiceLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17963,7 +17744,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18039,23 +17820,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.item' - links: - itemCategory: - operationId: financials.companies.salesInvoiceLines.Item.GetItemCategory - parameters: - company-id: $request.path.company-id - salesInvoiceLine-id: $request.path.salesInvoiceLine-id - picture: - operationId: financials.companies.salesInvoiceLines.Item.ListPicture - parameters: - company-id: $request.path.company-id - salesInvoiceLine-id: $request.path.salesInvoiceLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18089,8 +17859,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.item' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18179,7 +17953,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18218,8 +17992,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18335,7 +18113,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -18373,7 +18151,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18442,7 +18220,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18489,8 +18267,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18568,7 +18350,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -18789,7 +18571,7 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesInvoiceCollectionResponse' default: $ref: '#/components/responses/error' @@ -18888,48 +18670,12 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesInvoice' - links: - currency: - operationId: financials.companies.SalesInvoices.GetCurrency - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - customer: - operationId: financials.companies.SalesInvoices.GetCustomer - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - paymentTerm: - operationId: financials.companies.SalesInvoices.GetPaymentTerm - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - salesInvoiceLines: - operationId: financials.companies.SalesInvoices.ListSalesInvoiceLines - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - shipmentMethod: - operationId: financials.companies.SalesInvoices.GetShipmentMethod - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - cancel: - operationId: financials.companies.company.salesInvoices.salesInvoice.cancel - cancelAndSend: - operationId: financials.companies.company.salesInvoices.salesInvoice.cancelAndSend - post: - operationId: financials.companies.company.salesInvoices.salesInvoice.post - postAndSend: - operationId: financials.companies.company.salesInvoices.salesInvoice.postAndSend - send: - operationId: financials.companies.company.salesInvoices.salesInvoice.send default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18963,8 +18709,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesInvoice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesInvoice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19022,7 +18772,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19061,8 +18811,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19176,38 +18930,12 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customer' - links: - currency: - operationId: financials.companies.salesInvoices.Customer.GetCurrency - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - paymentMethod: - operationId: financials.companies.salesInvoices.Customer.GetPaymentMethod - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - paymentTerm: - operationId: financials.companies.salesInvoices.Customer.GetPaymentTerm - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - picture: - operationId: financials.companies.salesInvoices.Customer.ListPicture - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - shipmentMethod: - operationId: financials.companies.salesInvoices.Customer.GetShipmentMethod - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19241,8 +18969,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19334,7 +19066,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19373,8 +19105,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19463,7 +19199,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19502,8 +19238,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19596,7 +19336,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19635,8 +19375,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19752,7 +19496,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -19790,7 +19534,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19859,7 +19603,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19906,8 +19650,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19985,7 +19733,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -20090,7 +19838,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20129,8 +19877,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shipmentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shipmentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20368,7 +20120,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20407,8 +20159,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20582,7 +20338,7 @@ paths: - item type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesInvoiceLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -20672,25 +20428,12 @@ paths: - item type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesInvoiceLine' - links: - account: - operationId: financials.companies.salesInvoices.SalesInvoiceLines.GetAccount - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - salesInvoiceLine-id: $request.path.salesInvoiceLine-id - item: - operationId: financials.companies.salesInvoices.SalesInvoiceLines.GetItem - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - salesInvoiceLine-id: $request.path.salesInvoiceLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20732,8 +20475,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesInvoiceLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesInvoiceLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20799,7 +20546,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20883,25 +20630,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.item' - links: - itemCategory: - operationId: financials.companies.salesInvoices.salesInvoiceLines.Item.GetItemCategory - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - salesInvoiceLine-id: $request.path.salesInvoiceLine-id - picture: - operationId: financials.companies.salesInvoices.salesInvoiceLines.Item.ListPicture - parameters: - company-id: $request.path.company-id - salesInvoice-id: $request.path.salesInvoice-id - salesInvoiceLine-id: $request.path.salesInvoiceLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20943,8 +20677,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.item' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21049,7 +20787,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21096,8 +20834,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21229,7 +20971,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -21275,7 +21017,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21352,7 +21094,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21407,8 +21149,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21502,7 +21248,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -21615,7 +21361,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21654,8 +21400,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shipmentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shipmentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21833,7 +21583,7 @@ paths: - item type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesOrderLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -21919,23 +21669,12 @@ paths: - item type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesOrderLine' - links: - account: - operationId: financials.companies.SalesOrderLines.GetAccount - parameters: - company-id: $request.path.company-id - salesOrderLine-id: $request.path.salesOrderLine-id - item: - operationId: financials.companies.SalesOrderLines.GetItem - parameters: - company-id: $request.path.company-id - salesOrderLine-id: $request.path.salesOrderLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21969,8 +21708,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesOrderLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesOrderLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22028,7 +21771,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22104,23 +21847,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.item' - links: - itemCategory: - operationId: financials.companies.salesOrderLines.Item.GetItemCategory - parameters: - company-id: $request.path.company-id - salesOrderLine-id: $request.path.salesOrderLine-id - picture: - operationId: financials.companies.salesOrderLines.Item.ListPicture - parameters: - company-id: $request.path.company-id - salesOrderLine-id: $request.path.salesOrderLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22154,8 +21886,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.item' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22244,7 +21980,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22283,8 +22019,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22400,7 +22140,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -22438,7 +22178,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22507,7 +22247,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22554,8 +22294,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22633,7 +22377,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -22846,7 +22590,7 @@ paths: - salesOrderLines type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesOrderCollectionResponse' default: $ref: '#/components/responses/error' @@ -22941,33 +22685,12 @@ paths: - salesOrderLines type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesOrder' - links: - currency: - operationId: financials.companies.SalesOrders.GetCurrency - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id - customer: - operationId: financials.companies.SalesOrders.GetCustomer - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id - paymentTerm: - operationId: financials.companies.SalesOrders.GetPaymentTerm - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id - salesOrderLines: - operationId: financials.companies.SalesOrders.ListSalesOrderLines - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23001,8 +22724,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesOrder' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesOrder' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23060,7 +22787,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23099,8 +22826,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23214,38 +22945,12 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customer' - links: - currency: - operationId: financials.companies.salesOrders.Customer.GetCurrency - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id - paymentMethod: - operationId: financials.companies.salesOrders.Customer.GetPaymentMethod - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id - paymentTerm: - operationId: financials.companies.salesOrders.Customer.GetPaymentTerm - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id - picture: - operationId: financials.companies.salesOrders.Customer.ListPicture - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id - shipmentMethod: - operationId: financials.companies.salesOrders.Customer.GetShipmentMethod - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23279,8 +22984,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23372,7 +23081,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23411,8 +23120,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23501,7 +23214,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23540,8 +23253,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23634,7 +23351,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23673,8 +23390,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23790,7 +23511,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -23828,7 +23549,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23897,7 +23618,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23944,8 +23665,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24023,7 +23748,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -24128,7 +23853,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24167,8 +23892,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shipmentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shipmentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24261,7 +23990,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24300,8 +24029,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24487,7 +24220,7 @@ paths: - item type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesOrderLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -24581,25 +24314,12 @@ paths: - item type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesOrderLine' - links: - account: - operationId: financials.companies.salesOrders.SalesOrderLines.GetAccount - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id - salesOrderLine-id: $request.path.salesOrderLine-id - item: - operationId: financials.companies.salesOrders.SalesOrderLines.GetItem - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id - salesOrderLine-id: $request.path.salesOrderLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24641,8 +24361,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesOrderLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesOrderLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24708,7 +24432,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24792,25 +24516,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.item' - links: - itemCategory: - operationId: financials.companies.salesOrders.salesOrderLines.Item.GetItemCategory - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id - salesOrderLine-id: $request.path.salesOrderLine-id - picture: - operationId: financials.companies.salesOrders.salesOrderLines.Item.ListPicture - parameters: - company-id: $request.path.company-id - salesOrder-id: $request.path.salesOrder-id - salesOrderLine-id: $request.path.salesOrderLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24852,8 +24563,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.item' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24958,7 +24673,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25005,8 +24720,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25138,7 +24857,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -25184,7 +24903,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25261,7 +24980,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25316,8 +25035,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25411,7 +25134,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -25595,7 +25318,7 @@ paths: - item type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesQuoteLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -25675,23 +25398,12 @@ paths: - item type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesQuoteLine' - links: - account: - operationId: financials.companies.SalesQuoteLines.GetAccount - parameters: - company-id: $request.path.company-id - salesQuoteLine-id: $request.path.salesQuoteLine-id - item: - operationId: financials.companies.SalesQuoteLines.GetItem - parameters: - company-id: $request.path.company-id - salesQuoteLine-id: $request.path.salesQuoteLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25725,8 +25437,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesQuoteLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesQuoteLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25784,7 +25500,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25860,23 +25576,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.item' - links: - itemCategory: - operationId: financials.companies.salesQuoteLines.Item.GetItemCategory - parameters: - company-id: $request.path.company-id - salesQuoteLine-id: $request.path.salesQuoteLine-id - picture: - operationId: financials.companies.salesQuoteLines.Item.ListPicture - parameters: - company-id: $request.path.company-id - salesQuoteLine-id: $request.path.salesQuoteLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25910,8 +25615,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.item' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26000,7 +25709,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26039,8 +25748,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26156,7 +25869,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -26194,7 +25907,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26263,7 +25976,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26310,8 +26023,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26389,7 +26106,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -26604,7 +26321,7 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesQuoteCollectionResponse' default: $ref: '#/components/responses/error' @@ -26701,42 +26418,12 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesQuote' - links: - currency: - operationId: financials.companies.SalesQuotes.GetCurrency - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - customer: - operationId: financials.companies.SalesQuotes.GetCustomer - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - paymentTerm: - operationId: financials.companies.SalesQuotes.GetPaymentTerm - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - salesQuoteLines: - operationId: financials.companies.SalesQuotes.ListSalesQuoteLines - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - shipmentMethod: - operationId: financials.companies.SalesQuotes.GetShipmentMethod - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - makeInvoice: - operationId: financials.companies.company.salesQuotes.salesQuote.makeInvoice - send: - operationId: financials.companies.company.salesQuotes.salesQuote.send default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26770,8 +26457,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesQuote' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesQuote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26829,7 +26520,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26868,8 +26559,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26983,38 +26678,12 @@ paths: - shipmentMethod type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customer' - links: - currency: - operationId: financials.companies.salesQuotes.Customer.GetCurrency - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - paymentMethod: - operationId: financials.companies.salesQuotes.Customer.GetPaymentMethod - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - paymentTerm: - operationId: financials.companies.salesQuotes.Customer.GetPaymentTerm - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - picture: - operationId: financials.companies.salesQuotes.Customer.ListPicture - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - shipmentMethod: - operationId: financials.companies.salesQuotes.Customer.GetShipmentMethod - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27048,8 +26717,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27141,7 +26814,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27180,8 +26853,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27270,7 +26947,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27309,8 +26986,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27403,7 +27084,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27442,8 +27123,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27559,7 +27244,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -27597,7 +27282,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27666,7 +27351,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27713,8 +27398,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27792,7 +27481,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -27897,7 +27586,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27936,8 +27625,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shipmentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shipmentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28088,7 +27781,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28127,8 +27820,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28296,7 +27993,7 @@ paths: - item type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.salesQuoteLineCollectionResponse' default: $ref: '#/components/responses/error' @@ -28384,25 +28081,12 @@ paths: - item type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.salesQuoteLine' - links: - account: - operationId: financials.companies.salesQuotes.SalesQuoteLines.GetAccount - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - salesQuoteLine-id: $request.path.salesQuoteLine-id - item: - operationId: financials.companies.salesQuotes.SalesQuoteLines.GetItem - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - salesQuoteLine-id: $request.path.salesQuoteLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28444,8 +28128,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.salesQuoteLine' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.salesQuoteLine' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28511,7 +28199,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28595,25 +28283,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.item' - links: - itemCategory: - operationId: financials.companies.salesQuotes.salesQuoteLines.Item.GetItemCategory - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - salesQuoteLine-id: $request.path.salesQuoteLine-id - picture: - operationId: financials.companies.salesQuotes.salesQuoteLines.Item.ListPicture - parameters: - company-id: $request.path.company-id - salesQuote-id: $request.path.salesQuote-id - salesQuoteLine-id: $request.path.salesQuoteLine-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28655,8 +28330,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.item' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.item' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28761,7 +28440,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28808,8 +28487,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28941,7 +28624,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -28987,7 +28670,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29064,7 +28747,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29119,8 +28802,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29214,7 +28901,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -29327,7 +29014,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29366,8 +29053,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shipmentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shipmentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29472,7 +29163,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.shipmentMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -29502,7 +29193,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.shipmentMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29562,7 +29253,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29601,8 +29292,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shipmentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shipmentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29710,7 +29405,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.taxAreaCollectionResponse' default: $ref: '#/components/responses/error' @@ -29740,7 +29435,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.taxArea' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29801,7 +29496,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29840,8 +29535,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.taxArea' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.taxArea' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29949,7 +29648,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.taxGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -29979,7 +29678,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.taxGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30040,7 +29739,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30079,8 +29778,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.taxGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.taxGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30188,7 +29891,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unitOfMeasureCollectionResponse' default: $ref: '#/components/responses/error' @@ -30218,7 +29921,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unitOfMeasure' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30279,7 +29982,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30318,8 +30021,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unitOfMeasure' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unitOfMeasure' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30468,7 +30175,7 @@ paths: - picture type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.vendorCollectionResponse' default: $ref: '#/components/responses/error' @@ -30498,7 +30205,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.vendor' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30578,33 +30285,12 @@ paths: - picture type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vendor' - links: - currency: - operationId: financials.companies.Vendors.GetCurrency - parameters: - company-id: $request.path.company-id - vendor-id: $request.path.vendor-id - paymentMethod: - operationId: financials.companies.Vendors.GetPaymentMethod - parameters: - company-id: $request.path.company-id - vendor-id: $request.path.vendor-id - paymentTerm: - operationId: financials.companies.Vendors.GetPaymentTerm - parameters: - company-id: $request.path.company-id - vendor-id: $request.path.vendor-id - picture: - operationId: financials.companies.Vendors.ListPicture - parameters: - company-id: $request.path.company-id - vendor-id: $request.path.vendor-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30638,8 +30324,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.vendor' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.vendor' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30731,7 +30421,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30770,8 +30460,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.currency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.currency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30860,7 +30554,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30899,8 +30593,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30993,7 +30691,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31032,8 +30730,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.paymentTerm' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.paymentTerm' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31149,7 +30851,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pictureCollectionResponse' default: $ref: '#/components/responses/error' @@ -31187,7 +30889,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31256,7 +30958,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31303,8 +31005,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31382,7 +31088,7 @@ paths: type: string x-ms-docs-key-type: picture responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 1295bb04997..78d37709914 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -69,7 +69,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupLifecyclePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -94,7 +94,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -150,17 +150,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' - links: - addGroup: - operationId: groupLifecyclePolicies.groupLifecyclePolicy.addGroup - removeGroup: - operationId: groupLifecyclePolicies.groupLifecyclePolicy.removeGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -190,8 +185,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -253,7 +252,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -296,7 +295,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -334,7 +333,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -622,7 +621,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -647,7 +646,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.group' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -807,155 +806,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: groups.ListAppRoleAssignments - parameters: - group-id: $request.path.group-id - createdOnBehalfOf: - operationId: groups.GetCreatedOnBehalfGraphOPre - parameters: - group-id: $request.path.group-id - endpoints: - operationId: groups.ListEndpoints - parameters: - group-id: $request.path.group-id - memberOf: - operationId: groups.ListMemberGraphOPre - parameters: - group-id: $request.path.group-id - members: - operationId: groups.ListMembers - parameters: - group-id: $request.path.group-id - membersWithLicenseErrors: - operationId: groups.ListMembersGraphWPreLicenseErrors - parameters: - group-id: $request.path.group-id - owners: - operationId: groups.ListOwners - parameters: - group-id: $request.path.group-id - permissionGrants: - operationId: groups.ListPermissionGrants - parameters: - group-id: $request.path.group-id - settings: - operationId: groups.ListSettings - parameters: - group-id: $request.path.group-id - transitiveMemberOf: - operationId: groups.ListTransitiveMemberGraphOPre - parameters: - group-id: $request.path.group-id - transitiveMembers: - operationId: groups.ListTransitiveMembers - parameters: - group-id: $request.path.group-id - acceptedSenders: - operationId: groups.ListAcceptedSenders - parameters: - group-id: $request.path.group-id - calendar: - operationId: groups.GetCalendar - parameters: - group-id: $request.path.group-id - calendarView: - operationId: groups.ListCalendarView - parameters: - group-id: $request.path.group-id - conversations: - operationId: groups.ListConversations - parameters: - group-id: $request.path.group-id - events: - operationId: groups.ListEvents - parameters: - group-id: $request.path.group-id - rejectedSenders: - operationId: groups.ListRejectedSenders - parameters: - group-id: $request.path.group-id - threads: - operationId: groups.ListThreads - parameters: - group-id: $request.path.group-id - drive: - operationId: groups.GetDrive - parameters: - group-id: $request.path.group-id - drives: - operationId: groups.ListDrives - parameters: - group-id: $request.path.group-id - sites: - operationId: groups.ListSites - parameters: - group-id: $request.path.group-id - extensions: - operationId: groups.ListExtensions - parameters: - group-id: $request.path.group-id - groupLifecyclePolicies: - operationId: groups.ListGroupLifecyclePolicies - parameters: - group-id: $request.path.group-id - planner: - operationId: groups.GetPlanner - parameters: - group-id: $request.path.group-id - onenote: - operationId: groups.GetOnenote - parameters: - group-id: $request.path.group-id - photo: - operationId: groups.GetPhoto - parameters: - group-id: $request.path.group-id - photos: - operationId: groups.ListPhotos - parameters: - group-id: $request.path.group-id - team: - operationId: groups.GetTeam - parameters: - group-id: $request.path.group-id - addFavorite: - operationId: groups.group.addFavorite - assignLicense: - operationId: groups.group.assignLicense - checkGrantedPermissionsForApp: - operationId: groups.group.checkGrantedPermissionsGraphFPreApp - checkMemberGroups: - operationId: groups.group.checkMemberGroups - checkMemberObjects: - operationId: groups.group.checkMemberObjects - evaluateDynamicMembership: - operationId: groups.group.evaluateDynamicMembership - getMemberGroups: - operationId: groups.group.getMemberGroups - getMemberObjects: - operationId: groups.group.getMemberObjects - removeFavorite: - operationId: groups.group.removeFavorite - renew: - operationId: groups.group.renew - resetUnseenCount: - operationId: groups.group.resetUnseenCount - restore: - operationId: groups.group.restore - subscribeByMail: - operationId: groups.group.subscribeGraphBPreMail - unsubscribeByMail: - operationId: groups.group.unsubscribeGraphBPreMail - validateProperties: - operationId: groups.group.validateProperties default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -985,8 +841,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1072,7 +932,7 @@ paths: - deletedDateTime type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -1161,7 +1021,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -1231,7 +1091,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1288,7 +1148,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1353,7 +1213,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2001,7 +1861,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2602,7 +2462,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2676,7 +2536,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2741,7 +2601,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3389,7 +3249,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3990,7 +3850,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4527,7 +4387,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4593,7 +4453,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4650,7 +4510,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4715,7 +4575,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5363,7 +5223,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5964,7 +5824,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6038,7 +5898,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6103,7 +5963,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6751,7 +6611,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7352,7 +7212,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7889,7 +7749,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7943,7 +7803,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -8010,7 +7870,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8072,7 +7932,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8129,7 +7989,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8194,7 +8054,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8842,7 +8702,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9443,7 +9303,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9517,7 +9377,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9582,7 +9442,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10230,7 +10090,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10831,7 +10691,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11368,7 +11228,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11460,7 +11320,7 @@ paths: - threads type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationCollectionResponse' default: $ref: '#/components/responses/error' @@ -11494,7 +11354,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11546,18 +11406,12 @@ paths: - threads type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversation' - links: - threads: - operationId: groups.Conversations.ListThreads - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11690,7 +11544,7 @@ paths: - posts type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationThreadCollectionResponse' default: $ref: '#/components/responses/error' @@ -11728,7 +11582,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11804,21 +11658,12 @@ paths: - posts type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' - links: - posts: - operationId: groups.conversations.Threads.ListPosts - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - reply: - operationId: groups.group.conversations.conversation.threads.conversationThread.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11860,8 +11705,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationThread' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12088,7 +11937,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.postCollectionResponse' default: $ref: '#/components/responses/error' @@ -12185,59 +12034,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' - links: - attachments: - operationId: groups.conversations.threads.Posts.ListAttachments - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - extensions: - operationId: groups.conversations.threads.Posts.ListExtensions - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - inReplyTo: - operationId: groups.conversations.threads.Posts.GetInReplyTo - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - mentions: - operationId: groups.conversations.threads.Posts.ListMentions - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - multiValueExtendedProperties: - operationId: groups.conversations.threads.Posts.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - singleValueExtendedProperties: - operationId: groups.conversations.threads.Posts.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - forward: - operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.forward - reply: - operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12287,8 +12089,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.post' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.post' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12392,7 +12198,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -12446,7 +12252,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12533,7 +12339,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12656,7 +12462,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12747,7 +12553,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -12801,7 +12607,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12883,7 +12689,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12946,8 +12752,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13099,59 +12909,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' - links: - attachments: - operationId: groups.conversations.threads.posts.InReplyTo.ListAttachments - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - extensions: - operationId: groups.conversations.threads.posts.InReplyTo.ListExtensions - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - inReplyTo: - operationId: groups.conversations.threads.posts.InReplyTo.GetInReplyTo - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - mentions: - operationId: groups.conversations.threads.posts.InReplyTo.ListMentions - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - multiValueExtendedProperties: - operationId: groups.conversations.threads.posts.InReplyTo.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - singleValueExtendedProperties: - operationId: groups.conversations.threads.posts.InReplyTo.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - forward: - operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.inReplyTo.forward - reply: - operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.inReplyTo.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13255,7 +13018,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -13309,7 +13072,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13396,7 +13159,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13519,7 +13282,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13610,7 +13373,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -13664,7 +13427,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13746,7 +13509,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13809,8 +13572,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13977,7 +13744,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mentionCollectionResponse' default: $ref: '#/components/responses/error' @@ -14031,7 +13798,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14120,7 +13887,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14400,7 +14167,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -14454,7 +14221,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14537,7 +14304,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14600,8 +14367,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14749,7 +14520,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -14803,7 +14574,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14886,7 +14657,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14949,8 +14720,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15117,7 +14892,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mentionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15171,7 +14946,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15260,7 +15035,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15540,7 +15315,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -15594,7 +15369,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15677,7 +15452,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15740,8 +15515,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15889,7 +15668,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -15943,7 +15722,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16026,7 +15805,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16089,8 +15868,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16194,7 +15977,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16320,7 +16103,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16443,7 +16226,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -16715,7 +16498,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16795,7 +16578,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16852,7 +16635,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17039,7 +16822,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17251,7 +17034,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17309,7 +17092,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Success content: application/json: @@ -17354,7 +17137,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Success content: application/json: @@ -17477,7 +17260,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17576,7 +17359,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17659,7 +17442,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17719,7 +17502,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17914,7 +17697,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -18093,7 +17876,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18174,7 +17957,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18424,7 +18207,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -18561,7 +18344,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18610,7 +18393,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18720,7 +18503,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -18860,7 +18643,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18983,7 +18766,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -19149,7 +18932,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -19281,7 +19064,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -19514,7 +19297,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' @@ -19700,7 +19483,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/searchResponse' default: $ref: '#/components/responses/error' @@ -19878,7 +19661,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' @@ -19987,7 +19770,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20102,7 +19885,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -20334,7 +20117,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20406,7 +20189,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20455,7 +20238,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20634,7 +20417,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -20838,7 +20621,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -20888,7 +20671,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Success content: application/json: @@ -20925,7 +20708,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Success content: application/json: @@ -21040,7 +20823,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -21131,7 +20914,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21206,7 +20989,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21258,7 +21041,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21445,7 +21228,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -21600,7 +21383,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21673,7 +21456,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21840,7 +21623,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' default: $ref: '#/components/responses/error' @@ -21870,7 +21653,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.endpoint' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21934,7 +21717,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21973,8 +21756,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.endpoint' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.endpoint' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22052,7 +21839,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22109,7 +21896,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22174,7 +21961,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22822,7 +22609,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -23423,7 +23210,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -23497,7 +23284,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23562,7 +23349,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -24210,7 +23997,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -24811,7 +24598,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -25348,7 +25135,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -25433,7 +25220,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -25463,7 +25250,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25521,7 +25308,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25560,8 +25347,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25670,7 +25461,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupLifecyclePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -25700,7 +25491,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25761,17 +25552,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' - links: - addGroup: - operationId: groups.group.groupLifecyclePolicies.groupLifecyclePolicy.addGroup - removeGroup: - operationId: groups.group.groupLifecyclePolicies.groupLifecyclePolicy.removeGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25805,8 +25591,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25880,7 +25670,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -25931,7 +25721,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -25978,7 +25768,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26068,7 +25858,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -26136,7 +25926,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26220,7 +26010,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -26320,7 +26110,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -26422,7 +26212,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -26490,7 +26280,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26564,7 +26354,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26589,7 +26379,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Success content: application/json: @@ -26646,7 +26436,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26698,7 +26488,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26753,7 +26543,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26796,7 +26586,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26848,7 +26638,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26965,7 +26755,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Success content: application/json: @@ -27123,7 +26913,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27201,7 +26991,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27279,7 +27069,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27362,7 +27152,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27486,7 +27276,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -27556,7 +27346,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27626,7 +27416,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27701,7 +27491,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27809,7 +27599,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -27851,7 +27641,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27889,7 +27679,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -27961,7 +27751,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28037,7 +27827,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -28107,7 +27897,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28177,7 +27967,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28252,7 +28042,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28360,7 +28150,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -28422,7 +28212,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28484,7 +28274,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28551,7 +28341,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28643,7 +28433,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -28727,7 +28517,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -28827,7 +28617,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -28937,7 +28727,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -28967,7 +28757,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29031,23 +28821,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - links: - checkMemberGroups: - operationId: groups.group.permissionGrants.resourceSpecificPermissionGrant.checkMemberGroups - checkMemberObjects: - operationId: groups.group.permissionGrants.resourceSpecificPermissionGrant.checkMemberObjects - getMemberGroups: - operationId: groups.group.permissionGrants.resourceSpecificPermissionGrant.getMemberGroups - getMemberObjects: - operationId: groups.group.permissionGrants.resourceSpecificPermissionGrant.getMemberObjects - restore: - operationId: groups.group.permissionGrants.resourceSpecificPermissionGrant.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29081,8 +28860,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29162,7 +28945,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -29222,7 +29005,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -29286,7 +29069,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -29346,7 +29129,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -29396,7 +29179,7 @@ paths: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant responses: - '200': + 2XX: description: Success content: application/json: @@ -29444,7 +29227,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -29499,7 +29282,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -29588,7 +29371,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29619,8 +29402,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29640,7 +29427,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -29733,7 +29520,7 @@ paths: - width type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.profilePhotoCollectionResponse' default: $ref: '#/components/responses/error' @@ -29780,7 +29567,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29816,7 +29603,7 @@ paths: type: string x-ms-docs-key-type: profilePhoto responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -29914,7 +29701,7 @@ paths: - deletedDateTime type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -30003,7 +29790,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -30101,7 +29888,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directorySettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -30135,7 +29922,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directorySetting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30196,7 +29983,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30235,8 +30022,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directorySetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directorySetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30421,7 +30212,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -30558,7 +30349,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30607,7 +30398,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30717,7 +30508,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -30911,7 +30702,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -31072,7 +30863,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -31129,7 +30920,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -31247,7 +31038,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -31403,7 +31194,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -31534,7 +31325,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -31716,7 +31507,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -31856,7 +31647,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -32033,7 +31824,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -32164,7 +31955,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -32219,7 +32010,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32289,7 +32080,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32375,7 +32166,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32461,7 +32252,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32552,7 +32343,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32692,7 +32483,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -32770,7 +32561,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32848,7 +32639,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32931,7 +32722,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33055,7 +32846,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -33105,7 +32896,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33151,7 +32942,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -33231,7 +33022,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33323,7 +33114,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -33401,7 +33192,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33479,7 +33270,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33562,7 +33353,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33686,7 +33477,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -33756,7 +33547,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33826,7 +33617,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33901,7 +33692,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -34009,7 +33800,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -34110,7 +33901,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -34183,7 +33974,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -34226,7 +34017,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -34356,7 +34147,7 @@ paths: - siteCollection desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -34416,7 +34207,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -34481,7 +34272,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -35032,7 +34823,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -35183,7 +34974,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -35290,7 +35081,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -35333,7 +35124,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Success content: application/json: @@ -35492,7 +35283,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -35632,7 +35423,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -35722,7 +35513,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -35978,7 +35769,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -36038,7 +35829,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -36102,7 +35893,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -36162,7 +35953,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -36212,7 +36003,7 @@ paths: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant responses: - '200': + 2XX: description: Success content: application/json: @@ -36260,7 +36051,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -36315,7 +36106,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -36407,7 +36198,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -36886,7 +36677,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -37029,7 +36820,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -37120,7 +36911,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -37155,7 +36946,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Success content: application/json: @@ -37282,7 +37073,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -37319,7 +37110,7 @@ paths: type: string x-ms-docs-key-type: timeCard responses: - '200': + 2XX: description: Success content: application/json: @@ -37372,7 +37163,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -37425,7 +37216,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -37473,7 +37264,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -37556,7 +37347,7 @@ paths: - posts type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationThreadCollectionResponse' default: $ref: '#/components/responses/error' @@ -37590,7 +37381,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37645,20 +37436,12 @@ paths: - posts type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' - links: - posts: - operationId: groups.Threads.ListPosts - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - reply: - operationId: groups.group.threads.conversationThread.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37692,8 +37475,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationThread' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37896,7 +37683,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.postCollectionResponse' default: $ref: '#/components/responses/error' @@ -37985,53 +37772,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' - links: - attachments: - operationId: groups.threads.Posts.ListAttachments - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - extensions: - operationId: groups.threads.Posts.ListExtensions - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - inReplyTo: - operationId: groups.threads.Posts.GetInReplyTo - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - mentions: - operationId: groups.threads.Posts.ListMentions - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - multiValueExtendedProperties: - operationId: groups.threads.Posts.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - singleValueExtendedProperties: - operationId: groups.threads.Posts.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - forward: - operationId: groups.group.threads.conversationThread.posts.post.forward - reply: - operationId: groups.group.threads.conversationThread.posts.post.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38073,8 +37819,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.post' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.post' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38170,7 +37920,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -38216,7 +37966,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38295,7 +38045,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38402,7 +38152,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -38485,7 +38235,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -38531,7 +38281,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38605,7 +38355,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38660,8 +38410,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38797,53 +38551,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' - links: - attachments: - operationId: groups.threads.posts.InReplyTo.ListAttachments - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - extensions: - operationId: groups.threads.posts.InReplyTo.ListExtensions - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - inReplyTo: - operationId: groups.threads.posts.InReplyTo.GetInReplyTo - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - mentions: - operationId: groups.threads.posts.InReplyTo.ListMentions - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - multiValueExtendedProperties: - operationId: groups.threads.posts.InReplyTo.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - singleValueExtendedProperties: - operationId: groups.threads.posts.InReplyTo.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - forward: - operationId: groups.group.threads.conversationThread.posts.post.inReplyTo.forward - reply: - operationId: groups.group.threads.conversationThread.posts.post.inReplyTo.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38939,7 +38652,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -38985,7 +38698,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39064,7 +38777,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39171,7 +38884,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -39254,7 +38967,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -39300,7 +39013,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39374,7 +39087,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39429,8 +39142,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39581,7 +39298,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mentionCollectionResponse' default: $ref: '#/components/responses/error' @@ -39627,7 +39344,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39708,7 +39425,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39956,7 +39673,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -40002,7 +39719,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40077,7 +39794,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40132,8 +39849,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40265,7 +39986,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -40311,7 +40032,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40386,7 +40107,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40441,8 +40162,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40593,7 +40318,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mentionCollectionResponse' default: $ref: '#/components/responses/error' @@ -40639,7 +40364,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40720,7 +40445,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40968,7 +40693,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -41014,7 +40739,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41089,7 +40814,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41144,8 +40869,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41277,7 +41006,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -41323,7 +41052,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41398,7 +41127,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41453,8 +41182,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41583,7 +41316,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -41651,7 +41384,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41735,7 +41468,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -41803,7 +41536,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42031,7 +41764,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -42084,7 +41817,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -42123,7 +41856,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -42169,7 +41902,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -42444,7 +42177,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -44257,6 +43990,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -46670,6 +46404,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 974cd5b078d..8eab4e85766 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -91,7 +91,7 @@ paths: - extensions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' default: $ref: '#/components/responses/error' @@ -116,7 +116,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -180,35 +180,12 @@ paths: - extensions type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' - links: - members: - operationId: administrativeUnits.ListMembers - parameters: - administrativeUnit-id: $request.path.administrativeUnit-id - scopedRoleMembers: - operationId: administrativeUnits.ListScopedRoleMembers - parameters: - administrativeUnit-id: $request.path.administrativeUnit-id - extensions: - operationId: administrativeUnits.ListExtensions - parameters: - administrativeUnit-id: $request.path.administrativeUnit-id - checkMemberGroups: - operationId: administrativeUnits.administrativeUnit.checkMemberGroups - checkMemberObjects: - operationId: administrativeUnits.administrativeUnit.checkMemberObjects - getMemberGroups: - operationId: administrativeUnits.administrativeUnit.getMemberGroups - getMemberObjects: - operationId: administrativeUnits.administrativeUnit.getMemberObjects - restore: - operationId: administrativeUnits.administrativeUnit.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -238,8 +215,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.administrativeUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -332,7 +313,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -362,7 +343,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -420,7 +401,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -459,8 +440,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -570,7 +555,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -667,7 +652,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -735,7 +720,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -787,7 +772,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -843,7 +828,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -895,7 +880,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -937,7 +922,7 @@ paths: type: string x-ms-docs-key-type: administrativeUnit responses: - '200': + 2XX: description: Success content: application/json: @@ -1017,7 +1002,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' default: $ref: '#/components/responses/error' @@ -1051,7 +1036,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1112,7 +1097,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1151,8 +1136,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1246,7 +1235,7 @@ paths: - visibility desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1302,7 +1291,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1348,7 +1337,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1516,7 +1505,7 @@ paths: - transitiveReports type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' default: $ref: '#/components/responses/error' @@ -1537,7 +1526,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.orgContact' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -1615,43 +1604,12 @@ paths: - transitiveReports type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' - links: - directReports: - operationId: contacts.ListDirectReports - parameters: - orgContact-id: $request.path.orgContact-id - manager: - operationId: contacts.GetManager - parameters: - orgContact-id: $request.path.orgContact-id - memberOf: - operationId: contacts.ListMemberGraphOPre - parameters: - orgContact-id: $request.path.orgContact-id - transitiveMemberOf: - operationId: contacts.ListTransitiveMemberGraphOPre - parameters: - orgContact-id: $request.path.orgContact-id - transitiveReports: - operationId: contacts.ListTransitiveReports - parameters: - orgContact-id: $request.path.orgContact-id - checkMemberGroups: - operationId: contacts.orgContact.checkMemberGroups - checkMemberObjects: - operationId: contacts.orgContact.checkMemberObjects - getMemberGroups: - operationId: contacts.orgContact.getMemberGroups - getMemberObjects: - operationId: contacts.orgContact.getMemberObjects - restore: - operationId: contacts.orgContact.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1677,8 +1635,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.orgContact' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.orgContact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1783,7 +1745,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -1851,7 +1813,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1905,7 +1867,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1989,7 +1951,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -2057,7 +2019,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2100,7 +2062,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2152,7 +2114,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2208,7 +2170,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2260,7 +2222,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2302,7 +2264,7 @@ paths: type: string x-ms-docs-key-type: orgContact responses: - '200': + 2XX: description: Success content: application/json: @@ -2382,7 +2344,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -2449,7 +2411,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2520,7 +2482,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -2578,7 +2540,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2675,7 +2637,7 @@ paths: - surname desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2731,7 +2693,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2777,7 +2739,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2895,7 +2857,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contractCollectionResponse' default: $ref: '#/components/responses/error' @@ -2916,7 +2878,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contract' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -2974,23 +2936,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contract' - links: - checkMemberGroups: - operationId: contracts.contract.checkMemberGroups - checkMemberObjects: - operationId: contracts.contract.checkMemberObjects - getMemberGroups: - operationId: contracts.contract.getMemberGroups - getMemberObjects: - operationId: contracts.contract.getMemberObjects - restore: - operationId: contracts.contract.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3016,8 +2967,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contract' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contract' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3081,7 +3036,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3133,7 +3088,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3189,7 +3144,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3241,7 +3196,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3283,7 +3238,7 @@ paths: type: string x-ms-docs-key-type: contract responses: - '200': + 2XX: description: Success content: application/json: @@ -3322,7 +3277,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3368,7 +3323,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3606,7 +3561,7 @@ paths: - commands type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -3631,7 +3586,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -3735,51 +3690,12 @@ paths: - commands type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' - links: - usageRights: - operationId: devices.ListUsageRights - parameters: - device-id: $request.path.device-id - memberOf: - operationId: devices.ListMemberGraphOPre - parameters: - device-id: $request.path.device-id - registeredOwners: - operationId: devices.ListRegisteredOwners - parameters: - device-id: $request.path.device-id - registeredUsers: - operationId: devices.ListRegisteredUsers - parameters: - device-id: $request.path.device-id - transitiveMemberOf: - operationId: devices.ListTransitiveMemberGraphOPre - parameters: - device-id: $request.path.device-id - extensions: - operationId: devices.ListExtensions - parameters: - device-id: $request.path.device-id - commands: - operationId: devices.ListCommands - parameters: - device-id: $request.path.device-id - checkMemberGroups: - operationId: devices.device.checkMemberGroups - checkMemberObjects: - operationId: devices.device.checkMemberObjects - getMemberGroups: - operationId: devices.device.getMemberGroups - getMemberObjects: - operationId: devices.device.getMemberObjects - restore: - operationId: devices.device.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3809,8 +3725,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.device' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3929,7 +3849,7 @@ paths: - responsepayload type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.commandCollectionResponse' default: $ref: '#/components/responses/error' @@ -3959,7 +3879,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4027,18 +3947,12 @@ paths: - responsepayload type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.command' - links: - responsepayload: - operationId: devices.Commands.GetResponsepayload - parameters: - device-id: $request.path.device-id - command-id: $request.path.command-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4072,8 +3986,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.command' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4159,7 +4077,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4227,7 +4145,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4257,7 +4175,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4315,7 +4233,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4354,8 +4272,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4468,7 +4390,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -4536,7 +4458,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4579,7 +4501,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4631,7 +4553,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4687,7 +4609,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4739,7 +4661,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4781,7 +4703,7 @@ paths: type: string x-ms-docs-key-type: device responses: - '200': + 2XX: description: Success content: application/json: @@ -4865,7 +4787,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -4965,7 +4887,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -5070,7 +4992,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -5138,7 +5060,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5222,7 +5144,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -5290,7 +5212,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5370,7 +5292,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.usageRightCollectionResponse' default: $ref: '#/components/responses/error' @@ -5400,7 +5322,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5461,7 +5383,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5500,8 +5422,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.usageRight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5695,7 +5621,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5751,7 +5677,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5797,7 +5723,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5902,37 +5828,12 @@ paths: - featureRolloutPolicies type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directory' - links: - impactedResources: - operationId: directory.ListImpactedResources - recommendations: - operationId: directory.ListRecommendations - administrativeUnits: - operationId: directory.ListAdministrativeUnits - attributeSets: - operationId: directory.ListAttributeSets - customSecurityAttributeDefinitions: - operationId: directory.ListCustomSecurityAttributeDefinitions - deletedItems: - operationId: directory.ListDeletedItems - federationConfigurations: - operationId: directory.ListFederationConfigurations - inboundSharedUserProfiles: - operationId: directory.ListInboundSharedUserProfiles - onPremisesSynchronization: - operationId: directory.ListOnPremisesSynchronization - outboundSharedUserProfiles: - operationId: directory.ListOutboundSharedUserProfiles - sharedEmailDomains: - operationId: directory.ListSharedEmailDomains - featureRolloutPolicies: - operationId: directory.ListFeatureRolloutPolicies default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5949,8 +5850,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6026,7 +5931,7 @@ paths: - extensions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' default: $ref: '#/components/responses/error' @@ -6047,7 +5952,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6108,35 +6013,12 @@ paths: - extensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' - links: - members: - operationId: directory.AdministrativeUnits.ListMembers - parameters: - administrativeUnit-id: $request.path.administrativeUnit-id - scopedRoleMembers: - operationId: directory.AdministrativeUnits.ListScopedRoleMembers - parameters: - administrativeUnit-id: $request.path.administrativeUnit-id - extensions: - operationId: directory.AdministrativeUnits.ListExtensions - parameters: - administrativeUnit-id: $request.path.administrativeUnit-id - checkMemberGroups: - operationId: directory.administrativeUnits.administrativeUnit.checkMemberGroups - checkMemberObjects: - operationId: directory.administrativeUnits.administrativeUnit.checkMemberObjects - getMemberGroups: - operationId: directory.administrativeUnits.administrativeUnit.getMemberGroups - getMemberObjects: - operationId: directory.administrativeUnits.administrativeUnit.getMemberObjects - restore: - operationId: directory.administrativeUnits.administrativeUnit.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6162,8 +6044,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.administrativeUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6252,7 +6138,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6282,7 +6168,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6340,7 +6226,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6379,8 +6265,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6490,7 +6380,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -6587,7 +6477,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -6655,7 +6545,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6707,7 +6597,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6763,7 +6653,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6815,7 +6705,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6857,7 +6747,7 @@ paths: type: string x-ms-docs-key-type: administrativeUnit responses: - '200': + 2XX: description: Success content: application/json: @@ -6937,7 +6827,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' default: $ref: '#/components/responses/error' @@ -6971,7 +6861,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7032,7 +6922,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7071,8 +6961,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7166,7 +7060,7 @@ paths: - visibility desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7222,7 +7116,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7268,7 +7162,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7377,7 +7271,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attributeSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -7402,7 +7296,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attributeSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7454,7 +7348,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7485,8 +7379,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attributeSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attributeSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7596,7 +7494,7 @@ paths: - allowedValues type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customSecurityAttributeDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7621,7 +7519,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7681,17 +7579,12 @@ paths: - allowedValues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' - links: - allowedValues: - operationId: directory.CustomSecurityAttributeDefinitions.ListAllowedValues - parameters: - customSecurityAttributeDefinition-id: $request.path.customSecurityAttributeDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7717,8 +7610,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7813,7 +7710,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.allowedValueCollectionResponse' default: $ref: '#/components/responses/error' @@ -7847,7 +7744,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.allowedValue' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7906,7 +7803,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7945,8 +7842,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.allowedValue' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.allowedValue' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8037,7 +7938,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -8058,7 +7959,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8108,23 +8009,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' - links: - checkMemberGroups: - operationId: directory.deletedItems.directoryObject.checkMemberGroups - checkMemberObjects: - operationId: directory.deletedItems.directoryObject.checkMemberObjects - getMemberGroups: - operationId: directory.deletedItems.directoryObject.getMemberGroups - getMemberObjects: - operationId: directory.deletedItems.directoryObject.getMemberObjects - restore: - operationId: directory.deletedItems.directoryObject.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8150,8 +8040,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8215,7 +8109,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8267,7 +8161,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8323,7 +8217,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8375,7 +8269,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8417,7 +8311,7 @@ paths: type: string x-ms-docs-key-type: directoryObject responses: - '200': + 2XX: description: Success content: application/json: @@ -8456,7 +8350,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8502,7 +8396,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8618,7 +8512,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.featureRolloutPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8645,7 +8539,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8707,17 +8601,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' - links: - appliesTo: - operationId: directory.FeatureRolloutPolicies.ListAppliesTo - parameters: - featureRolloutPolicy-id: $request.path.featureRolloutPolicy-id default: $ref: '#/components/responses/error' deprecated: true @@ -8749,8 +8638,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' default: $ref: '#/components/responses/error' deprecated: true @@ -8854,7 +8747,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -8890,7 +8783,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8990,7 +8883,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -9071,7 +8964,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9132,7 +9025,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9256,7 +9149,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -9277,7 +9170,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9328,7 +9221,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9359,8 +9252,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityProviderBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9403,7 +9300,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -9506,7 +9403,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.recommendationResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -9527,7 +9424,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.recommendationResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9586,21 +9483,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recommendationResource' - links: - complete: - operationId: directory.impactedResources.recommendationResource.complete - dismiss: - operationId: directory.impactedResources.recommendationResource.dismiss - postpone: - operationId: directory.impactedResources.recommendationResource.postpone - reactivate: - operationId: directory.impactedResources.recommendationResource.reactivate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9626,8 +9514,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.recommendationResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.recommendationResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9673,7 +9565,7 @@ paths: type: string x-ms-docs-key-type: recommendationResource responses: - '200': + 2XX: description: Success content: application/json: @@ -9711,7 +9603,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9750,7 +9642,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9775,7 +9667,7 @@ paths: type: string x-ms-docs-key-type: recommendationResource responses: - '200': + 2XX: description: Success content: application/json: @@ -9843,7 +9735,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.inboundSharedUserProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -9864,7 +9756,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.inboundSharedUserProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9916,17 +9808,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inboundSharedUserProfile' - links: - exportPersonalData: - operationId: directory.inboundSharedUserProfiles.inboundSharedUserProfile.exportPersonalData - removePersonalData: - operationId: directory.inboundSharedUserProfiles.inboundSharedUserProfile.removePersonalData default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9952,8 +9839,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.inboundSharedUserProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.inboundSharedUserProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10094,7 +9985,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onPremisesDirectorySynchronizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -10115,7 +10006,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10166,7 +10057,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10197,8 +10088,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10280,7 +10175,7 @@ paths: - tenants type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.outboundSharedUserProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -10301,7 +10196,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.outboundSharedUserProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10352,17 +10247,12 @@ paths: - tenants type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outboundSharedUserProfile' - links: - tenants: - operationId: directory.OutboundSharedUserProfiles.ListTenants - parameters: - outboundSharedUserProfile-userId: $request.path.outboundSharedUserProfile-userId default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10388,8 +10278,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.outboundSharedUserProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.outboundSharedUserProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10477,7 +10371,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tenantReferenceCollectionResponse' default: $ref: '#/components/responses/error' @@ -10507,7 +10401,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.tenantReference' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10564,15 +10458,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tenantReference' - links: - removePersonalData: - operationId: directory.outboundSharedUserProfiles.outboundSharedUserProfile.tenants.tenantReference.removePersonalData default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10606,8 +10497,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.tenantReference' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantReference' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10768,7 +10663,7 @@ paths: - impactedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.recommendationCollectionResponse' default: $ref: '#/components/responses/error' @@ -10789,7 +10684,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.recommendation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10854,25 +10749,12 @@ paths: - impactedResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recommendation' - links: - impactedResources: - operationId: directory.Recommendations.ListImpactedResources - parameters: - recommendation-id: $request.path.recommendation-id - complete: - operationId: directory.recommendations.recommendation.complete - dismiss: - operationId: directory.recommendations.recommendation.dismiss - postpone: - operationId: directory.recommendations.recommendation.postpone - reactivate: - operationId: directory.recommendations.recommendation.reactivate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10898,8 +10780,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.recommendation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.recommendation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11017,7 +10903,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.recommendationResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -11047,7 +10933,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.recommendationResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11114,21 +11000,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.recommendationResource' - links: - complete: - operationId: directory.recommendations.recommendation.impactedResources.recommendationResource.complete - dismiss: - operationId: directory.recommendations.recommendation.impactedResources.recommendationResource.dismiss - postpone: - operationId: directory.recommendations.recommendation.impactedResources.recommendationResource.postpone - reactivate: - operationId: directory.recommendations.recommendation.impactedResources.recommendationResource.reactivate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11162,8 +11039,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.recommendationResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.recommendationResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11225,7 +11106,7 @@ paths: type: string x-ms-docs-key-type: recommendationResource responses: - '200': + 2XX: description: Success content: application/json: @@ -11271,7 +11152,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11318,7 +11199,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11351,7 +11232,7 @@ paths: type: string x-ms-docs-key-type: recommendationResource responses: - '200': + 2XX: description: Success content: application/json: @@ -11376,7 +11257,7 @@ paths: type: string x-ms-docs-key-type: recommendation responses: - '200': + 2XX: description: Success content: application/json: @@ -11414,7 +11295,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11453,7 +11334,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11478,7 +11359,7 @@ paths: type: string x-ms-docs-key-type: recommendation responses: - '200': + 2XX: description: Success content: application/json: @@ -11540,7 +11421,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedEmailDomainCollectionResponse' default: $ref: '#/components/responses/error' @@ -11561,7 +11442,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedEmailDomain' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11611,7 +11492,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11642,8 +11523,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedEmailDomain' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedEmailDomain' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11742,7 +11627,7 @@ paths: - scopedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -11767,7 +11652,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryRole' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -11828,31 +11713,12 @@ paths: - scopedMembers type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' - links: - members: - operationId: directoryRoles.ListMembers - parameters: - directoryRole-id: $request.path.directoryRole-id - scopedMembers: - operationId: directoryRoles.ListScopedMembers - parameters: - directoryRole-id: $request.path.directoryRole-id - checkMemberGroups: - operationId: directoryRoles.directoryRole.checkMemberGroups - checkMemberObjects: - operationId: directoryRoles.directoryRole.checkMemberObjects - getMemberGroups: - operationId: directoryRoles.directoryRole.getMemberGroups - getMemberObjects: - operationId: directoryRoles.directoryRole.getMemberObjects - restore: - operationId: directoryRoles.directoryRole.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11878,8 +11744,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11984,7 +11854,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -12084,7 +11954,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -12148,7 +12018,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12200,7 +12070,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12256,7 +12126,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12308,7 +12178,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12350,7 +12220,7 @@ paths: type: string x-ms-docs-key-type: directoryRole responses: - '200': + 2XX: description: Success content: application/json: @@ -12430,7 +12300,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' default: $ref: '#/components/responses/error' @@ -12460,7 +12330,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12521,7 +12391,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12560,8 +12430,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12651,7 +12525,7 @@ paths: - roleTemplateId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -12707,7 +12581,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12753,7 +12627,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12864,7 +12738,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -12885,7 +12759,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -12941,23 +12815,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' - links: - checkMemberGroups: - operationId: directoryRoleTemplates.directoryRoleTemplate.checkMemberGroups - checkMemberObjects: - operationId: directoryRoleTemplates.directoryRoleTemplate.checkMemberObjects - getMemberGroups: - operationId: directoryRoleTemplates.directoryRoleTemplate.getMemberGroups - getMemberObjects: - operationId: directoryRoleTemplates.directoryRoleTemplate.getMemberObjects - restore: - operationId: directoryRoleTemplates.directoryRoleTemplate.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12983,8 +12846,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13048,7 +12915,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13100,7 +12967,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13156,7 +13023,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13208,7 +13075,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13250,7 +13117,7 @@ paths: type: string x-ms-docs-key-type: directoryRoleTemplate responses: - '200': + 2XX: description: Success content: application/json: @@ -13289,7 +13156,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13335,7 +13202,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13450,7 +13317,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directorySettingTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -13471,7 +13338,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directorySettingTemplate' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -13528,23 +13395,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directorySettingTemplate' - links: - checkMemberGroups: - operationId: directorySettingTemplates.directorySettingTemplate.checkMemberGroups - checkMemberObjects: - operationId: directorySettingTemplates.directorySettingTemplate.checkMemberObjects - getMemberGroups: - operationId: directorySettingTemplates.directorySettingTemplate.getMemberGroups - getMemberObjects: - operationId: directorySettingTemplates.directorySettingTemplate.getMemberObjects - restore: - operationId: directorySettingTemplates.directorySettingTemplate.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13570,8 +13426,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directorySettingTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directorySettingTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13635,7 +13495,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13687,7 +13547,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13743,7 +13603,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13795,7 +13655,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13837,7 +13697,7 @@ paths: type: string x-ms-docs-key-type: directorySettingTemplate responses: - '200': + 2XX: description: Success content: application/json: @@ -13876,7 +13736,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13922,7 +13782,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14068,7 +13928,7 @@ paths: - verificationDnsRecords type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.domainCollectionResponse' default: $ref: '#/components/responses/error' @@ -14093,7 +13953,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.domain' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -14167,39 +14027,12 @@ paths: - verificationDnsRecords type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domain' - links: - domainNameReferences: - operationId: domains.ListDomainNameReferences - parameters: - domain-id: $request.path.domain-id - federationConfiguration: - operationId: domains.ListFederationConfiguration - parameters: - domain-id: $request.path.domain-id - serviceConfigurationRecords: - operationId: domains.ListServiceConfigurationRecords - parameters: - domain-id: $request.path.domain-id - sharedEmailDomainInvitations: - operationId: domains.ListSharedEmailDomainInvitations - parameters: - domain-id: $request.path.domain-id - verificationDnsRecords: - operationId: domains.ListVerificationDnsRecords - parameters: - domain-id: $request.path.domain-id - forceDelete: - operationId: domains.domain.forceDelete - promote: - operationId: domains.domain.promote - verify: - operationId: domains.domain.verify default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14229,8 +14062,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.domain' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.domain' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14329,7 +14166,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -14387,7 +14224,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14494,7 +14331,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.internalDomainFederationCollectionResponse' default: $ref: '#/components/responses/error' @@ -14528,7 +14365,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14599,7 +14436,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14638,8 +14475,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14736,7 +14577,7 @@ paths: type: string x-ms-docs-key-type: domain responses: - '200': + 2XX: description: Success content: application/json: @@ -14772,7 +14613,7 @@ paths: type: string x-ms-docs-key-type: domain responses: - '200': + 2XX: description: Success content: application/json: @@ -14858,7 +14699,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.domainDnsRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -14888,7 +14729,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14951,7 +14792,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14990,8 +14831,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15096,7 +14941,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedEmailDomainInvitationCollectionResponse' default: $ref: '#/components/responses/error' @@ -15126,7 +14971,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedEmailDomainInvitation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15186,7 +15031,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15225,8 +15070,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedEmailDomainInvitation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedEmailDomainInvitation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15341,7 +15190,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.domainDnsRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -15371,7 +15220,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15434,7 +15283,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15473,8 +15322,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15652,7 +15505,7 @@ paths: - settings type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.organizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -15673,7 +15526,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.organization' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -15760,43 +15613,12 @@ paths: - settings type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organization' - links: - branding: - operationId: organization.GetBranding - parameters: - organization-id: $request.path.organization-id - certificateBasedAuthConfiguration: - operationId: organization.ListCertificateBasedAuthConfiguration - parameters: - organization-id: $request.path.organization-id - extensions: - operationId: organization.ListExtensions - parameters: - organization-id: $request.path.organization-id - settings: - operationId: organization.GetSettings - parameters: - organization-id: $request.path.organization-id - activateService: - operationId: organization.organization.activateService - checkMemberGroups: - operationId: organization.organization.checkMemberGroups - checkMemberObjects: - operationId: organization.organization.checkMemberObjects - getMemberGroups: - operationId: organization.organization.getMemberGroups - getMemberObjects: - operationId: organization.organization.getMemberObjects - restore: - operationId: organization.organization.restore - setMobileDeviceManagementAuthority: - operationId: organization.organization.setMobileDeviceManagementAuthority default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15826,8 +15648,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.organization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.organization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15933,17 +15759,12 @@ paths: - localizations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organizationalBranding' - links: - localizations: - operationId: organization.Branding.ListLocalizations - parameters: - organization-id: $request.path.organization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15973,8 +15794,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.organizationalBranding' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.organizationalBranding' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16028,7 +15853,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16087,7 +15912,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16145,7 +15970,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16203,7 +16028,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16261,7 +16086,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16451,7 +16276,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.organizationalBrandingLocalizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -16485,7 +16310,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16573,7 +16398,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16612,8 +16437,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16679,7 +16508,7 @@ paths: type: string x-ms-docs-key-type: organizationalBrandingLocalization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16754,7 +16583,7 @@ paths: type: string x-ms-docs-key-type: organizationalBrandingLocalization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16828,7 +16657,7 @@ paths: type: string x-ms-docs-key-type: organizationalBrandingLocalization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16902,7 +16731,7 @@ paths: type: string x-ms-docs-key-type: organizationalBrandingLocalization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16976,7 +16805,7 @@ paths: type: string x-ms-docs-key-type: organizationalBrandingLocalization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -17050,7 +16879,7 @@ paths: type: string x-ms-docs-key-type: organizationalBrandingLocalization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -17125,7 +16954,7 @@ paths: type: string x-ms-docs-key-type: organizationalBrandingLocalization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -17192,7 +17021,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -17251,7 +17080,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -17349,7 +17178,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -17379,7 +17208,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17437,7 +17266,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17476,8 +17305,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17603,7 +17436,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17655,7 +17488,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17711,7 +17544,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17763,7 +17596,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17805,7 +17638,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Success content: application/json: @@ -17831,7 +17664,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Success content: application/json: @@ -17902,33 +17735,12 @@ paths: - profileCardProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organizationSettings' - links: - microsoftApplicationDataAccess: - operationId: organization.Settings.GetMicrosoftApplicationDataAccess - parameters: - organization-id: $request.path.organization-id - contactInsights: - operationId: organization.Settings.GetContactInsights - parameters: - organization-id: $request.path.organization-id - itemInsights: - operationId: organization.Settings.GetItemInsights - parameters: - organization-id: $request.path.organization-id - peopleInsights: - operationId: organization.Settings.GetPeopleInsights - parameters: - organization-id: $request.path.organization-id - profileCardProperties: - operationId: organization.Settings.ListProfileCardProperties - parameters: - organization-id: $request.path.organization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17954,8 +17766,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.organizationSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.organizationSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18031,7 +17847,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18066,8 +17882,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.insightsSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.insightsSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18143,7 +17963,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18178,8 +17998,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.insightsSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.insightsSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18255,7 +18079,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18290,8 +18114,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftApplicationDataAccessSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.microsoftApplicationDataAccessSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18367,7 +18195,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18402,8 +18230,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.insightsSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.insightsSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18501,7 +18333,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.profileCardPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -18535,7 +18367,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.profileCardProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18595,7 +18427,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18634,8 +18466,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profileCardProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profileCardProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18703,7 +18539,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18749,7 +18585,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18812,7 +18648,6 @@ paths: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query @@ -18861,7 +18696,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directorySettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -18886,7 +18721,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directorySetting' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -18942,7 +18777,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -18977,8 +18812,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directorySetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directorySetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19071,7 +18910,7 @@ paths: - skuPartNumber type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscribedSkuCollectionResponse' default: $ref: '#/components/responses/error' @@ -19092,7 +18931,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscribedSku' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -19140,7 +18979,7 @@ paths: - skuPartNumber type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -19171,8 +19010,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscribedSku' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscribedSku' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19273,7 +19116,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' default: $ref: '#/components/responses/error' @@ -19303,7 +19146,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19364,7 +19207,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19403,8 +19246,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index 09059d5370a..41f19f9f7cb 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -98,7 +98,7 @@ paths: - reviewers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewCollectionResponse' default: $ref: '#/components/responses/error' @@ -123,7 +123,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReview' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -194,37 +194,12 @@ paths: - reviewers type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReview' - links: - decisions: - operationId: accessReviews.ListDecisions - parameters: - accessReview-id: $request.path.accessReview-id - instances: - operationId: accessReviews.ListInstances - parameters: - accessReview-id: $request.path.accessReview-id - myDecisions: - operationId: accessReviews.ListMyDecisions - parameters: - accessReview-id: $request.path.accessReview-id - reviewers: - operationId: accessReviews.ListReviewers - parameters: - accessReview-id: $request.path.accessReview-id - applyDecisions: - operationId: accessReviews.accessReview.applyDecisions - resetDecisions: - operationId: accessReviews.accessReview.resetDecisions - sendReminder: - operationId: accessReviews.accessReview.sendReminder - stop: - operationId: accessReviews.accessReview.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -254,8 +229,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -378,7 +357,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewDecisionCollectionResponse' default: $ref: '#/components/responses/error' @@ -408,7 +387,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -475,7 +454,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -514,8 +493,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -650,7 +633,7 @@ paths: - reviewers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewCollectionResponse' default: $ref: '#/components/responses/error' @@ -680,7 +663,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReview' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -756,41 +739,12 @@ paths: - reviewers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReview' - links: - decisions: - operationId: accessReviews.Instances.ListDecisions - parameters: - accessReview-id: $request.path.accessReview-id - accessReview-id1: $request.path.accessReview-id1 - instances: - operationId: accessReviews.Instances.ListInstances - parameters: - accessReview-id: $request.path.accessReview-id - accessReview-id1: $request.path.accessReview-id1 - myDecisions: - operationId: accessReviews.Instances.ListMyDecisions - parameters: - accessReview-id: $request.path.accessReview-id - accessReview-id1: $request.path.accessReview-id1 - reviewers: - operationId: accessReviews.Instances.ListReviewers - parameters: - accessReview-id: $request.path.accessReview-id - accessReview-id1: $request.path.accessReview-id1 - applyDecisions: - operationId: accessReviews.accessReview.instances.accessReview.applyDecisions - resetDecisions: - operationId: accessReviews.accessReview.instances.accessReview.resetDecisions - sendReminder: - operationId: accessReviews.accessReview.instances.accessReview.sendReminder - stop: - operationId: accessReviews.accessReview.instances.accessReview.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -824,8 +778,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -960,7 +918,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewDecisionCollectionResponse' default: $ref: '#/components/responses/error' @@ -998,7 +956,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1073,7 +1031,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1120,8 +1078,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1396,7 +1358,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewDecisionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1434,7 +1396,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1509,7 +1471,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1556,8 +1518,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1682,7 +1648,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewReviewerCollectionResponse' default: $ref: '#/components/responses/error' @@ -1724,7 +1690,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1793,7 +1759,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1840,8 +1806,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2076,7 +2046,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewDecisionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2106,7 +2076,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2173,7 +2143,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2212,8 +2182,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewDecision' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2322,7 +2296,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewReviewerCollectionResponse' default: $ref: '#/components/responses/error' @@ -2356,7 +2330,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2417,7 +2391,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2456,8 +2430,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2524,7 +2502,7 @@ paths: - files type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementCollectionResponse' default: $ref: '#/components/responses/error' @@ -2545,7 +2523,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -2590,25 +2568,12 @@ paths: - files type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' - links: - acceptances: - operationId: agreements.ListAcceptances - parameters: - agreement-id: $request.path.agreement-id - file: - operationId: agreements.GetFile - parameters: - agreement-id: $request.path.agreement-id - files: - operationId: agreements.ListFiles - parameters: - agreement-id: $request.path.agreement-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2634,8 +2599,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2766,7 +2735,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -2796,7 +2765,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2867,7 +2836,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2906,8 +2875,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2998,17 +2971,12 @@ paths: - localizations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFile' - links: - localizations: - operationId: agreements.File.ListLocalizations - parameters: - agreement-id: $request.path.agreement-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3034,8 +3002,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3147,7 +3119,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -3177,7 +3149,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3244,18 +3216,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - links: - versions: - operationId: agreements.file.Localizations.ListVersions - parameters: - agreement-id: $request.path.agreement-id - agreementFileLocalization-id: $request.path.agreementFileLocalization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3289,8 +3255,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3416,7 +3386,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3454,7 +3424,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3527,7 +3497,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3574,8 +3544,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3703,7 +3677,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -3737,7 +3711,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3804,18 +3778,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - links: - versions: - operationId: agreements.Files.ListVersions - parameters: - agreement-id: $request.path.agreement-id - agreementFileLocalization-id: $request.path.agreementFileLocalization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3849,8 +3817,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3976,7 +3948,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4014,7 +3986,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4087,7 +4059,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4134,8 +4106,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4238,7 +4214,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.businessFlowTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -4259,7 +4235,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.businessFlowTemplate' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -4309,7 +4285,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -4340,8 +4316,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.businessFlowTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.businessFlowTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4412,23 +4392,12 @@ paths: - entitlementManagement type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance' - links: - lifecycleWorkflows: - operationId: identityGovernance.GetLifecycleWorkflows - accessReviews: - operationId: identityGovernance.GetAccessReviews - appConsent: - operationId: identityGovernance.GetAppConsent - termsOfUse: - operationId: identityGovernance.GetTermsGraphOPreUse - entitlementManagement: - operationId: identityGovernance.GetEntitlementManagement default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4445,8 +4414,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4490,21 +4463,12 @@ paths: - policy type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewSet' - links: - decisions: - operationId: identityGovernance.AccessReviews.ListDecisions - definitions: - operationId: identityGovernance.AccessReviews.ListDefinitions - historyDefinitions: - operationId: identityGovernance.AccessReviews.ListHistoryDefinitions - policy: - operationId: identityGovernance.AccessReviews.GetPolicy default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4521,8 +4485,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4644,7 +4612,7 @@ paths: - instance type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceDecisionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -4665,7 +4633,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4734,21 +4702,12 @@ paths: - instance type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' - links: - insights: - operationId: identityGovernance.accessReviews.Decisions.ListInsights - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - instance: - operationId: identityGovernance.accessReviews.Decisions.GetInstance - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4774,8 +4733,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4867,7 +4830,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceInsightCollectionResponse' default: $ref: '#/components/responses/error' @@ -4897,7 +4860,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4956,7 +4919,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4995,8 +4958,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInsight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5090,41 +5057,12 @@ paths: - stages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' - links: - contactedReviewers: - operationId: identityGovernance.accessReviews.decisions.Instance.ListContactedReviewers - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - decisions: - operationId: identityGovernance.accessReviews.decisions.Instance.ListDecisions - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - definition: - operationId: identityGovernance.accessReviews.decisions.Instance.GetDefinition - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - stages: - operationId: identityGovernance.accessReviews.decisions.Instance.ListStages - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - acceptRecommendations: - operationId: identityGovernance.accessReviews.decisions.accessReviewInstanceDecisionItem.instance.acceptRecommendations - applyDecisions: - operationId: identityGovernance.accessReviews.decisions.accessReviewInstanceDecisionItem.instance.applyDecisions - batchRecordDecisions: - operationId: identityGovernance.accessReviews.decisions.accessReviewInstanceDecisionItem.instance.batchRecordDecisions - resetDecisions: - operationId: identityGovernance.accessReviews.decisions.accessReviewInstanceDecisionItem.instance.resetDecisions - sendReminder: - operationId: identityGovernance.accessReviews.decisions.accessReviewInstanceDecisionItem.instance.sendReminder - stop: - operationId: identityGovernance.accessReviews.decisions.accessReviewInstanceDecisionItem.instance.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5150,8 +5088,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5252,7 +5194,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewReviewerCollectionResponse' default: $ref: '#/components/responses/error' @@ -5282,7 +5224,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5343,7 +5285,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5382,8 +5324,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5532,7 +5478,7 @@ paths: - instance type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceDecisionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -5562,7 +5508,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5639,23 +5585,12 @@ paths: - instance type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' - links: - insights: - operationId: identityGovernance.accessReviews.decisions.instance.Decisions.ListInsights - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - accessReviewInstanceDecisionItem-id1: $request.path.accessReviewInstanceDecisionItem-id1 - instance: - operationId: identityGovernance.accessReviews.decisions.instance.Decisions.GetInstance - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - accessReviewInstanceDecisionItem-id1: $request.path.accessReviewInstanceDecisionItem-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5689,8 +5624,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5798,7 +5737,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceInsightCollectionResponse' default: $ref: '#/components/responses/error' @@ -5836,7 +5775,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5903,7 +5842,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5950,8 +5889,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInsight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6097,7 +6040,7 @@ paths: - target desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6225,17 +6168,12 @@ paths: - instances type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' - links: - instances: - operationId: identityGovernance.accessReviews.decisions.instance.Definition.ListInstances - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6490,7 +6428,7 @@ paths: - decisions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewStageCollectionResponse' default: $ref: '#/components/responses/error' @@ -6520,7 +6458,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6585,20 +6523,12 @@ paths: - decisions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' - links: - decisions: - operationId: identityGovernance.accessReviews.decisions.instance.Stages.ListDecisions - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - accessReviewStage-id: $request.path.accessReviewStage-id - stop: - operationId: identityGovernance.accessReviews.decisions.accessReviewInstanceDecisionItem.instance.stages.accessReviewStage.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6632,8 +6562,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewStage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6790,7 +6724,7 @@ paths: - instance type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceDecisionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -6828,7 +6762,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6913,25 +6847,12 @@ paths: - instance type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' - links: - insights: - operationId: identityGovernance.accessReviews.decisions.instance.stages.Decisions.ListInsights - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id1: $request.path.accessReviewInstanceDecisionItem-id1 - instance: - operationId: identityGovernance.accessReviews.decisions.instance.stages.Decisions.GetInstance - parameters: - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id1: $request.path.accessReviewInstanceDecisionItem-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6973,8 +6894,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7098,7 +7023,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceInsightCollectionResponse' default: $ref: '#/components/responses/error' @@ -7144,7 +7069,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7219,7 +7144,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7274,8 +7199,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInsight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7437,7 +7366,7 @@ paths: - target desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7617,7 +7546,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7732,7 +7661,7 @@ paths: - target desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7894,7 +7823,7 @@ paths: - instances type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewScheduleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7919,7 +7848,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7986,19 +7915,12 @@ paths: - instances type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' - links: - instances: - operationId: identityGovernance.accessReviews.Definitions.ListInstances - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - stop: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8024,8 +7946,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8146,7 +8072,7 @@ paths: - stages type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -8176,7 +8102,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8249,45 +8175,12 @@ paths: - stages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' - links: - contactedReviewers: - operationId: identityGovernance.accessReviews.definitions.Instances.ListContactedReviewers - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - decisions: - operationId: identityGovernance.accessReviews.definitions.Instances.ListDecisions - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - definition: - operationId: identityGovernance.accessReviews.definitions.Instances.GetDefinition - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - stages: - operationId: identityGovernance.accessReviews.definitions.Instances.ListStages - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - acceptRecommendations: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.acceptRecommendations - applyDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.applyDecisions - batchRecordDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchRecordDecisions - resetDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.resetDecisions - sendReminder: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.sendReminder - stop: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8321,8 +8214,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8439,7 +8336,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewReviewerCollectionResponse' default: $ref: '#/components/responses/error' @@ -8477,7 +8374,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8546,7 +8443,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8593,8 +8490,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8759,7 +8660,7 @@ paths: - instance type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceDecisionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -8797,7 +8698,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8882,25 +8783,12 @@ paths: - instance type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' - links: - insights: - operationId: identityGovernance.accessReviews.definitions.instances.Decisions.ListInsights - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - instance: - operationId: identityGovernance.accessReviews.definitions.instances.Decisions.GetInstance - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8942,8 +8830,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9067,7 +8959,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceInsightCollectionResponse' default: $ref: '#/components/responses/error' @@ -9113,7 +9005,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9188,7 +9080,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9243,8 +9135,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInsight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9370,49 +9266,12 @@ paths: - stages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' - links: - contactedReviewers: - operationId: identityGovernance.accessReviews.definitions.instances.decisions.Instance.ListContactedReviewers - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - decisions: - operationId: identityGovernance.accessReviews.definitions.instances.decisions.Instance.ListDecisions - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - definition: - operationId: identityGovernance.accessReviews.definitions.instances.decisions.Instance.GetDefinition - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - stages: - operationId: identityGovernance.accessReviews.definitions.instances.decisions.Instance.ListStages - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - acceptRecommendations: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.acceptRecommendations - applyDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.applyDecisions - batchRecordDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.batchRecordDecisions - resetDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.resetDecisions - sendReminder: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.sendReminder - stop: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9454,8 +9313,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9588,7 +9451,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewReviewerCollectionResponse' default: $ref: '#/components/responses/error' @@ -9634,7 +9497,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9711,7 +9574,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9766,8 +9629,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9895,19 +9762,12 @@ paths: - instances type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' - links: - instances: - operationId: identityGovernance.accessReviews.definitions.instances.decisions.instance.Definition.ListInstances - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10274,7 +10134,7 @@ paths: - decisions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewStageCollectionResponse' default: $ref: '#/components/responses/error' @@ -10320,7 +10180,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10401,22 +10261,12 @@ paths: - decisions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' - links: - decisions: - operationId: identityGovernance.accessReviews.definitions.instances.decisions.instance.Stages.ListDecisions - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - accessReviewStage-id: $request.path.accessReviewStage-id - stop: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.decisions.accessReviewInstanceDecisionItem.instance.stages.accessReviewStage.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10466,8 +10316,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewStage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10656,7 +10510,7 @@ paths: - instance type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceDecisionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -10710,7 +10564,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10811,29 +10665,12 @@ paths: - instance type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' - links: - insights: - operationId: identityGovernance.accessReviews.definitions.instances.decisions.instance.stages.Decisions.ListInsights - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id1: $request.path.accessReviewInstanceDecisionItem-id1 - instance: - operationId: identityGovernance.accessReviews.definitions.instances.decisions.instance.stages.Decisions.GetInstance - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id1: $request.path.accessReviewInstanceDecisionItem-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10891,8 +10728,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11048,7 +10889,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceInsightCollectionResponse' default: $ref: '#/components/responses/error' @@ -11110,7 +10951,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11201,7 +11042,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11272,8 +11113,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInsight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11467,7 +11312,7 @@ paths: - target desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11695,7 +11540,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11826,7 +11671,7 @@ paths: - target desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11970,18 +11815,12 @@ paths: - instances type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' - links: - instances: - operationId: identityGovernance.accessReviews.definitions.instances.Definition.ListInstances - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12292,7 +12131,7 @@ paths: - decisions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewStageCollectionResponse' default: $ref: '#/components/responses/error' @@ -12330,7 +12169,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12403,21 +12242,12 @@ paths: - decisions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' - links: - decisions: - operationId: identityGovernance.accessReviews.definitions.instances.Stages.ListDecisions - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewStage-id: $request.path.accessReviewStage-id - stop: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.accessReviewStage.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12459,8 +12289,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewStage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12633,7 +12467,7 @@ paths: - instance type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceDecisionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -12679,7 +12513,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12772,27 +12606,12 @@ paths: - instance type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' - links: - insights: - operationId: identityGovernance.accessReviews.definitions.instances.stages.Decisions.ListInsights - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - instance: - operationId: identityGovernance.accessReviews.definitions.instances.stages.Decisions.GetInstance - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12842,8 +12661,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12983,7 +12806,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceInsightCollectionResponse' default: $ref: '#/components/responses/error' @@ -13037,7 +12860,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13120,7 +12943,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13183,8 +13006,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInsight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13326,53 +13153,12 @@ paths: - stages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' - links: - contactedReviewers: - operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.Instance.ListContactedReviewers - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - decisions: - operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.Instance.ListDecisions - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - definition: - operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.Instance.GetDefinition - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - stages: - operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.Instance.ListStages - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - acceptRecommendations: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.accessReviewStage.decisions.accessReviewInstanceDecisionItem.instance.acceptRecommendations - applyDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.accessReviewStage.decisions.accessReviewInstanceDecisionItem.instance.applyDecisions - batchRecordDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.accessReviewStage.decisions.accessReviewInstanceDecisionItem.instance.batchRecordDecisions - resetDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.accessReviewStage.decisions.accessReviewInstanceDecisionItem.instance.resetDecisions - sendReminder: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.accessReviewStage.decisions.accessReviewInstanceDecisionItem.instance.sendReminder - stop: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.accessReviewStage.decisions.accessReviewInstanceDecisionItem.instance.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13422,8 +13208,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13572,7 +13362,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewReviewerCollectionResponse' default: $ref: '#/components/responses/error' @@ -13626,7 +13416,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13711,7 +13501,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13774,8 +13564,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13972,7 +13766,7 @@ paths: - instance type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceDecisionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -14026,7 +13820,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14127,29 +13921,12 @@ paths: - instance type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' - links: - insights: - operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.instance.Decisions.ListInsights - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - accessReviewInstanceDecisionItem-id1: $request.path.accessReviewInstanceDecisionItem-id1 - instance: - operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.instance.Decisions.GetInstance - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id - accessReviewInstanceDecisionItem-id1: $request.path.accessReviewInstanceDecisionItem-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14207,8 +13984,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14364,7 +14145,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceInsightCollectionResponse' default: $ref: '#/components/responses/error' @@ -14426,7 +14207,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14517,7 +14298,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14588,8 +14369,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceInsight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceInsight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14783,7 +14568,7 @@ paths: - target desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14959,20 +14744,12 @@ paths: - instances type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' - links: - instances: - operationId: identityGovernance.accessReviews.definitions.instances.stages.decisions.instance.Definition.ListInstances - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewStage-id: $request.path.accessReviewStage-id - accessReviewInstanceDecisionItem-id: $request.path.accessReviewInstanceDecisionItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15408,7 +15185,7 @@ paths: - target desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15612,7 +15389,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15713,7 +15490,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15848,7 +15625,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15960,7 +15737,7 @@ paths: - instances type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewHistoryDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15985,7 +15762,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16048,17 +15825,12 @@ paths: - instances type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' - links: - instances: - operationId: identityGovernance.accessReviews.HistoryDefinitions.ListInstances - parameters: - accessReviewHistoryDefinition-id: $request.path.accessReviewHistoryDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16084,8 +15856,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16198,7 +15974,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewHistoryInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -16228,7 +16004,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16293,15 +16069,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' - links: - generateDownloadUri: - operationId: identityGovernance.accessReviews.historyDefinitions.accessReviewHistoryDefinition.instances.accessReviewHistoryInstance.generateDownloadUri default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16335,8 +16108,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16402,7 +16179,7 @@ paths: type: string x-ms-docs-key-type: accessReviewHistoryInstance responses: - '200': + 2XX: description: Success content: application/json: @@ -16450,7 +16227,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16476,8 +16253,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16533,15 +16314,12 @@ paths: - appConsentRequests type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentApprovalRoute' - links: - appConsentRequests: - operationId: identityGovernance.AppConsent.ListAppConsentRequests default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16558,8 +16336,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appConsentApprovalRoute' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appConsentApprovalRoute' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16649,7 +16431,7 @@ paths: - userConsentRequests type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appConsentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -16670,7 +16452,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16726,17 +16508,12 @@ paths: - userConsentRequests type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' - links: - userConsentRequests: - operationId: identityGovernance.appConsent.AppConsentRequests.ListUserConsentRequests - parameters: - appConsentRequest-id: $request.path.appConsentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16762,8 +16539,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appConsentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16878,7 +16659,7 @@ paths: - approval type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userConsentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -16908,7 +16689,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16975,18 +16756,12 @@ paths: - approval type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' - links: - approval: - operationId: identityGovernance.appConsent.appConsentRequests.UserConsentRequests.GetApproval - parameters: - appConsentRequest-id: $request.path.appConsentRequest-id - userConsentRequest-id: $request.path.userConsentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17020,8 +16795,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userConsentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17110,18 +16889,12 @@ paths: - steps type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' - links: - steps: - operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.Approval.ListSteps - parameters: - appConsentRequest-id: $request.path.appConsentRequest-id - userConsentRequest-id: $request.path.userConsentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17155,8 +16928,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approval' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17285,7 +17062,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.approvalStepCollectionResponse' default: $ref: '#/components/responses/error' @@ -17323,7 +17100,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17395,7 +17172,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17442,8 +17219,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approvalStep' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17564,7 +17345,7 @@ paths: - reason desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17645,7 +17426,7 @@ paths: - pendingScopes desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17728,41 +17509,12 @@ paths: - subjects type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entitlementManagement' - links: - accessPackageAssignmentApprovals: - operationId: identityGovernance.EntitlementManagement.ListAccessPackageAssignmentApprovals - accessPackageAssignmentPolicies: - operationId: identityGovernance.EntitlementManagement.ListAccessPackageAssignmentPolicies - accessPackageAssignmentRequests: - operationId: identityGovernance.EntitlementManagement.ListAccessPackageAssignmentRequests - accessPackageAssignmentResourceRoles: - operationId: identityGovernance.EntitlementManagement.ListAccessPackageAssignmentResourceRoles - accessPackageAssignments: - operationId: identityGovernance.EntitlementManagement.ListAccessPackageAssignments - accessPackageCatalogs: - operationId: identityGovernance.EntitlementManagement.ListAccessPackageCatalogs - accessPackageResourceEnvironments: - operationId: identityGovernance.EntitlementManagement.ListAccessPackageResourceEnvironments - accessPackageResourceRequests: - operationId: identityGovernance.EntitlementManagement.ListAccessPackageResourceRequests - accessPackageResourceRoleScopes: - operationId: identityGovernance.EntitlementManagement.ListAccessPackageResourceRoleScopes - accessPackageResources: - operationId: identityGovernance.EntitlementManagement.ListAccessPackageResources - accessPackages: - operationId: identityGovernance.EntitlementManagement.ListAccessPackages - connectedOrganizations: - operationId: identityGovernance.EntitlementManagement.ListConnectedOrganizations - settings: - operationId: identityGovernance.EntitlementManagement.GetSettings - subjects: - operationId: identityGovernance.EntitlementManagement.ListSubjects default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17779,8 +17531,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entitlementManagement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.entitlementManagement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17854,7 +17610,7 @@ paths: - steps type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.approvalCollectionResponse' default: $ref: '#/components/responses/error' @@ -17875,7 +17631,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17926,17 +17682,12 @@ paths: - steps type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' - links: - steps: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentApprovals.ListSteps - parameters: - approval-id: $request.path.approval-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17962,8 +17713,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approval' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18076,7 +17831,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.approvalStepCollectionResponse' default: $ref: '#/components/responses/error' @@ -18106,7 +17861,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18170,7 +17925,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18209,8 +17964,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approvalStep' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18294,7 +18053,7 @@ paths: - id desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -18419,7 +18178,7 @@ paths: - customExtensionHandlers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -18444,7 +18203,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18514,25 +18273,12 @@ paths: - customExtensionHandlers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentPolicies.GetAccessPackage - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentPolicies.GetAccessPackageCatalog - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customExtensionHandlers: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentPolicies.ListCustomExtensionHandlers - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18558,8 +18304,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18651,37 +18401,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackageAssignmentPolicies - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.AccessPackage.GetAccessPackageCatalog - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackageResourceRoleScopes - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.AccessPackage.ListIncompatibleGroups - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18744,33 +18469,12 @@ paths: - customAccessPackageWorkflowExtensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResourceRoles - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResources - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResourceScopes - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackages - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customAccessPackageWorkflowExtensions: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.AccessPackageCatalog.ListCustomAccessPackageWorkflowExtensions - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18838,7 +18542,7 @@ paths: - customExtension type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customExtensionHandlerCollectionResponse' default: $ref: '#/components/responses/error' @@ -18868,7 +18572,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18929,18 +18633,12 @@ paths: - customExtension type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' - links: - customExtension: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentPolicies.CustomExtensionHandlers.GetCustomExtension - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customExtensionHandler-id: $request.path.customExtensionHandler-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18974,8 +18672,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19069,7 +18771,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19171,7 +18873,7 @@ paths: - requestor type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -19196,7 +18898,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19263,29 +18965,12 @@ paths: - requestor type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentRequests.GetAccessPackage - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageAssignment: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentRequests.GetAccessPackageAssignment - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - requestor: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentRequests.GetRequestor - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - cancel: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.accessPackageAssignmentRequest.cancel - reprocess: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.accessPackageAssignmentRequest.reprocess default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19311,8 +18996,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19404,37 +19093,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.AccessPackage.ListAccessPackageAssignmentPolicies - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.AccessPackage.GetAccessPackageCatalog - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.AccessPackage.ListAccessPackageResourceRoleScopes - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.AccessPackage.ListIncompatibleGroups - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19498,33 +19162,12 @@ paths: - target type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.AccessPackageAssignment.GetAccessPackage - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageAssignmentPolicy: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.AccessPackageAssignment.GetAccessPackageAssignmentPolicy - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageAssignmentRequests: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.AccessPackageAssignment.ListAccessPackageAssignmentRequests - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageAssignmentResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.AccessPackageAssignment.ListAccessPackageAssignmentResourceRoles - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - target: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.AccessPackageAssignment.GetTarget - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19626,17 +19269,12 @@ paths: - connectedOrganization type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' - links: - connectedOrganization: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.Requestor.GetConnectedOrganization - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19662,8 +19300,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19746,21 +19388,12 @@ paths: - internalSponsors type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' - links: - externalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.requestor.ConnectedOrganization.ListExternalSponsors - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - internalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequests.requestor.ConnectedOrganization.ListInternalSponsors - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19845,7 +19478,7 @@ paths: - schedule desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -19939,7 +19572,7 @@ paths: - accessPackageSubject type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -19960,7 +19593,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20021,29 +19654,12 @@ paths: - accessPackageSubject type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentResourceRole' - links: - accessPackageAssignments: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentResourceRoles.ListAccessPackageAssignments - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentResourceRoles.GetAccessPackageResourceRole - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentResourceRoles.GetAccessPackageResourceScope - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageSubject: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentResourceRoles.GetAccessPackageSubject - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20069,8 +19685,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20196,7 +19816,7 @@ paths: - target type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -20272,38 +19892,12 @@ paths: - target type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.AccessPackageAssignments.GetAccessPackage - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.AccessPackageAssignments.GetAccessPackageAssignmentPolicy - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequests: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.AccessPackageAssignments.ListAccessPackageAssignmentRequests - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.AccessPackageAssignments.ListAccessPackageAssignmentResourceRoles - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - target: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.AccessPackageAssignments.GetTarget - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageAssignment-id: $request.path.accessPackageAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20353,17 +19947,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.AccessPackageResourceRole.GetAccessPackageResource - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20389,8 +19978,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20476,25 +20069,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceRole.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20520,8 +20100,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20604,17 +20188,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20691,7 +20270,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -20721,7 +20300,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20785,18 +20364,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20830,8 +20403,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20951,7 +20528,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -20981,7 +20558,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21048,18 +20625,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21093,8 +20664,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21196,28 +20771,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21251,8 +20810,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21351,18 +20914,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21447,7 +21004,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -21485,7 +21042,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21557,19 +21114,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21611,8 +21161,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21707,17 +21261,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.AccessPackageResourceScope.GetAccessPackageResource - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21743,8 +21292,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21830,25 +21383,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceScope.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21874,8 +21414,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21958,17 +21502,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22045,7 +21584,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -22075,7 +21614,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22139,18 +21678,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22184,8 +21717,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22287,28 +21824,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22342,8 +21863,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22442,18 +21967,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22547,7 +22066,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -22585,7 +22104,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22660,19 +22179,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22714,8 +22226,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22843,7 +22359,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -22873,7 +22389,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22940,18 +22456,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22985,8 +22495,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23076,17 +22590,12 @@ paths: - connectedOrganization type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' - links: - connectedOrganization: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.AccessPackageSubject.GetConnectedOrganization - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23112,8 +22621,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23196,21 +22709,12 @@ paths: - internalSponsors type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' - links: - externalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageSubject.ConnectedOrganization.ListExternalSponsors - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - internalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageAssignmentResourceRoles.accessPackageSubject.ConnectedOrganization.ListInternalSponsors - parameters: - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23265,7 +22769,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -23379,7 +22883,7 @@ paths: - target type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -23400,7 +22904,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23469,35 +22973,12 @@ paths: - target type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignments.GetAccessPackage - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignments.GetAccessPackageAssignmentPolicy - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequests: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignments.ListAccessPackageAssignmentRequests - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRoles: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignments.ListAccessPackageAssignmentResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - target: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignments.GetTarget - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - reprocess: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignment.reprocess default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23523,8 +23004,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23616,41 +23101,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackage.ListAccessPackageAssignmentPolicies - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackage.GetAccessPackageCatalog - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackage.ListAccessPackageResourceRoleScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackage.ListIncompatibleGroups - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - getApplicablePolicyRequirements: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignment.accessPackage.getApplicablePolicyRequirements - moveToCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignment.accessPackage.moveToCatalog default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23676,8 +23132,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23814,7 +23274,7 @@ paths: - customExtensionHandlers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -23844,7 +23304,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23922,28 +23382,12 @@ paths: - customExtensionHandlers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackageAssignmentPolicies.GetAccessPackage - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackageAssignmentPolicies.GetAccessPackageCatalog - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customExtensionHandlers: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackageAssignmentPolicies.ListCustomExtensionHandlers - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23977,8 +23421,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24086,43 +23534,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackageAssignmentPolicies - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.AccessPackage.GetAccessPackageCatalog - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackageResourceRoleScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.AccessPackage.ListIncompatibleGroups - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24193,38 +23610,12 @@ paths: - customAccessPackageWorkflowExtensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResources - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResourceScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackages - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customAccessPackageWorkflowExtensions: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.AccessPackageCatalog.ListCustomAccessPackageWorkflowExtensions - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24300,7 +23691,7 @@ paths: - customExtension type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customExtensionHandlerCollectionResponse' default: $ref: '#/components/responses/error' @@ -24338,7 +23729,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24407,19 +23798,12 @@ paths: - customExtension type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' - links: - customExtension: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageAssignmentPolicies.CustomExtensionHandlers.GetCustomExtension - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customExtensionHandler-id: $request.path.customExtensionHandler-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24461,8 +23845,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24572,7 +23960,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24640,33 +24028,12 @@ paths: - customAccessPackageWorkflowExtensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackageCatalog.ListAccessPackageResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackageCatalog.ListAccessPackageResources - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackageCatalog.ListAccessPackageResourceScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackageCatalog.ListAccessPackages - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - customAccessPackageWorkflowExtensions: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackageCatalog.ListCustomAccessPackageWorkflowExtensions - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24744,7 +24111,7 @@ paths: - accessPackageResourceScope type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -24778,7 +24145,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24843,23 +24210,12 @@ paths: - accessPackageResourceScope type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' - links: - accessPackageResourceRole: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackageResourceRoleScopes.GetAccessPackageResourceRole - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackageResourceRoleScopes.GetAccessPackageResourceScope - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24893,155 +24249,157 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - identityGovernance.entitlementManagement - summary: Delete navigation property accessPackageResourceRoleScopes for identityGovernance - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage_DeleteAccessPackageResourceRoleScopes - parameters: - - name: accessPackageAssignment-id - in: path - description: 'key: id of accessPackageAssignment' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: accessPackageAssignment - - name: accessPackageResourceRoleScope-id - in: path - description: 'key: id of accessPackageResourceRoleScope' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: accessPackageResourceRoleScope - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole': - get: - tags: - - identityGovernance.entitlementManagement - summary: Get accessPackageResourceRole from identityGovernance - description: Read-only. Nullable. Supports $expand. - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes_GetAccessPackageResourceRole - parameters: - - name: accessPackageAssignment-id - in: path - description: 'key: id of accessPackageAssignment' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: accessPackageAssignment - - name: accessPackageResourceRoleScope-id - in: path - description: 'key: id of accessPackageResourceRoleScope' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: accessPackageResourceRoleScope - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - description - - displayName - - originId - - originSystem - - accessPackageResource - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - accessPackageResource - type: string - responses: - '200': - description: Retrieved navigation property + 2XX: + description: '' content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.AccessPackageResourceRole.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - identityGovernance.entitlementManagement - summary: Update the navigation property accessPackageResourceRole in identityGovernance - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes_UpdateAccessPackageResourceRole - parameters: - - name: accessPackageAssignment-id - in: path - description: 'key: id of accessPackageAssignment' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: accessPackageAssignment - - name: accessPackageResourceRoleScope-id - in: path - description: 'key: id of accessPackageResourceRoleScope' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: accessPackageResourceRoleScope - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - required: true - responses: - '204': - description: Success + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property accessPackageResourceRole for identityGovernance - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes_DeleteAccessPackageResourceRole + summary: Delete navigation property accessPackageResourceRoleScopes for identityGovernance + operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage_DeleteAccessPackageResourceRoleScopes + parameters: + - name: accessPackageAssignment-id + in: path + description: 'key: id of accessPackageAssignment' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackageAssignment + - name: accessPackageResourceRoleScope-id + in: path + description: 'key: id of accessPackageResourceRoleScope' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackageResourceRoleScope + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}/accessPackageResourceRole': + get: + tags: + - identityGovernance.entitlementManagement + summary: Get accessPackageResourceRole from identityGovernance + description: Read-only. Nullable. Supports $expand. + operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes_GetAccessPackageResourceRole + parameters: + - name: accessPackageAssignment-id + in: path + description: 'key: id of accessPackageAssignment' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackageAssignment + - name: accessPackageResourceRoleScope-id + in: path + description: 'key: id of accessPackageResourceRoleScope' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackageResourceRoleScope + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - displayName + - originId + - originSystem + - accessPackageResource + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - accessPackageResource + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.entitlementManagement + summary: Update the navigation property accessPackageResourceRole in identityGovernance + operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes_UpdateAccessPackageResourceRole + parameters: + - name: accessPackageAssignment-id + in: path + description: 'key: id of accessPackageAssignment' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackageAssignment + - name: accessPackageResourceRoleScope-id + in: path + description: 'key: id of accessPackageResourceRoleScope' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackageResourceRoleScope + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' + required: true + responses: + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identityGovernance.entitlementManagement + summary: Delete navigation property accessPackageResourceRole for identityGovernance + operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes_DeleteAccessPackageResourceRole parameters: - name: accessPackageAssignment-id in: path @@ -25135,28 +24493,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25190,8 +24532,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25290,18 +24636,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25386,7 +24726,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -25424,7 +24764,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25496,19 +24836,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25550,8 +24883,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25687,7 +25024,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -25725,7 +25062,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25800,19 +25137,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25854,8 +25184,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25973,31 +25307,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26039,8 +25354,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26155,19 +25474,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26260,7 +25572,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -26306,7 +25618,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26386,20 +25698,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26449,8 +25753,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26561,18 +25869,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.AccessPackageResourceScope.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26606,8 +25908,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26709,28 +26015,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26764,8 +26054,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26864,18 +26158,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26960,7 +26248,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -26998,7 +26286,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27070,19 +26358,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27124,8 +26405,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27243,31 +26528,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27309,8 +26575,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27425,19 +26695,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27539,7 +26802,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -27585,7 +26848,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27668,20 +26931,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27731,8 +26986,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27876,7 +27135,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -27914,7 +27173,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27989,19 +27248,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28043,8 +27295,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28191,7 +27447,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -28269,43 +27525,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackagesIncompatibleWith.ListAccessPackageAssignmentPolicies - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackage-id: $request.path.accessPackage-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackagesIncompatibleWith.GetAccessPackageCatalog - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackagesIncompatibleWith.ListAccessPackageResourceRoleScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackage-id: $request.path.accessPackage-id - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackagesIncompatibleGraphWPre.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackage-id: $request.path.accessPackage-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackagesIncompatibleWith.ListIncompatibleAccessPackages - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackage-id: $request.path.accessPackage-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage.AccessPackagesIncompatibleWith.ListIncompatibleGroups - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackage-id: $request.path.accessPackage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28410,7 +27635,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -28516,7 +27741,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -28817,7 +28042,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -29007,7 +28232,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -29057,7 +28282,7 @@ paths: type: string x-ms-docs-key-type: accessPackageAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -29177,25 +28402,12 @@ paths: - customExtensionHandlers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackageAssignmentPolicy.GetAccessPackage - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackageAssignmentPolicy.GetAccessPackageCatalog - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - customExtensionHandlers: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackageAssignmentPolicy.ListCustomExtensionHandlers - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29221,8 +28433,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29314,37 +28530,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.AccessPackage.ListAccessPackageAssignmentPolicies - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.AccessPackage.GetAccessPackageCatalog - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.AccessPackage.ListAccessPackageResourceRoleScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.AccessPackage.ListIncompatibleGroups - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29407,33 +28598,12 @@ paths: - customAccessPackageWorkflowExtensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.AccessPackageCatalog.ListAccessPackageResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.AccessPackageCatalog.ListAccessPackageResources - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.AccessPackageCatalog.ListAccessPackageResourceScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.AccessPackageCatalog.ListAccessPackages - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - customAccessPackageWorkflowExtensions: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.AccessPackageCatalog.ListCustomAccessPackageWorkflowExtensions - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29501,7 +28671,7 @@ paths: - customExtension type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customExtensionHandlerCollectionResponse' default: $ref: '#/components/responses/error' @@ -29531,7 +28701,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29592,18 +28762,12 @@ paths: - customExtension type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' - links: - customExtension: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentPolicy.CustomExtensionHandlers.GetCustomExtension - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - customExtensionHandler-id: $request.path.customExtensionHandler-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29637,8 +28801,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29732,7 +28900,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29838,7 +29006,7 @@ paths: - requestor type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -29868,7 +29036,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29942,32 +29110,12 @@ paths: - requestor type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackageAssignmentRequests.GetAccessPackage - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageAssignment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackageAssignmentRequests.GetAccessPackageAssignment - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - requestor: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackageAssignmentRequests.GetRequestor - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - cancel: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignment.accessPackageAssignmentRequests.accessPackageAssignmentRequest.cancel - reprocess: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignment.accessPackageAssignmentRequests.accessPackageAssignmentRequest.reprocess default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30001,8 +29149,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30110,43 +29262,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.AccessPackage.ListAccessPackageAssignmentPolicies - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.AccessPackage.GetAccessPackageCatalog - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.AccessPackage.ListAccessPackageResourceRoleScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.AccessPackage.ListIncompatibleGroups - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30218,38 +29339,12 @@ paths: - target type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.AccessPackageAssignment.GetAccessPackage - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageAssignmentPolicy: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.AccessPackageAssignment.GetAccessPackageAssignmentPolicy - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageAssignmentRequests: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.AccessPackageAssignment.ListAccessPackageAssignmentRequests - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - accessPackageAssignmentResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.AccessPackageAssignment.ListAccessPackageAssignmentResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - target: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.AccessPackageAssignment.GetTarget - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30375,18 +29470,12 @@ paths: - connectedOrganization type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' - links: - connectedOrganization: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.Requestor.GetConnectedOrganization - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30420,8 +29509,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30520,23 +29613,12 @@ paths: - internalSponsors type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' - links: - externalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.requestor.ConnectedOrganization.ListExternalSponsors - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - internalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentRequests.requestor.ConnectedOrganization.ListInternalSponsors - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30629,7 +29711,7 @@ paths: - schedule desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -30728,7 +29810,7 @@ paths: - accessPackageSubject type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -30758,7 +29840,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30827,33 +29909,12 @@ paths: - accessPackageSubject type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentResourceRole' - links: - accessPackageAssignments: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackageAssignmentResourceRoles.ListAccessPackageAssignments - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackageAssignmentResourceRoles.GetAccessPackageResourceRole - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackageAssignmentResourceRoles.GetAccessPackageResourceScope - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageSubject: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.AccessPackageAssignmentResourceRoles.GetAccessPackageSubject - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30887,8 +29948,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31030,7 +30095,7 @@ paths: - target type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -31114,43 +30179,12 @@ paths: - target type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.AccessPackageAssignments.GetAccessPackage - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageAssignment-id1: $request.path.accessPackageAssignment-id1 - accessPackageAssignmentPolicy: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.AccessPackageAssignments.GetAccessPackageAssignmentPolicy - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageAssignment-id1: $request.path.accessPackageAssignment-id1 - accessPackageAssignmentRequests: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.AccessPackageAssignments.ListAccessPackageAssignmentRequests - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageAssignment-id1: $request.path.accessPackageAssignment-id1 - accessPackageAssignmentResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.AccessPackageAssignments.ListAccessPackageAssignmentResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageAssignment-id1: $request.path.accessPackageAssignment-id1 - target: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.AccessPackageAssignments.GetTarget - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageAssignment-id1: $request.path.accessPackageAssignment-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31208,18 +30242,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.AccessPackageResourceRole.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31253,8 +30281,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31356,28 +30388,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceRole.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31411,8 +30427,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31511,18 +30531,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31607,7 +30621,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -31645,7 +30659,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31717,19 +30731,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31771,8 +30778,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31908,7 +30919,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -31946,7 +30957,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32021,19 +31032,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32075,8 +31079,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32194,31 +31202,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32260,8 +31249,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32376,19 +31369,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32481,7 +31467,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -32527,7 +31513,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32607,20 +31593,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32670,8 +31648,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32782,18 +31764,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.AccessPackageResourceScope.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32827,8 +31803,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32930,28 +31910,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceScope.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32985,8 +31949,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33085,18 +32053,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33181,7 +32143,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -33219,7 +32181,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33291,19 +32253,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33345,8 +32300,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33464,31 +32423,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33530,8 +32470,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33646,19 +32590,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33760,7 +32697,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -33806,7 +32743,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33889,20 +32826,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33952,8 +32881,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34097,7 +33030,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -34135,7 +33068,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34210,19 +33143,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageResourceScope.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34264,8 +33190,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34371,18 +33301,12 @@ paths: - connectedOrganization type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' - links: - connectedOrganization: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.AccessPackageSubject.GetConnectedOrganization - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34416,8 +33340,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34516,23 +33444,12 @@ paths: - internalSponsors type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' - links: - externalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageSubject.ConnectedOrganization.ListExternalSponsors - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id - internalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignmentResourceRoles.accessPackageSubject.ConnectedOrganization.ListInternalSponsors - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - accessPackageAssignmentResourceRole-id: $request.path.accessPackageAssignmentResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34595,7 +33512,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -34691,17 +33608,12 @@ paths: - connectedOrganization type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' - links: - connectedOrganization: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.Target.GetConnectedOrganization - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34727,8 +33639,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34811,21 +33727,12 @@ paths: - internalSponsors type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' - links: - externalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.target.ConnectedOrganization.ListExternalSponsors - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - internalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageAssignments.target.ConnectedOrganization.ListInternalSponsors - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34899,7 +33806,7 @@ paths: - targetId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -35008,7 +33915,7 @@ paths: - targetId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -35108,7 +34015,7 @@ paths: - targetId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -35222,7 +34129,7 @@ paths: - customAccessPackageWorkflowExtensions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCatalogCollectionResponse' default: $ref: '#/components/responses/error' @@ -35247,7 +34154,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35316,33 +34223,12 @@ paths: - customAccessPackageWorkflowExtensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.AccessPackageCatalogs.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResources: - operationId: identityGovernance.entitlementManagement.AccessPackageCatalogs.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.AccessPackageCatalogs.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackages: - operationId: identityGovernance.entitlementManagement.AccessPackageCatalogs.ListAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - customAccessPackageWorkflowExtensions: - operationId: identityGovernance.entitlementManagement.AccessPackageCatalogs.ListCustomAccessPackageWorkflowExtensions - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35368,8 +34254,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35475,7 +34365,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -35505,7 +34395,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35569,18 +34459,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35614,8 +34498,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35717,28 +34605,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35772,8 +34644,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35872,18 +34748,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35968,7 +34838,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -36006,7 +34876,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36078,19 +34948,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRole-id1: $request.path.accessPackageResourceRole-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36132,8 +34995,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36269,7 +35136,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -36307,7 +35174,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36382,19 +35249,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36436,8 +35296,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36555,31 +35419,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36621,8 +35466,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36737,19 +35586,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36842,7 +35684,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -36888,7 +35730,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36968,20 +35810,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id1: $request.path.accessPackageResourceRole-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37031,8 +35865,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37184,7 +36022,7 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -37214,7 +36052,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37287,28 +36125,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.AccessPackageResources.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.AccessPackageResources.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.AccessPackageResources.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37342,8 +36164,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37442,18 +36268,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37538,7 +36358,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -37576,7 +36396,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37648,19 +36468,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37702,8 +36515,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37821,31 +36638,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37887,8 +36685,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38003,19 +36805,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38117,7 +36912,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -38163,7 +36958,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38246,20 +37041,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38309,8 +37096,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38444,34 +37235,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38521,8 +37290,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38653,20 +37426,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38760,7 +37525,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -38798,7 +37563,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38873,19 +37638,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38927,8 +37685,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39046,31 +37808,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39112,8 +37855,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39228,19 +37975,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39333,7 +38073,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -39379,7 +38119,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39459,20 +38199,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39522,8 +38254,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39657,34 +38393,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39734,8 +38448,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39866,20 +38584,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResources.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39964,7 +38674,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -39994,7 +38704,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40060,18 +38770,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40105,8 +38809,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40208,28 +38916,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40263,8 +38955,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40363,18 +39059,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40459,7 +39149,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -40497,7 +39187,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40569,19 +39259,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40623,8 +39306,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40742,31 +39429,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40808,8 +39476,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40924,19 +39596,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41038,7 +39703,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -41084,7 +39749,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41167,20 +39832,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id1: $request.path.accessPackageResourceScope-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41230,8 +39887,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41375,7 +40036,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -41413,7 +40074,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41488,19 +40149,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScope-id1: $request.path.accessPackageResourceScope-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41542,8 +40196,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41687,7 +40345,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -41717,7 +40375,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41796,47 +40454,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.AccessPackages.ListAccessPackageAssignmentPolicies - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.AccessPackages.GetAccessPackageCatalog - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.AccessPackages.ListAccessPackageResourceRoleScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.AccessPackages.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.AccessPackages.ListIncompatibleAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.AccessPackages.ListIncompatibleGroups - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - getApplicablePolicyRequirements: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageCatalog.accessPackages.accessPackage.getApplicablePolicyRequirements - moveToCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageCatalog.accessPackages.accessPackage.moveToCatalog default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41870,8 +40493,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42024,7 +40651,7 @@ paths: - customExtensionHandlers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -42062,7 +40689,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42148,31 +40775,12 @@ paths: - customExtensionHandlers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackageAssignmentPolicies.GetAccessPackage - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackageAssignmentPolicies.GetAccessPackageCatalog - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customExtensionHandlers: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackageAssignmentPolicies.ListCustomExtensionHandlers - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42214,8 +40822,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42339,49 +40951,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackageAssignmentPolicies - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.AccessPackage.GetAccessPackageCatalog - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackageResourceRoleScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.AccessPackage.ListIncompatibleGroups - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42460,43 +41035,12 @@ paths: - customAccessPackageWorkflowExtensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customAccessPackageWorkflowExtensions: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.AccessPackageCatalog.ListCustomAccessPackageWorkflowExtensions - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42580,7 +41124,7 @@ paths: - customExtension type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customExtensionHandlerCollectionResponse' default: $ref: '#/components/responses/error' @@ -42626,7 +41170,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42703,20 +41247,12 @@ paths: - customExtension type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' - links: - customExtension: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageAssignmentPolicies.CustomExtensionHandlers.GetCustomExtension - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customExtensionHandler-id: $request.path.customExtensionHandler-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42766,8 +41302,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42893,7 +41433,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42969,38 +41509,12 @@ paths: - customAccessPackageWorkflowExtensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackageCatalog.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackageCatalog.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackageCatalog.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackageCatalog.ListAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - customAccessPackageWorkflowExtensions: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackageCatalog.ListCustomAccessPackageWorkflowExtensions - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43086,7 +41600,7 @@ paths: - accessPackageResourceScope type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -43128,7 +41642,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43201,25 +41715,12 @@ paths: - accessPackageResourceScope type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' - links: - accessPackageResourceRole: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackageResourceRoleScopes.GetAccessPackageResourceRole - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackageResourceRoleScopes.GetAccessPackageResourceScope - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43261,8 +41762,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43371,19 +41876,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.AccessPackageResourceRole.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43425,8 +41923,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43544,31 +42046,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43610,8 +42093,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43726,19 +42213,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43831,7 +42311,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -43877,7 +42357,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43957,20 +42437,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44020,8 +42492,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44173,7 +42649,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -44219,7 +42695,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44302,20 +42778,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44365,8 +42833,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44500,34 +42972,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44577,8 +43027,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44709,20 +43163,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44823,7 +43269,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -44877,7 +43323,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44965,21 +43411,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45037,8 +43474,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45165,19 +43606,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.AccessPackageResourceScope.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45219,8 +43653,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45338,31 +43776,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45404,8 +43823,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45520,19 +43943,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45625,7 +44041,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -45671,7 +44087,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45751,20 +44167,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45814,8 +44222,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45949,34 +44361,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46026,8 +44416,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46158,20 +44552,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46281,7 +44667,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -46335,7 +44721,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46426,21 +44812,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46498,8 +44875,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46659,7 +45040,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -46705,7 +45086,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46788,20 +45169,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46851,8 +45224,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47015,7 +45392,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -47101,49 +45478,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackagesIncompatibleWith.ListAccessPackageAssignmentPolicies - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackagesIncompatibleWith.GetAccessPackageCatalog - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackagesIncompatibleWith.ListAccessPackageResourceRoleScopes - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackagesIncompatibleGraphWPre.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackagesIncompatibleWith.ListIncompatibleAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages.AccessPackagesIncompatibleWith.ListIncompatibleGroups - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47256,7 +45596,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -47378,7 +45718,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -47695,7 +46035,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -47901,7 +46241,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -47967,7 +46307,7 @@ paths: type: string x-ms-docs-key-type: accessPackage responses: - '200': + 2XX: description: Success content: application/json: @@ -48120,7 +46460,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -48222,7 +46562,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -48328,7 +46668,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customAccessPackageWorkflowExtensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -48362,7 +46702,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customAccessPackageWorkflowExtension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -48426,7 +46766,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -48465,8 +46805,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customAccessPackageWorkflowExtension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customAccessPackageWorkflowExtension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48574,7 +46918,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -48683,7 +47027,7 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceEnvironmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -48704,7 +47048,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -48766,17 +47110,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.AccessPackageResourceEnvironments.ListAccessPackageResources - parameters: - accessPackageResourceEnvironment-id: $request.path.accessPackageResourceEnvironment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48802,8 +47141,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48928,7 +47271,7 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -49001,28 +47344,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageResourceEnvironments.AccessPackageResources.GetAccessPackageResourceEnvironment - parameters: - accessPackageResourceEnvironment-id: $request.path.accessPackageResourceEnvironment-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageResourceEnvironments.AccessPackageResources.ListAccessPackageResourceRoles - parameters: - accessPackageResourceEnvironment-id: $request.path.accessPackageResourceEnvironment-id - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageResourceEnvironments.AccessPackageResources.ListAccessPackageResourceScopes - parameters: - accessPackageResourceEnvironment-id: $request.path.accessPackageResourceEnvironment-id - accessPackageResource-id: $request.path.accessPackageResource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49108,7 +47435,7 @@ paths: - requestor type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -49133,7 +47460,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49195,21 +47522,12 @@ paths: - requestor type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.AccessPackageResourceRequests.GetAccessPackageResource - parameters: - accessPackageResourceRequest-id: $request.path.accessPackageResourceRequest-id - requestor: - operationId: identityGovernance.entitlementManagement.AccessPackageResourceRequests.GetRequestor - parameters: - accessPackageResourceRequest-id: $request.path.accessPackageResourceRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49235,8 +47553,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49322,25 +47644,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRequests.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageResourceRequest-id: $request.path.accessPackageResourceRequest-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRequests.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageResourceRequest-id: $request.path.accessPackageResourceRequest-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRequests.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageResourceRequest-id: $request.path.accessPackageResourceRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49396,17 +47705,12 @@ paths: - connectedOrganization type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' - links: - connectedOrganization: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRequests.Requestor.GetConnectedOrganization - parameters: - accessPackageResourceRequest-id: $request.path.accessPackageResourceRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49432,8 +47736,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49516,21 +47824,12 @@ paths: - internalSponsors type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' - links: - externalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRequests.requestor.ConnectedOrganization.ListExternalSponsors - parameters: - accessPackageResourceRequest-id: $request.path.accessPackageResourceRequest-id - internalSponsors: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRequests.requestor.ConnectedOrganization.ListInternalSponsors - parameters: - accessPackageResourceRequest-id: $request.path.accessPackageResourceRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49601,7 +47900,7 @@ paths: - accessPackageResourceScope type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -49622,7 +47921,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49680,21 +47979,12 @@ paths: - accessPackageResourceScope type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' - links: - accessPackageResourceRole: - operationId: identityGovernance.entitlementManagement.AccessPackageResourceRoleScopes.GetAccessPackageResourceRole - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope: - operationId: identityGovernance.entitlementManagement.AccessPackageResourceRoleScopes.GetAccessPackageResourceScope - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49720,8 +48010,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49798,17 +48092,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.AccessPackageResourceRole.GetAccessPackageResource - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49834,8 +48123,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49921,25 +48214,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49965,8 +48245,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50049,17 +48333,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50136,7 +48415,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -50166,7 +48445,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -50230,18 +48509,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50275,8 +48548,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50396,7 +48673,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -50426,7 +48703,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -50493,18 +48770,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50538,8 +48809,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50641,28 +48916,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50696,8 +48955,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50796,18 +49059,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50892,7 +49149,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -50930,7 +49187,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -51002,19 +49259,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51056,8 +49306,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51152,17 +49406,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.AccessPackageResourceScope.GetAccessPackageResource - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51188,8 +49437,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51275,25 +49528,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51319,8 +49559,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51403,17 +49647,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51490,7 +49729,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -51520,7 +49759,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -51584,18 +49823,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51629,8 +49862,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51732,28 +49969,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51787,8 +50008,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51887,18 +50112,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51992,7 +50211,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -52030,7 +50249,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52105,19 +50324,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52159,8 +50371,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52288,7 +50504,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -52318,7 +50534,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52385,18 +50601,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52430,8 +50640,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52556,7 +50770,7 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -52577,7 +50791,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52643,25 +50857,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.AccessPackageResources.GetAccessPackageResourceEnvironment - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.AccessPackageResources.ListAccessPackageResourceRoles - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.AccessPackageResources.ListAccessPackageResourceScopes - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52687,8 +50888,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52771,17 +50976,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageResources.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52858,7 +51058,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -52888,7 +51088,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52952,18 +51152,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResources.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52997,8 +51191,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53100,28 +51298,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53155,8 +51337,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53255,18 +51441,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53360,7 +51540,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -53398,7 +51578,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -53473,19 +51653,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53527,8 +51700,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53646,31 +51823,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53712,8 +51870,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53828,19 +51990,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceRoles.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53926,7 +52081,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -53956,7 +52111,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -54023,18 +52178,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResources.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54068,8 +52217,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54171,28 +52324,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54226,8 +52363,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54326,18 +52467,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54422,7 +52557,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -54460,7 +52595,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -54532,19 +52667,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54586,8 +52714,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54705,31 +52837,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54771,8 +52884,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54887,19 +53004,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackageResources.accessPackageResourceScopes.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackageResource-id: $request.path.accessPackageResource-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54996,7 +53106,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -55021,7 +53131,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55092,41 +53202,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.AccessPackages.ListAccessPackageAssignmentPolicies - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.AccessPackages.GetAccessPackageCatalog - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.AccessPackages.ListAccessPackageResourceRoleScopes - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.AccessPackages.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackage-id: $request.path.accessPackage-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.AccessPackages.ListIncompatibleAccessPackages - parameters: - accessPackage-id: $request.path.accessPackage-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.AccessPackages.ListIncompatibleGroups - parameters: - accessPackage-id: $request.path.accessPackage-id - getApplicablePolicyRequirements: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackage.getApplicablePolicyRequirements - moveToCatalog: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackage.moveToCatalog default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55152,8 +53233,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55290,7 +53375,7 @@ paths: - customExtensionHandlers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -55320,7 +53405,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55398,28 +53483,12 @@ paths: - customExtensionHandlers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackageAssignmentPolicies.GetAccessPackage - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackageAssignmentPolicies.GetAccessPackageCatalog - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customExtensionHandlers: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackageAssignmentPolicies.ListCustomExtensionHandlers - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55453,8 +53522,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55562,43 +53635,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackageAssignmentPolicies - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.AccessPackage.GetAccessPackageCatalog - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackageResourceRoleScopes - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.AccessPackage.ListIncompatibleGroups - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55669,38 +53711,12 @@ paths: - customAccessPackageWorkflowExtensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResourceRoles - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResources - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackageResourceScopes - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - accessPackages: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.AccessPackageCatalog.ListAccessPackages - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customAccessPackageWorkflowExtensions: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.AccessPackageCatalog.ListCustomAccessPackageWorkflowExtensions - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55776,7 +53792,7 @@ paths: - customExtension type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customExtensionHandlerCollectionResponse' default: $ref: '#/components/responses/error' @@ -55814,7 +53830,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55883,19 +53899,12 @@ paths: - customExtension type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' - links: - customExtension: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageAssignmentPolicies.CustomExtensionHandlers.GetCustomExtension - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - customExtensionHandler-id: $request.path.customExtensionHandler-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55937,8 +53946,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customExtensionHandler' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56048,7 +54061,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -56116,33 +54129,12 @@ paths: - customAccessPackageWorkflowExtensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackageCatalog.ListAccessPackageResourceRoles - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackageCatalog.ListAccessPackageResources - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackageCatalog.ListAccessPackageResourceScopes - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackages: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackageCatalog.ListAccessPackages - parameters: - accessPackage-id: $request.path.accessPackage-id - customAccessPackageWorkflowExtensions: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackageCatalog.ListCustomAccessPackageWorkflowExtensions - parameters: - accessPackage-id: $request.path.accessPackage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56220,7 +54212,7 @@ paths: - accessPackageResourceScope type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -56254,7 +54246,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56319,23 +54311,12 @@ paths: - accessPackageResourceScope type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' - links: - accessPackageResourceRole: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackageResourceRoleScopes.GetAccessPackageResourceRole - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackageResourceRoleScopes.GetAccessPackageResourceScope - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56369,8 +54350,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56463,18 +54448,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.AccessPackageResourceRole.GetAccessPackageResource - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56508,8 +54487,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56611,28 +54594,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56666,8 +54633,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56766,18 +54737,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56862,7 +54827,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -56900,7 +54865,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56972,19 +54937,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57026,8 +54984,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57163,7 +55125,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -57201,7 +55163,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -57276,19 +55238,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57330,8 +55285,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57449,31 +55408,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57515,8 +55455,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57631,19 +55575,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57736,7 +55673,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -57782,7 +55719,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -57862,20 +55799,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceRole.accessPackageResource.accessPackageResourceScopes.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57925,8 +55854,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58037,18 +55970,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.AccessPackageResourceScope.GetAccessPackageResource - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58082,8 +56009,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58185,28 +56116,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58240,8 +56155,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58340,18 +56259,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58436,7 +56349,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -58474,7 +56387,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58546,19 +56459,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceRoles.GetAccessPackageResource - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58600,8 +56506,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58719,31 +56629,12 @@ paths: - accessPackageResourceScopes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' - links: - accessPackageResourceEnvironment: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.GetAccessPackageResourceEnvironment - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceRoles: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceRoles - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScopes: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.AccessPackageResource.ListAccessPackageResourceScopes - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58785,8 +56676,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58901,19 +56796,12 @@ paths: - accessPackageResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' - links: - accessPackageResources: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceEnvironment.ListAccessPackageResources - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59015,7 +56903,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -59061,7 +56949,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -59144,20 +57032,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.accessPackageResourceRoles.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceRole-id: $request.path.accessPackageResourceRole-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59207,8 +57087,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59352,7 +57236,7 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageResourceScopeCollectionResponse' default: $ref: '#/components/responses/error' @@ -59390,7 +57274,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -59465,19 +57349,12 @@ paths: - accessPackageResource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' - links: - accessPackageResource: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackageResourceRoleScopes.accessPackageResourceScope.accessPackageResource.AccessPackageResourceScopes.GetAccessPackageResource - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageResourceRoleScope-id: $request.path.accessPackageResourceRoleScope-id - accessPackageResourceScope-id: $request.path.accessPackageResourceScope-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59519,8 +57396,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59667,7 +57548,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -59745,43 +57626,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackageAssignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackagesIncompatibleWith.ListAccessPackageAssignmentPolicies - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - accessPackageCatalog: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackagesIncompatibleWith.GetAccessPackageCatalog - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - accessPackageResourceRoleScopes: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackagesIncompatibleWith.ListAccessPackageResourceRoleScopes - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackagesIncompatibleGraphWPre.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackagesIncompatibleWith.ListIncompatibleAccessPackages - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackagesIncompatibleWith.ListIncompatibleGroups - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59886,7 +57736,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -59992,7 +57842,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -60293,7 +58143,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -60483,7 +58333,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -60533,7 +58383,7 @@ paths: type: string x-ms-docs-key-type: accessPackage responses: - '200': + 2XX: description: Success content: application/json: @@ -60670,7 +58520,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -60764,7 +58614,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -60869,7 +58719,7 @@ paths: - internalSponsors type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.connectedOrganizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -60894,7 +58744,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60956,21 +58806,12 @@ paths: - internalSponsors type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' - links: - externalSponsors: - operationId: identityGovernance.entitlementManagement.ConnectedOrganizations.ListExternalSponsors - parameters: - connectedOrganization-id: $request.path.connectedOrganization-id - internalSponsors: - operationId: identityGovernance.entitlementManagement.ConnectedOrganizations.ListInternalSponsors - parameters: - connectedOrganization-id: $request.path.connectedOrganization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60996,8 +58837,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.connectedOrganization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61092,7 +58937,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -61122,7 +58967,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -61213,7 +59058,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -61282,7 +59127,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -61337,7 +59182,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -61460,7 +59305,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -61490,7 +59335,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -61581,7 +59426,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -61650,7 +59495,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -61705,7 +59550,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -61801,7 +59646,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -61827,8 +59672,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entitlementManagementSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.entitlementManagementSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61929,7 +59778,7 @@ paths: - connectedOrganization type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageSubjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -61950,7 +59799,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62010,17 +59859,12 @@ paths: - connectedOrganization type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' - links: - connectedOrganization: - operationId: identityGovernance.entitlementManagement.Subjects.GetConnectedOrganization - parameters: - accessPackageSubject-id: $request.path.accessPackageSubject-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62046,8 +59890,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62130,21 +59978,12 @@ paths: - internalSponsors type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' - links: - externalSponsors: - operationId: identityGovernance.entitlementManagement.subjects.ConnectedOrganization.ListExternalSponsors - parameters: - accessPackageSubject-id: $request.path.accessPackageSubject-id - internalSponsors: - operationId: identityGovernance.entitlementManagement.subjects.ConnectedOrganization.ListInternalSponsors - parameters: - accessPackageSubject-id: $request.path.accessPackageSubject-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62192,25 +60031,12 @@ paths: - workflowTemplates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer' - links: - customTaskExtensions: - operationId: identityGovernance.LifecycleWorkflows.ListCustomTaskExtensions - deletedItems: - operationId: identityGovernance.LifecycleWorkflows.GetDeletedItems - settings: - operationId: identityGovernance.LifecycleWorkflows.GetSettings - taskDefinitions: - operationId: identityGovernance.LifecycleWorkflows.ListTaskDefinitions - workflows: - operationId: identityGovernance.LifecycleWorkflows.ListWorkflows - workflowTemplates: - operationId: identityGovernance.LifecycleWorkflows.ListWorkflowTemplates default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62227,8 +60053,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62332,7 +60162,7 @@ paths: - lastModifiedBy type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.customTaskExtensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -62357,7 +60187,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62419,21 +60249,12 @@ paths: - lastModifiedBy type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' - links: - createdBy: - operationId: identityGovernance.lifecycleWorkflows.CustomTaskExtensions.GetCreatedGraphBPre - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - lastModifiedBy: - operationId: identityGovernance.lifecycleWorkflows.CustomTaskExtensions.GetLastModifiedGraphBPre - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62459,8 +60280,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62740,269 +60565,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetAnalytics - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListCloudPCs - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListUsageRights - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetInformationProtection - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListAppRoleAssignedResources - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListAppRoleAssignments - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListCreatedObjects - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListDirectReports - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListLicenseDetails - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - manager: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetManager - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedGraphBPre.ListMemberGraphOPre - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListOauth2PermissionGrants - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListOwnedDevices - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListOwnedObjects - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListRegisteredDevices - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedGraphBPre.ListScopedRoleMemberGraphOPre - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedGraphBPre.ListTransitiveMemberGraphOPre - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListTransitiveReports - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetCalendar - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListCalendarGroups - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListCalendars - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListCalendarView - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListContactFolders - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListContacts - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - events: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListEvents - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetInferenceClassification - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListJoinedGroups - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListMailFolders - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - messages: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListMessages - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetOutlook - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - people: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListPeople - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - drive: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetDrive - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - drives: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListDrives - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListFollowedSites - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListExtensions - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedGraphBPre.ListAppConsentRequestsGraphFPreApproval - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListApprovals - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListPendingAccessReviewInstances - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListAgreementAcceptances - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - security: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetSecurity - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListDeviceEnrollmentConfigurations - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListManagedDevices - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListManagedAppRegistrations - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListWindowsInformationProtectionDeviceRegistrations - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListDeviceManagementTroubleshootingEvents - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListMobileAppIntentAndStates - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListMobileAppTroubleshootingEvents - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListNotifications - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - planner: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetPlanner - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - insights: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetInsights - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - settings: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetSettings - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetOnenote - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - photo: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetPhoto - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - photos: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListPhotos - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - profile: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetProfile - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - activities: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListActivities - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - devices: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListDevices - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListOnlineMeetings - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - presence: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetPresence - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetAuthentication - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - chats: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListChats - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.ListJoinedTeams - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetTeamwork - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - todo: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.CreatedBy.GetTodo - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63256,269 +60824,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetAnalytics - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListCloudPCs - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListUsageRights - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetInformationProtection - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListAppRoleAssignedResources - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListAppRoleAssignments - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListCreatedObjects - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListDirectReports - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListLicenseDetails - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - manager: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetManager - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedGraphBPre.ListMemberGraphOPre - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListOauth2PermissionGrants - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListOwnedDevices - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListOwnedObjects - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListRegisteredDevices - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedGraphBPre.ListScopedRoleMemberGraphOPre - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedGraphBPre.ListTransitiveMemberGraphOPre - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListTransitiveReports - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetCalendar - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListCalendarGroups - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListCalendars - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListCalendarView - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListContactFolders - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListContacts - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - events: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListEvents - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetInferenceClassification - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListJoinedGroups - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListMailFolders - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - messages: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListMessages - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetOutlook - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - people: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListPeople - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - drive: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetDrive - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - drives: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListDrives - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListFollowedSites - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListExtensions - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedGraphBPre.ListAppConsentRequestsGraphFPreApproval - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListApprovals - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListPendingAccessReviewInstances - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListAgreementAcceptances - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - security: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetSecurity - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListDeviceEnrollmentConfigurations - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListManagedDevices - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListManagedAppRegistrations - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListWindowsInformationProtectionDeviceRegistrations - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListDeviceManagementTroubleshootingEvents - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListMobileAppIntentAndStates - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListMobileAppTroubleshootingEvents - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListNotifications - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - planner: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetPlanner - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - insights: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetInsights - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - settings: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetSettings - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetOnenote - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - photo: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetPhoto - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - photos: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListPhotos - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - profile: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetProfile - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - activities: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListActivities - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - devices: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListDevices - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListOnlineMeetings - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - presence: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetPresence - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetAuthentication - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - chats: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListChats - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.ListJoinedTeams - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetTeamwork - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id - todo: - operationId: identityGovernance.lifecycleWorkflows.customTaskExtensions.LastModifiedBy.GetTodo - parameters: - customTaskExtension-id: $request.path.customTaskExtension-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63557,15 +60868,12 @@ paths: - workflows type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedItemContainer' - links: - workflows: - operationId: identityGovernance.lifecycleWorkflows.DeletedItems.ListWorkflows default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63582,8 +60890,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deletedItemContainer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deletedItemContainer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63708,7 +61020,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.workflowCollectionResponse' default: $ref: '#/components/responses/error' @@ -63729,7 +61041,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63806,51 +61118,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' - links: - createdBy: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.Workflows.GetCreatedGraphBPre - parameters: - workflow-id: $request.path.workflow-id - lastModifiedBy: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.Workflows.GetLastModifiedGraphBPre - parameters: - workflow-id: $request.path.workflow-id - tasks: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.Workflows.ListTasks - parameters: - workflow-id: $request.path.workflow-id - executionScope: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.Workflows.ListExecutionScope - parameters: - workflow-id: $request.path.workflow-id - runs: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.Workflows.ListRuns - parameters: - workflow-id: $request.path.workflow-id - taskReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.Workflows.ListTaskReports - parameters: - workflow-id: $request.path.workflow-id - userProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.Workflows.ListUserProcessingResults - parameters: - workflow-id: $request.path.workflow-id - versions: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.Workflows.ListVersions - parameters: - workflow-id: $request.path.workflow-id - activate: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.activate - createNewVersion: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.createNewVersion - restore: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63876,8 +61149,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64337,7 +61614,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -64603,333 +61880,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - manager: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetManager - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListContacts - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - events: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListEvents - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - messages: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListMessages - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - people: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListPeople - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - drive: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetDrive - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - drives: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListDrives - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - security: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - planner: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - insights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetInsights - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - settings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetSettings - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - photo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - photos: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - profile: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetProfile - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - activities: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListActivities - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - devices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListDevices - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - presence: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetPresence - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - chats: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListChats - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - todo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.ExecutionScope.GetTodo - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65004,7 +61960,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -65033,7 +61989,7 @@ paths: type: string x-ms-docs-key-type: workflow responses: - '200': + 2XX: description: Success content: application/json: @@ -65144,7 +62100,7 @@ paths: - userProcessingResults type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.runCollectionResponse' default: $ref: '#/components/responses/error' @@ -65174,7 +62130,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -65247,23 +62203,12 @@ paths: - userProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.Runs.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.Runs.ListUserProcessingResults - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65297,8 +62242,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65422,7 +62371,7 @@ paths: - task type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -65460,7 +62409,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -65535,27 +62484,12 @@ paths: - task type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.TaskProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - task: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.TaskProcessingResults.GetTask - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - resume: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.runs.run.taskProcessingResults.taskProcessingResult.resume default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65597,8 +62531,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65969,397 +62907,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66430,19 +62983,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.taskProcessingResults.Task.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66547,7 +63093,7 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.userProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -66585,7 +63131,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -66664,25 +63210,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.UserProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.UserProcessingResults.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66724,8 +63257,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67037,397 +63574,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67528,7 +63680,7 @@ paths: - task type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -67574,7 +63726,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -67657,29 +63809,12 @@ paths: - task type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.TaskProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - task: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.TaskProcessingResults.GetTask - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - resume: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.runs.run.userProcessingResults.userProcessingResult.taskProcessingResults.taskProcessingResult.resume default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67729,8 +63864,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68125,461 +64264,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68658,20 +64348,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.runs.userProcessingResults.taskProcessingResults.Task.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68717,7 +64399,7 @@ paths: type: string format: date-time responses: - '200': + 2XX: description: Success content: application/json: @@ -68760,7 +64442,7 @@ paths: type: string format: date-time responses: - '200': + 2XX: description: Success content: application/json: @@ -68864,7 +64546,7 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskReportCollectionResponse' default: $ref: '#/components/responses/error' @@ -68894,7 +64576,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReport' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -68967,28 +64649,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReport' - links: - task: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.TaskReports.GetTask - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskDefinition: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.TaskReports.GetTaskDefinition - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.TaskReports.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69022,8 +64688,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReport' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69120,18 +64790,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.Task.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69190,7 +64854,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -69288,7 +64952,7 @@ paths: - task type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -69326,7 +64990,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -69401,27 +65065,12 @@ paths: - task type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.TaskProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - task: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.TaskProcessingResults.GetTask - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - resume: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.taskReports.taskReport.taskProcessingResults.taskProcessingResult.resume default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69463,8 +65112,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69835,397 +65488,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70296,19 +65564,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.taskReports.taskProcessingResults.Task.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70346,7 +65607,7 @@ paths: type: string format: date-time responses: - '200': + 2XX: description: Success content: application/json: @@ -70448,7 +65709,7 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.userProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -70478,7 +65739,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -70548,23 +65809,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.UserProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.UserProcessingResults.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70598,8 +65848,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70895,333 +66149,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71314,7 +66247,7 @@ paths: - task type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -71352,7 +66285,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -71427,27 +66360,12 @@ paths: - task type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.TaskProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - task: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.TaskProcessingResults.GetTask - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - resume: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.workflow.userProcessingResults.userProcessingResult.taskProcessingResults.taskProcessingResult.resume default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71489,8 +66407,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71861,397 +66783,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72322,19 +66859,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.userProcessingResults.taskProcessingResults.Task.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72372,7 +66902,7 @@ paths: type: string format: date-time responses: - '200': + 2XX: description: Success content: application/json: @@ -72473,7 +67003,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.workflowVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -72503,7 +67033,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -72578,28 +67108,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowVersion' - links: - createdBy: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.Versions.GetCreatedGraphBPre - parameters: - workflow-id: $request.path.workflow-id - workflowVersion-versionNumber: $request.path.workflowVersion-versionNumber - lastModifiedBy: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.Versions.GetLastModifiedGraphBPre - parameters: - workflow-id: $request.path.workflow-id - workflowVersion-versionNumber: $request.path.workflowVersion-versionNumber - tasks: - operationId: identityGovernance.lifecycleWorkflows.deletedItems.workflows.Versions.ListTasks - parameters: - workflow-id: $request.path.workflow-id - workflowVersion-versionNumber: $request.path.workflowVersion-versionNumber default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72636,8 +67150,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72715,7 +67233,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -72741,8 +67259,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72836,7 +67358,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -72857,7 +67379,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -72913,7 +67435,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -72944,8 +67466,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73078,7 +67604,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.workflowCollectionResponse' default: $ref: '#/components/responses/error' @@ -73103,7 +67629,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -73180,51 +67706,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' - links: - createdBy: - operationId: identityGovernance.lifecycleWorkflows.Workflows.GetCreatedGraphBPre - parameters: - workflow-id: $request.path.workflow-id - lastModifiedBy: - operationId: identityGovernance.lifecycleWorkflows.Workflows.GetLastModifiedGraphBPre - parameters: - workflow-id: $request.path.workflow-id - tasks: - operationId: identityGovernance.lifecycleWorkflows.Workflows.ListTasks - parameters: - workflow-id: $request.path.workflow-id - executionScope: - operationId: identityGovernance.lifecycleWorkflows.Workflows.ListExecutionScope - parameters: - workflow-id: $request.path.workflow-id - runs: - operationId: identityGovernance.lifecycleWorkflows.Workflows.ListRuns - parameters: - workflow-id: $request.path.workflow-id - taskReports: - operationId: identityGovernance.lifecycleWorkflows.Workflows.ListTaskReports - parameters: - workflow-id: $request.path.workflow-id - userProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.Workflows.ListUserProcessingResults - parameters: - workflow-id: $request.path.workflow-id - versions: - operationId: identityGovernance.lifecycleWorkflows.Workflows.ListVersions - parameters: - workflow-id: $request.path.workflow-id - activate: - operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.activate - createNewVersion: - operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.createNewVersion - restore: - operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73250,8 +67737,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflow' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73711,7 +68202,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -73977,333 +68468,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - manager: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetManager - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListContacts - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - events: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListEvents - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - messages: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListMessages - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - people: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListPeople - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - drive: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetDrive - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - drives: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListDrives - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - security: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - planner: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - insights: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetInsights - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - settings: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetSettings - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - photo: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - photos: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - profile: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetProfile - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - activities: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListActivities - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - devices: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListDevices - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - presence: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetPresence - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - chats: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListChats - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id - todo: - operationId: identityGovernance.lifecycleWorkflows.workflows.ExecutionScope.GetTodo - parameters: - workflow-id: $request.path.workflow-id - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74378,7 +68548,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74407,7 +68577,7 @@ paths: type: string x-ms-docs-key-type: workflow responses: - '200': + 2XX: description: Success content: application/json: @@ -74518,7 +68688,7 @@ paths: - userProcessingResults type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.runCollectionResponse' default: $ref: '#/components/responses/error' @@ -74548,7 +68718,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -74621,23 +68791,12 @@ paths: - userProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflows.Runs.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflows.Runs.ListUserProcessingResults - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74671,8 +68830,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74796,7 +68959,7 @@ paths: - task type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -74834,7 +68997,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -74909,27 +69072,12 @@ paths: - task type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.TaskProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - task: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.TaskProcessingResults.GetTask - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - resume: - operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.runs.run.taskProcessingResults.taskProcessingResult.resume default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74971,8 +69119,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75343,397 +69495,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75804,19 +69571,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.taskProcessingResults.Task.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75921,7 +69681,7 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.userProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -75959,7 +69719,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -76038,25 +69798,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.UserProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.UserProcessingResults.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76098,8 +69845,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76411,397 +70162,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76902,7 +70268,7 @@ paths: - task type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -76948,7 +70314,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -77031,29 +70397,12 @@ paths: - task type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.TaskProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - task: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.TaskProcessingResults.GetTask - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - resume: - operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.runs.run.userProcessingResults.userProcessingResult.taskProcessingResults.taskProcessingResult.resume default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -77103,8 +70452,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -77499,461 +70852,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78032,20 +70936,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflows.runs.userProcessingResults.taskProcessingResults.Task.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - run-id: $request.path.run-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78091,7 +70987,7 @@ paths: type: string format: date-time responses: - '200': + 2XX: description: Success content: application/json: @@ -78134,7 +71030,7 @@ paths: type: string format: date-time responses: - '200': + 2XX: description: Success content: application/json: @@ -78238,7 +71134,7 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskReportCollectionResponse' default: $ref: '#/components/responses/error' @@ -78268,7 +71164,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReport' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -78341,28 +71237,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReport' - links: - task: - operationId: identityGovernance.lifecycleWorkflows.workflows.TaskReports.GetTask - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskDefinition: - operationId: identityGovernance.lifecycleWorkflows.workflows.TaskReports.GetTaskDefinition - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflows.TaskReports.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78396,8 +71276,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReport' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78494,18 +71378,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.Task.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78564,7 +71442,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -78662,7 +71540,7 @@ paths: - task type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -78700,7 +71578,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -78775,27 +71653,12 @@ paths: - task type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.TaskProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - task: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.TaskProcessingResults.GetTask - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - resume: - operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.taskReports.taskReport.taskProcessingResults.taskProcessingResult.resume default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78837,8 +71700,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79209,397 +72076,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79670,19 +72152,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflows.taskReports.taskProcessingResults.Task.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - taskReport-id: $request.path.taskReport-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79720,7 +72195,7 @@ paths: type: string format: date-time responses: - '200': + 2XX: description: Success content: application/json: @@ -79822,7 +72297,7 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.userProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -79852,7 +72327,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -79922,23 +72397,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.workflows.UserProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflows.UserProcessingResults.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79972,8 +72436,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -80269,333 +72737,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -80688,7 +72835,7 @@ paths: - task type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -80726,7 +72873,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -80801,27 +72948,12 @@ paths: - task type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.TaskProcessingResults.GetSubject - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - task: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.TaskProcessingResults.GetTask - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - resume: - operationId: identityGovernance.lifecycleWorkflows.workflows.workflow.userProcessingResults.userProcessingResult.taskProcessingResults.taskProcessingResult.resume default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -80863,8 +72995,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81235,397 +73371,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetAnalytics - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListCloudPCs - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListUsageRights - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetInformationProtection - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListCreatedObjects - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListDirectReports - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListLicenseDetails - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetManager - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListOwnedDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListOwnedObjects - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListRegisteredDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListTransitiveReports - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetCalendar - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListCalendarGroups - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListCalendars - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListCalendarView - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListContactFolders - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListContacts - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetInferenceClassification - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListJoinedGroups - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListMailFolders - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListMessages - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetOutlook - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListPeople - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetDrive - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListDrives - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListFollowedSites - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListExtensions - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListApprovals - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetSecurity - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListManagedDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListNotifications - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetPlanner - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetInsights - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetSettings - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetOnenote - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetPhoto - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListPhotos - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetProfile - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListActivities - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListDevices - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListOnlineMeetings - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetPresence - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetAuthentication - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListChats - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.ListJoinedTeams - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetTeamwork - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Subject.GetTodo - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81696,19 +73447,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflows.userProcessingResults.taskProcessingResults.Task.ListTaskProcessingResults - parameters: - workflow-id: $request.path.workflow-id - userProcessingResult-id: $request.path.userProcessingResult-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81746,7 +73490,7 @@ paths: type: string format: date-time responses: - '200': + 2XX: description: Success content: application/json: @@ -81847,7 +73591,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.workflowVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -81877,7 +73621,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -81952,28 +73696,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowVersion' - links: - createdBy: - operationId: identityGovernance.lifecycleWorkflows.workflows.Versions.GetCreatedGraphBPre - parameters: - workflow-id: $request.path.workflow-id - workflowVersion-versionNumber: $request.path.workflowVersion-versionNumber - lastModifiedBy: - operationId: identityGovernance.lifecycleWorkflows.workflows.Versions.GetLastModifiedGraphBPre - parameters: - workflow-id: $request.path.workflow-id - workflowVersion-versionNumber: $request.path.workflowVersion-versionNumber - tasks: - operationId: identityGovernance.lifecycleWorkflows.workflows.Versions.ListTasks - parameters: - workflow-id: $request.path.workflow-id - workflowVersion-versionNumber: $request.path.workflowVersion-versionNumber default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82010,8 +73738,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82120,7 +73852,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.workflowTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -82141,7 +73873,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowTemplate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -82197,17 +73929,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowTemplate' - links: - tasks: - operationId: identityGovernance.lifecycleWorkflows.WorkflowTemplates.ListTasks - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82233,8 +73960,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82349,7 +74080,7 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskCollectionResponse' default: $ref: '#/components/responses/error' @@ -82379,7 +74110,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -82447,18 +74178,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.Tasks.ListTaskProcessingResults - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82492,8 +74217,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82617,7 +74346,7 @@ paths: - task type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -82655,7 +74384,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -82730,27 +74459,12 @@ paths: - task type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' - links: - subject: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.TaskProcessingResults.GetSubject - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - task: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.TaskProcessingResults.GetTask - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - resume: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.workflowTemplate.tasks.task.taskProcessingResults.taskProcessingResult.resume default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82792,8 +74506,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83164,397 +74882,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetAnalytics - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - cloudPCs: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListCloudPCs - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - usageRights: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListUsageRights - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - informationProtection: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetInformationProtection - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignedResources: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListAppRoleAssignedResources - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appRoleAssignments: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListAppRoleAssignments - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - createdObjects: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListCreatedObjects - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - directReports: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListDirectReports - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - licenseDetails: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListLicenseDetails - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - manager: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetManager - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - memberOf: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListMemberGraphOPre - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - oauth2PermissionGrants: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListOauth2PermissionGrants - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListOwnedDevices - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - ownedObjects: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListOwnedObjects - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - registeredDevices: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListRegisteredDevices - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - scopedRoleMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListScopedRoleMemberGraphOPre - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveMemberOf: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListTransitiveMemberGraphOPre - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - transitiveReports: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListTransitiveReports - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendar: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetCalendar - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarGroups: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListCalendarGroups - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendars: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListCalendars - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - calendarView: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListCalendarView - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contactFolders: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListContactFolders - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - contacts: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListContacts - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - events: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListEvents - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - inferenceClassification: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetInferenceClassification - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedGroups: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListJoinedGroups - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mailFolders: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListMailFolders - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - messages: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListMessages - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - outlook: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetOutlook - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - people: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListPeople - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drive: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetDrive - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - drives: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListDrives - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - followedSites: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListFollowedSites - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - extensions: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListExtensions - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - appConsentRequestsForApproval: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListAppConsentRequestsGraphFPreApproval - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - approvals: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListApprovals - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - pendingAccessReviewInstances: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListPendingAccessReviewInstances - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - agreementAcceptances: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListAgreementAcceptances - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - security: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetSecurity - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceEnrollmentConfigurations: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListDeviceEnrollmentConfigurations - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedDevices: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListManagedDevices - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - managedAppRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListManagedAppRegistrations - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - windowsInformationProtectionDeviceRegistrations: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListWindowsInformationProtectionDeviceRegistrations - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - deviceManagementTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListDeviceManagementTroubleshootingEvents - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppIntentAndStates: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListMobileAppIntentAndStates - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - mobileAppTroubleshootingEvents: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListMobileAppTroubleshootingEvents - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - notifications: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListNotifications - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - planner: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetPlanner - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - insights: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetInsights - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - settings: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetSettings - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onenote: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetOnenote - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photo: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetPhoto - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - photos: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListPhotos - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - profile: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetProfile - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - activities: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListActivities - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - devices: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListDevices - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - onlineMeetings: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListOnlineMeetings - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - presence: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetPresence - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - authentication: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetAuthentication - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - chats: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListChats - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - joinedTeams: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.ListJoinedTeams - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - teamwork: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetTeamwork - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id - todo: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Subject.GetTodo - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83625,19 +74958,12 @@ paths: - taskProcessingResults type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance.task' - links: - taskProcessingResults: - operationId: identityGovernance.lifecycleWorkflows.workflowTemplates.tasks.taskProcessingResults.Task.ListTaskProcessingResults - parameters: - workflowTemplate-id: $request.path.workflowTemplate-id - task-id: $request.path.task-id - taskProcessingResult-id: $request.path.taskProcessingResult-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83677,17 +75003,12 @@ paths: - agreements type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' - links: - agreementAcceptances: - operationId: identityGovernance.TermsGraphOPreUse.ListAgreementAcceptances - agreements: - operationId: identityGovernance.TermsGraphOPreUse.ListAgreements default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83704,8 +75025,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83817,7 +75142,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -83838,7 +75163,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -83901,7 +75226,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -83932,8 +75257,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84038,7 +75367,7 @@ paths: - files type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementCollectionResponse' default: $ref: '#/components/responses/error' @@ -84063,7 +75392,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -84124,25 +75453,12 @@ paths: - files type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' - links: - acceptances: - operationId: identityGovernance.termsGraphOPreUse.Agreements.ListAcceptances - parameters: - agreement-id: $request.path.agreement-id - file: - operationId: identityGovernance.termsGraphOPreUse.Agreements.GetFile - parameters: - agreement-id: $request.path.agreement-id - files: - operationId: identityGovernance.termsGraphOPreUse.Agreements.ListFiles - parameters: - agreement-id: $request.path.agreement-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84168,8 +75484,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84300,7 +75620,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -84330,7 +75650,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -84401,7 +75721,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -84440,8 +75760,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84532,17 +75856,12 @@ paths: - localizations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFile' - links: - localizations: - operationId: identityGovernance.termsGraphOPreUse.agreements.File.ListLocalizations - parameters: - agreement-id: $request.path.agreement-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84568,8 +75887,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84681,7 +76004,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -84711,7 +76034,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -84778,18 +76101,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - links: - versions: - operationId: identityGovernance.termsGraphOPreUse.agreements.file.Localizations.ListVersions - parameters: - agreement-id: $request.path.agreement-id - agreementFileLocalization-id: $request.path.agreementFileLocalization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84823,8 +76140,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84950,7 +76271,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -84988,7 +76309,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -85061,7 +76382,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -85108,8 +76429,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85237,7 +76562,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -85271,7 +76596,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -85338,18 +76663,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - links: - versions: - operationId: identityGovernance.termsGraphOPreUse.agreements.Files.ListVersions - parameters: - agreement-id: $request.path.agreement-id - agreementFileLocalization-id: $request.path.agreementFileLocalization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85383,8 +76702,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85510,7 +76833,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -85548,7 +76871,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -85621,7 +76944,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -85668,8 +76991,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85778,7 +77105,7 @@ paths: - roleSettings type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.privilegedAccessCollectionResponse' default: $ref: '#/components/responses/error' @@ -85799,7 +77126,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedAccess' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -85859,33 +77186,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedAccess' - links: - resources: - operationId: privilegedAccess.ListResources - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - roleAssignmentRequests: - operationId: privilegedAccess.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - roleAssignments: - operationId: privilegedAccess.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - roleDefinitions: - operationId: privilegedAccess.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - roleSettings: - operationId: privilegedAccess.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85911,8 +77217,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedAccess' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedAccess' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86032,7 +77342,7 @@ paths: - roleSettings type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -86062,7 +77372,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -86136,38 +77446,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.Resources.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - roleAssignmentRequests: - operationId: privilegedAccess.Resources.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - roleAssignments: - operationId: privilegedAccess.Resources.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - roleDefinitions: - operationId: privilegedAccess.Resources.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - roleSettings: - operationId: privilegedAccess.Resources.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86201,8 +77485,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86305,38 +77593,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.resources.Parent.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - roleAssignmentRequests: - operationId: privilegedAccess.resources.Parent.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - roleAssignments: - operationId: privilegedAccess.resources.Parent.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - roleDefinitions: - operationId: privilegedAccess.resources.Parent.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - roleSettings: - operationId: privilegedAccess.resources.Parent.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86443,7 +77705,7 @@ paths: - subject type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceRoleAssignmentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -86481,7 +77743,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignmentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -86563,35 +77825,12 @@ paths: - subject type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignmentRequest' - links: - resource: - operationId: privilegedAccess.resources.RoleAssignmentRequests.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleDefinition: - operationId: privilegedAccess.resources.RoleAssignmentRequests.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - subject: - operationId: privilegedAccess.resources.RoleAssignmentRequests.GetSubject - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - cancel: - operationId: privilegedAccess.privilegedAccess.resources.governanceResource.roleAssignmentRequests.governanceRoleAssignmentRequest.cancel - updateRequest: - operationId: privilegedAccess.privilegedAccess.resources.governanceResource.roleAssignmentRequests.governanceRoleAssignmentRequest.updateRequest default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86633,8 +77872,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignmentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignmentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86770,7 +78013,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -86852,43 +78095,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.resources.roleAssignmentRequests.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleAssignmentRequests: - operationId: privilegedAccess.resources.roleAssignmentRequests.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleAssignments: - operationId: privilegedAccess.resources.roleAssignmentRequests.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleDefinitions: - operationId: privilegedAccess.resources.roleAssignmentRequests.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleSettings: - operationId: privilegedAccess.resources.roleAssignmentRequests.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86957,25 +78169,12 @@ paths: - roleSetting type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' - links: - resource: - operationId: privilegedAccess.resources.roleAssignmentRequests.RoleDefinition.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleSetting: - operationId: privilegedAccess.resources.roleAssignmentRequests.RoleDefinition.GetRoleSetting - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87017,8 +78216,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87137,43 +78340,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.resources.roleAssignmentRequests.roleDefinition.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleAssignmentRequests: - operationId: privilegedAccess.resources.roleAssignmentRequests.roleDefinition.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleAssignments: - operationId: privilegedAccess.resources.roleAssignmentRequests.roleDefinition.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleDefinitions: - operationId: privilegedAccess.resources.roleAssignmentRequests.roleDefinition.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleSettings: - operationId: privilegedAccess.resources.roleAssignmentRequests.roleDefinition.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87247,25 +78419,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' - links: - resource: - operationId: privilegedAccess.resources.roleAssignmentRequests.roleDefinition.RoleSetting.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleDefinition: - operationId: privilegedAccess.resources.roleAssignmentRequests.roleDefinition.RoleSetting.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87330,7 +78489,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -87377,8 +78536,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceSubject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceSubject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87529,7 +78692,7 @@ paths: - subject type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -87567,7 +78730,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -87651,37 +78814,12 @@ paths: - subject type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignment' - links: - linkedEligibleRoleAssignment: - operationId: privilegedAccess.resources.RoleAssignments.GetLinkedEligibleRoleAssignment - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - resource: - operationId: privilegedAccess.resources.RoleAssignments.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleDefinition: - operationId: privilegedAccess.resources.RoleAssignments.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - subject: - operationId: privilegedAccess.resources.RoleAssignments.GetSubject - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87723,8 +78861,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87845,37 +78987,12 @@ paths: - subject type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignment' - links: - linkedEligibleRoleAssignment: - operationId: privilegedAccess.resources.roleAssignments.LinkedEligibleRoleAssignment.GetLinkedEligibleRoleAssignment - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - resource: - operationId: privilegedAccess.resources.roleAssignments.LinkedEligibleRoleAssignment.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleDefinition: - operationId: privilegedAccess.resources.roleAssignments.LinkedEligibleRoleAssignment.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - subject: - operationId: privilegedAccess.resources.roleAssignments.LinkedEligibleRoleAssignment.GetSubject - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87952,43 +79069,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.resources.roleAssignments.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleAssignmentRequests: - operationId: privilegedAccess.resources.roleAssignments.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleAssignments: - operationId: privilegedAccess.resources.roleAssignments.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleDefinitions: - operationId: privilegedAccess.resources.roleAssignments.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleSettings: - operationId: privilegedAccess.resources.roleAssignments.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88057,25 +79143,12 @@ paths: - roleSetting type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' - links: - resource: - operationId: privilegedAccess.resources.roleAssignments.RoleDefinition.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleSetting: - operationId: privilegedAccess.resources.roleAssignments.RoleDefinition.GetRoleSetting - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88117,8 +79190,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88237,43 +79314,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.resources.roleAssignments.roleDefinition.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleAssignmentRequests: - operationId: privilegedAccess.resources.roleAssignments.roleDefinition.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleAssignments: - operationId: privilegedAccess.resources.roleAssignments.roleDefinition.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleDefinitions: - operationId: privilegedAccess.resources.roleAssignments.roleDefinition.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleSettings: - operationId: privilegedAccess.resources.roleAssignments.roleDefinition.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88347,25 +79393,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' - links: - resource: - operationId: privilegedAccess.resources.roleAssignments.roleDefinition.RoleSetting.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleDefinition: - operationId: privilegedAccess.resources.roleAssignments.roleDefinition.RoleSetting.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88430,7 +79463,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -88477,8 +79510,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceSubject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceSubject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88553,7 +79590,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -88659,7 +79696,7 @@ paths: - roleSetting type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -88697,7 +79734,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -88771,25 +79808,12 @@ paths: - roleSetting type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' - links: - resource: - operationId: privilegedAccess.resources.RoleDefinitions.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleSetting: - operationId: privilegedAccess.resources.RoleDefinitions.GetRoleSetting - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88831,8 +79855,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88951,43 +79979,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.resources.roleDefinitions.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleAssignmentRequests: - operationId: privilegedAccess.resources.roleDefinitions.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleAssignments: - operationId: privilegedAccess.resources.roleDefinitions.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleDefinitions: - operationId: privilegedAccess.resources.roleDefinitions.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleSettings: - operationId: privilegedAccess.resources.roleDefinitions.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89061,25 +80058,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' - links: - resource: - operationId: privilegedAccess.resources.roleDefinitions.RoleSetting.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleDefinition: - operationId: privilegedAccess.resources.roleDefinitions.RoleSetting.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89181,7 +80165,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceRoleSettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -89219,7 +80203,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -89298,25 +80282,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' - links: - resource: - operationId: privilegedAccess.resources.RoleSettings.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleDefinition: - operationId: privilegedAccess.resources.RoleSettings.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89358,8 +80329,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89478,43 +80453,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.resources.roleSettings.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleAssignmentRequests: - operationId: privilegedAccess.resources.roleSettings.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleAssignments: - operationId: privilegedAccess.resources.roleSettings.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleDefinitions: - operationId: privilegedAccess.resources.roleSettings.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleSettings: - operationId: privilegedAccess.resources.roleSettings.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89583,25 +80527,12 @@ paths: - roleSetting type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' - links: - resource: - operationId: privilegedAccess.resources.roleSettings.RoleDefinition.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleSetting: - operationId: privilegedAccess.resources.roleSettings.RoleDefinition.GetRoleSetting - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89643,8 +80574,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89763,43 +80698,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.resources.roleSettings.roleDefinition.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleAssignmentRequests: - operationId: privilegedAccess.resources.roleSettings.roleDefinition.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleAssignments: - operationId: privilegedAccess.resources.roleSettings.roleDefinition.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleDefinitions: - operationId: privilegedAccess.resources.roleSettings.roleDefinition.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleSettings: - operationId: privilegedAccess.resources.roleSettings.roleDefinition.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89873,25 +80777,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' - links: - resource: - operationId: privilegedAccess.resources.roleSettings.roleDefinition.RoleSetting.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleDefinition: - operationId: privilegedAccess.resources.roleSettings.roleDefinition.RoleSetting.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceResource-id: $request.path.governanceResource-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90024,7 +80915,7 @@ paths: - subject type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceRoleAssignmentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -90058,7 +80949,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignmentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -90132,32 +81023,12 @@ paths: - subject type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignmentRequest' - links: - resource: - operationId: privilegedAccess.RoleAssignmentRequests.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleDefinition: - operationId: privilegedAccess.RoleAssignmentRequests.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - subject: - operationId: privilegedAccess.RoleAssignmentRequests.GetSubject - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - cancel: - operationId: privilegedAccess.privilegedAccess.roleAssignmentRequests.governanceRoleAssignmentRequest.cancel - updateRequest: - operationId: privilegedAccess.privilegedAccess.roleAssignmentRequests.governanceRoleAssignmentRequest.updateRequest default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90191,8 +81062,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignmentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignmentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90304,7 +81179,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -90378,38 +81253,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.roleAssignmentRequests.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleAssignmentRequests: - operationId: privilegedAccess.roleAssignmentRequests.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleAssignments: - operationId: privilegedAccess.roleAssignmentRequests.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleDefinitions: - operationId: privilegedAccess.roleAssignmentRequests.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleSettings: - operationId: privilegedAccess.roleAssignmentRequests.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90470,23 +81319,12 @@ paths: - roleSetting type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' - links: - resource: - operationId: privilegedAccess.roleAssignmentRequests.RoleDefinition.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleSetting: - operationId: privilegedAccess.roleAssignmentRequests.RoleDefinition.GetRoleSetting - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90520,8 +81358,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90624,38 +81466,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.roleAssignmentRequests.roleDefinition.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleAssignmentRequests: - operationId: privilegedAccess.roleAssignmentRequests.roleDefinition.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleAssignments: - operationId: privilegedAccess.roleAssignmentRequests.roleDefinition.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleDefinitions: - operationId: privilegedAccess.roleAssignmentRequests.roleDefinition.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleSettings: - operationId: privilegedAccess.roleAssignmentRequests.roleDefinition.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90721,23 +81537,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' - links: - resource: - operationId: privilegedAccess.roleAssignmentRequests.roleDefinition.RoleSetting.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id - roleDefinition: - operationId: privilegedAccess.roleAssignmentRequests.roleDefinition.RoleSetting.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignmentRequest-id: $request.path.governanceRoleAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90794,7 +81599,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -90833,8 +81638,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceSubject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceSubject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90969,7 +81778,7 @@ paths: - subject type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -90999,7 +81808,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -91075,33 +81884,12 @@ paths: - subject type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignment' - links: - linkedEligibleRoleAssignment: - operationId: privilegedAccess.RoleAssignments.GetLinkedEligibleRoleAssignment - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - resource: - operationId: privilegedAccess.RoleAssignments.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleDefinition: - operationId: privilegedAccess.RoleAssignments.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - subject: - operationId: privilegedAccess.RoleAssignments.GetSubject - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91135,8 +81923,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91241,33 +82033,12 @@ paths: - subject type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleAssignment' - links: - linkedEligibleRoleAssignment: - operationId: privilegedAccess.roleAssignments.LinkedEligibleRoleAssignment.GetLinkedEligibleRoleAssignment - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - resource: - operationId: privilegedAccess.roleAssignments.LinkedEligibleRoleAssignment.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleDefinition: - operationId: privilegedAccess.roleAssignments.LinkedEligibleRoleAssignment.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - subject: - operationId: privilegedAccess.roleAssignments.LinkedEligibleRoleAssignment.GetSubject - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91336,38 +82107,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.roleAssignments.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleAssignmentRequests: - operationId: privilegedAccess.roleAssignments.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleAssignments: - operationId: privilegedAccess.roleAssignments.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleDefinitions: - operationId: privilegedAccess.roleAssignments.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleSettings: - operationId: privilegedAccess.roleAssignments.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91428,23 +82173,12 @@ paths: - roleSetting type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' - links: - resource: - operationId: privilegedAccess.roleAssignments.RoleDefinition.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleSetting: - operationId: privilegedAccess.roleAssignments.RoleDefinition.GetRoleSetting - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91478,8 +82212,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91582,38 +82320,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.roleAssignments.roleDefinition.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleAssignmentRequests: - operationId: privilegedAccess.roleAssignments.roleDefinition.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleAssignments: - operationId: privilegedAccess.roleAssignments.roleDefinition.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleDefinitions: - operationId: privilegedAccess.roleAssignments.roleDefinition.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleSettings: - operationId: privilegedAccess.roleAssignments.roleDefinition.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91679,23 +82391,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' - links: - resource: - operationId: privilegedAccess.roleAssignments.roleDefinition.RoleSetting.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id - roleDefinition: - operationId: privilegedAccess.roleAssignments.roleDefinition.RoleSetting.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleAssignment-id: $request.path.governanceRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91752,7 +82453,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -91791,8 +82492,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceSubject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceSubject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91851,7 +82556,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -91949,7 +82654,7 @@ paths: - roleSetting type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -91979,7 +82684,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -92045,23 +82750,12 @@ paths: - roleSetting type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' - links: - resource: - operationId: privilegedAccess.RoleDefinitions.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleSetting: - operationId: privilegedAccess.RoleDefinitions.GetRoleSetting - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92095,8 +82789,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92199,38 +82897,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.roleDefinitions.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleAssignmentRequests: - operationId: privilegedAccess.roleDefinitions.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleAssignments: - operationId: privilegedAccess.roleDefinitions.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleDefinitions: - operationId: privilegedAccess.roleDefinitions.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleSettings: - operationId: privilegedAccess.roleDefinitions.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92296,23 +82968,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' - links: - resource: - operationId: privilegedAccess.roleDefinitions.RoleSetting.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id - roleDefinition: - operationId: privilegedAccess.roleDefinitions.RoleSetting.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleDefinition-id: $request.path.governanceRoleDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92406,7 +83067,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.governanceRoleSettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -92436,7 +83097,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -92507,23 +83168,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' - links: - resource: - operationId: privilegedAccess.RoleSettings.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleDefinition: - operationId: privilegedAccess.RoleSettings.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92557,8 +83207,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92661,38 +83315,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.roleSettings.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleAssignmentRequests: - operationId: privilegedAccess.roleSettings.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleAssignments: - operationId: privilegedAccess.roleSettings.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleDefinitions: - operationId: privilegedAccess.roleSettings.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleSettings: - operationId: privilegedAccess.roleSettings.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92753,23 +83381,12 @@ paths: - roleSetting type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' - links: - resource: - operationId: privilegedAccess.roleSettings.RoleDefinition.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleSetting: - operationId: privilegedAccess.roleSettings.RoleDefinition.GetRoleSetting - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92803,8 +83420,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.governanceRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92907,38 +83528,12 @@ paths: - roleSettings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceResource' - links: - parent: - operationId: privilegedAccess.roleSettings.roleDefinition.Resource.GetParent - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleAssignmentRequests: - operationId: privilegedAccess.roleSettings.roleDefinition.Resource.ListRoleAssignmentRequests - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleAssignments: - operationId: privilegedAccess.roleSettings.roleDefinition.Resource.ListRoleAssignments - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleDefinitions: - operationId: privilegedAccess.roleSettings.roleDefinition.Resource.ListRoleDefinitions - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleSettings: - operationId: privilegedAccess.roleSettings.roleDefinition.Resource.ListRoleSettings - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93004,23 +83599,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.governanceRoleSetting' - links: - resource: - operationId: privilegedAccess.roleSettings.roleDefinition.RoleSetting.GetResource - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id - roleDefinition: - operationId: privilegedAccess.roleSettings.roleDefinition.RoleSetting.GetRoleDefinition - parameters: - privilegedAccess-id: $request.path.privilegedAccess-id - governanceRoleSetting-id: $request.path.governanceRoleSetting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93109,7 +83693,7 @@ paths: - roleInfo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.privilegedApprovalCollectionResponse' default: $ref: '#/components/responses/error' @@ -93134,7 +83718,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedApproval' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -93200,21 +83784,12 @@ paths: - roleInfo type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedApproval' - links: - request: - operationId: privilegedApproval.GetRequest - parameters: - privilegedApproval-id: $request.path.privilegedApproval-id - roleInfo: - operationId: privilegedApproval.GetRoleInfo - parameters: - privilegedApproval-id: $request.path.privilegedApproval-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93244,8 +83819,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedApproval' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedApproval' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93329,17 +83908,12 @@ paths: - roleInfo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignmentRequest' - links: - roleInfo: - operationId: privilegedApproval.Request.GetRoleInfo - parameters: - privilegedApproval-id: $request.path.privilegedApproval-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93390,29 +83964,12 @@ paths: - summary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedRole' - links: - assignments: - operationId: privilegedApproval.RoleInfo.ListAssignments - parameters: - privilegedApproval-id: $request.path.privilegedApproval-id - settings: - operationId: privilegedApproval.RoleInfo.GetSettings - parameters: - privilegedApproval-id: $request.path.privilegedApproval-id - summary: - operationId: privilegedApproval.RoleInfo.GetSummary - parameters: - privilegedApproval-id: $request.path.privilegedApproval-id - selfActivate: - operationId: privilegedApproval.privilegedApproval.roleInfo.selfActivate - selfDeactivate: - operationId: privilegedApproval.privilegedApproval.roleInfo.selfDeactivate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93438,8 +83995,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93548,7 +84109,7 @@ paths: - roleInfo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.privilegedRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -93612,18 +84173,12 @@ paths: - roleInfo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignment' - links: - roleInfo: - operationId: privilegedApproval.roleInfo.Assignments.GetRoleInfo - parameters: - privilegedApproval-id: $request.path.privilegedApproval-id - privilegedRoleAssignment-id: $request.path.privilegedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93669,7 +84224,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -93698,7 +84253,7 @@ paths: type: string x-ms-docs-key-type: privilegedApproval responses: - '200': + 2XX: description: Success content: application/json: @@ -93761,7 +84316,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -93796,8 +84351,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRoleSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93876,7 +84435,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -93907,8 +84466,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRoleSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94005,7 +84568,7 @@ paths: - userId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -94124,7 +84687,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.privilegedOperationEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -94145,7 +84708,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedOperationEvent' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -94208,7 +84771,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -94239,8 +84802,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedOperationEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedOperationEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94359,7 +84926,7 @@ paths: - roleInfo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.privilegedRoleAssignmentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -94384,7 +84951,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignmentRequest' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -94446,19 +85013,12 @@ paths: - roleInfo type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignmentRequest' - links: - roleInfo: - operationId: privilegedRoleAssignmentRequests.GetRoleInfo - parameters: - privilegedRoleAssignmentRequest-id: $request.path.privilegedRoleAssignmentRequest-id - cancel: - operationId: privilegedRoleAssignmentRequests.privilegedRoleAssignmentRequest.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94484,8 +85044,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignmentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignmentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94535,7 +85099,7 @@ paths: type: string x-ms-docs-key-type: privilegedRoleAssignmentRequest responses: - '200': + 2XX: description: Success content: application/json: @@ -94592,29 +85156,12 @@ paths: - summary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedRole' - links: - assignments: - operationId: privilegedRoleAssignmentRequests.RoleInfo.ListAssignments - parameters: - privilegedRoleAssignmentRequest-id: $request.path.privilegedRoleAssignmentRequest-id - settings: - operationId: privilegedRoleAssignmentRequests.RoleInfo.GetSettings - parameters: - privilegedRoleAssignmentRequest-id: $request.path.privilegedRoleAssignmentRequest-id - summary: - operationId: privilegedRoleAssignmentRequests.RoleInfo.GetSummary - parameters: - privilegedRoleAssignmentRequest-id: $request.path.privilegedRoleAssignmentRequest-id - selfActivate: - operationId: privilegedRoleAssignmentRequests.privilegedRoleAssignmentRequest.roleInfo.selfActivate - selfDeactivate: - operationId: privilegedRoleAssignmentRequests.privilegedRoleAssignmentRequest.roleInfo.selfDeactivate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94640,8 +85187,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94750,7 +85301,7 @@ paths: - roleInfo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.privilegedRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -94814,18 +85365,12 @@ paths: - roleInfo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignment' - links: - roleInfo: - operationId: privilegedRoleAssignmentRequests.roleInfo.Assignments.GetRoleInfo - parameters: - privilegedRoleAssignmentRequest-id: $request.path.privilegedRoleAssignmentRequest-id - privilegedRoleAssignment-id: $request.path.privilegedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94871,7 +85416,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -94900,7 +85445,7 @@ paths: type: string x-ms-docs-key-type: privilegedRoleAssignmentRequest responses: - '200': + 2XX: description: Success content: application/json: @@ -94963,7 +85508,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -94998,8 +85543,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRoleSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95078,7 +85627,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -95109,8 +85658,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRoleSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95212,7 +85765,7 @@ paths: - userId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -95306,7 +85859,7 @@ paths: - roleInfo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.privilegedRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -95331,7 +85884,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignment' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -95391,21 +85944,12 @@ paths: - roleInfo type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignment' - links: - roleInfo: - operationId: privilegedRoleAssignments.GetRoleInfo - parameters: - privilegedRoleAssignment-id: $request.path.privilegedRoleAssignment-id - makeEligible: - operationId: privilegedRoleAssignments.privilegedRoleAssignment.makeEligible - makePermanent: - operationId: privilegedRoleAssignments.privilegedRoleAssignment.makePermanent default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95431,8 +85975,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95486,7 +86034,7 @@ paths: type: string x-ms-docs-key-type: privilegedRoleAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -95534,7 +86082,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -95591,29 +86139,12 @@ paths: - summary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedRole' - links: - assignments: - operationId: privilegedRoleAssignments.RoleInfo.ListAssignments - parameters: - privilegedRoleAssignment-id: $request.path.privilegedRoleAssignment-id - settings: - operationId: privilegedRoleAssignments.RoleInfo.GetSettings - parameters: - privilegedRoleAssignment-id: $request.path.privilegedRoleAssignment-id - summary: - operationId: privilegedRoleAssignments.RoleInfo.GetSummary - parameters: - privilegedRoleAssignment-id: $request.path.privilegedRoleAssignment-id - selfActivate: - operationId: privilegedRoleAssignments.privilegedRoleAssignment.roleInfo.selfActivate - selfDeactivate: - operationId: privilegedRoleAssignments.privilegedRoleAssignment.roleInfo.selfDeactivate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95639,8 +86170,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95749,7 +86284,7 @@ paths: - roleInfo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.privilegedRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -95813,18 +86348,12 @@ paths: - roleInfo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignment' - links: - roleInfo: - operationId: privilegedRoleAssignments.roleInfo.Assignments.GetRoleInfo - parameters: - privilegedRoleAssignment-id: $request.path.privilegedRoleAssignment-id - privilegedRoleAssignment-id1: $request.path.privilegedRoleAssignment-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95870,7 +86399,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -95899,7 +86428,7 @@ paths: type: string x-ms-docs-key-type: privilegedRoleAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -95962,7 +86491,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -95997,8 +86526,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRoleSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96077,7 +86610,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -96108,8 +86641,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRoleSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96193,7 +86730,7 @@ paths: - userId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -96279,7 +86816,7 @@ paths: - summary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.privilegedRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -96300,7 +86837,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRole' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -96360,29 +86897,12 @@ paths: - summary type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedRole' - links: - assignments: - operationId: privilegedRoles.ListAssignments - parameters: - privilegedRole-id: $request.path.privilegedRole-id - settings: - operationId: privilegedRoles.GetSettings - parameters: - privilegedRole-id: $request.path.privilegedRole-id - summary: - operationId: privilegedRoles.GetSummary - parameters: - privilegedRole-id: $request.path.privilegedRole-id - selfActivate: - operationId: privilegedRoles.privilegedRole.selfActivate - selfDeactivate: - operationId: privilegedRoles.privilegedRole.selfDeactivate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96408,8 +86928,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96518,7 +87042,7 @@ paths: - roleInfo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.privilegedRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -96582,18 +87106,12 @@ paths: - roleInfo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.privilegedRoleAssignment' - links: - roleInfo: - operationId: privilegedRoles.Assignments.GetRoleInfo - parameters: - privilegedRole-id: $request.path.privilegedRole-id - privilegedRoleAssignment-id: $request.path.privilegedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96639,7 +87157,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -96668,7 +87186,7 @@ paths: type: string x-ms-docs-key-type: privilegedRole responses: - '200': + 2XX: description: Success content: application/json: @@ -96731,7 +87249,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -96766,8 +87284,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRoleSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96846,7 +87368,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -96877,8 +87399,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.privilegedRoleSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.privilegedRoleSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96988,7 +87514,7 @@ paths: - program type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.programControlCollectionResponse' default: $ref: '#/components/responses/error' @@ -97013,7 +87539,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.programControl' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -97072,17 +87598,12 @@ paths: - program type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.programControl' - links: - program: - operationId: programControls.GetProgram - parameters: - programControl-id: $request.path.programControl-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97108,8 +87629,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.programControl' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.programControl' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97188,17 +87713,12 @@ paths: - controls type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.program' - links: - controls: - operationId: programControls.Program.ListControls - parameters: - programControl-id: $request.path.programControl-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97224,8 +87744,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.program' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.program' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97343,7 +87867,7 @@ paths: - program type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.programControlCollectionResponse' default: $ref: '#/components/responses/error' @@ -97373,7 +87897,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.programControl' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -97441,18 +87965,12 @@ paths: - program type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.programControl' - links: - program: - operationId: programControls.program.Controls.GetProgram - parameters: - programControl-id: $request.path.programControl-id - programControl-id1: $request.path.programControl-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97486,8 +88004,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.programControl' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.programControl' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97585,7 +88107,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.programControlTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -97606,7 +88128,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.programControlType' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -97657,7 +88179,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -97688,8 +88210,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.programControlType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.programControlType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97781,7 +88307,7 @@ paths: - controls type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.programCollectionResponse' default: $ref: '#/components/responses/error' @@ -97806,7 +88332,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.program' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -97859,17 +88385,12 @@ paths: - controls type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.program' - links: - controls: - operationId: programs.ListControls - parameters: - program-id: $request.path.program-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97899,8 +88420,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.program' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.program' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98022,7 +88547,7 @@ paths: - program type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.programControlCollectionResponse' default: $ref: '#/components/responses/error' @@ -98052,7 +88577,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.programControl' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -98120,18 +88645,12 @@ paths: - program type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.programControl' - links: - program: - operationId: programs.Controls.GetProgram - parameters: - program-id: $request.path.program-id - programControl-id: $request.path.programControl-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98165,8 +88684,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.programControl' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.programControl' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98257,18 +88780,12 @@ paths: - controls type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.program' - links: - controls: - operationId: programs.controls.Program.ListControls - parameters: - program-id: $request.path.program-id - programControl-id: $request.path.programControl-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98302,8 +88819,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.program' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.program' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98374,7 +88895,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -98462,7 +88983,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -98556,7 +89077,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -98612,7 +89133,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -98700,7 +89221,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -98794,7 +89315,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -98871,39 +89392,12 @@ paths: - roleEligibilitySchedules type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplication' - links: - resourceNamespaces: - operationId: roleManagement.Directory.ListResourceNamespaces - roleAssignments: - operationId: roleManagement.Directory.ListRoleAssignments - roleDefinitions: - operationId: roleManagement.Directory.ListRoleDefinitions - transitiveRoleAssignments: - operationId: roleManagement.Directory.ListTransitiveRoleAssignments - roleAssignmentApprovals: - operationId: roleManagement.Directory.ListRoleAssignmentApprovals - roleAssignmentScheduleInstances: - operationId: roleManagement.Directory.ListRoleAssignmentScheduleInstances - roleAssignmentScheduleRequests: - operationId: roleManagement.Directory.ListRoleAssignmentScheduleRequests - roleAssignmentSchedules: - operationId: roleManagement.Directory.ListRoleAssignmentSchedules - roleEligibilityScheduleInstances: - operationId: roleManagement.Directory.ListRoleEligibilityScheduleInstances - roleEligibilityScheduleRequests: - operationId: roleManagement.Directory.ListRoleEligibilityScheduleRequests - roleEligibilitySchedules: - operationId: roleManagement.Directory.ListRoleEligibilitySchedules - roleScheduleInstances: - operationId: roleManagement.directory.roleScheduleInstances - roleSchedules: - operationId: roleManagement.directory.roleSchedules default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98920,8 +89414,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.rbacApplication' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.rbacApplication' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99029,7 +89527,7 @@ paths: - roleDefinitionId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -99150,7 +89648,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -99232,7 +89730,7 @@ paths: - resourceActions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceNamespaceCollectionResponse' default: $ref: '#/components/responses/error' @@ -99253,7 +89751,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -99305,19 +89803,12 @@ paths: - resourceActions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' - links: - resourceActions: - operationId: roleManagement.directory.ResourceNamespaces.ListResourceActions - parameters: - unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id - importResourceActions: - operationId: roleManagement.directory.resourceNamespaces.unifiedRbacResourceNamespace.importResourceActions default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99343,8 +89834,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99407,7 +89902,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -99498,7 +89993,7 @@ paths: - resourceScope type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceActionCollectionResponse' default: $ref: '#/components/responses/error' @@ -99528,7 +90023,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -99594,18 +90089,12 @@ paths: - resourceScope type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' - links: - resourceScope: - operationId: roleManagement.directory.resourceNamespaces.ResourceActions.GetResourceScope - parameters: - unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id - unifiedRbacResourceAction-id: $request.path.unifiedRbacResourceAction-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99639,8 +90128,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99729,7 +90222,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -99768,8 +90261,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99859,7 +90356,7 @@ paths: - steps type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.approvalCollectionResponse' default: $ref: '#/components/responses/error' @@ -99880,7 +90377,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -99931,17 +90428,12 @@ paths: - steps type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' - links: - steps: - operationId: roleManagement.directory.RoleAssignmentApprovals.ListSteps - parameters: - approval-id: $request.path.approval-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99967,8 +90459,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approval' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100081,7 +90577,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.approvalStepCollectionResponse' default: $ref: '#/components/responses/error' @@ -100111,7 +90607,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -100175,7 +90671,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -100214,8 +90710,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approvalStep' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100299,7 +90799,7 @@ paths: - id desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -100405,7 +90905,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -100430,7 +90930,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -100494,29 +90994,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' - links: - appScope: - operationId: roleManagement.directory.RoleAssignments.GetAppScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - directoryScope: - operationId: roleManagement.directory.RoleAssignments.GetDirectoryScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - principal: - operationId: roleManagement.directory.RoleAssignments.GetPrincipal - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - roleDefinition: - operationId: roleManagement.directory.RoleAssignments.GetRoleDefinition - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100542,8 +91025,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100616,7 +91103,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -100647,8 +91134,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100720,7 +91211,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -100771,7 +91262,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -100831,17 +91322,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleAssignments.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100939,7 +91425,7 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -100960,7 +91446,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -101029,33 +91515,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' - links: - appScope: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetAppScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - directoryScope: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - principal: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - roleDefinition: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - activatedUsing: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101081,8 +91546,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101169,29 +91638,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' - links: - appScope: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - principal: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101275,7 +91727,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -101412,7 +91864,7 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -101437,7 +91889,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -101514,39 +91966,12 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' - links: - activatedUsing: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - appScope: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - targetSchedule: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetTargetSchedule - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - cancel: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.unifiedRoleAssignmentScheduleRequest.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101572,8 +91997,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101662,29 +92091,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101731,7 +92143,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -101782,7 +92194,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -101858,7 +92270,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -101918,17 +92330,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101994,33 +92401,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' - links: - appScope: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.TargetSchedule.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.TargetSchedule.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.TargetSchedule.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.TargetSchedule.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - activatedUsing: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.TargetSchedule.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102123,7 +92509,7 @@ paths: - ticketInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -102243,7 +92629,7 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleCollectionResponse' default: $ref: '#/components/responses/error' @@ -102264,7 +92650,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -102334,33 +92720,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' - links: - appScope: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetAppScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - directoryScope: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetDirectoryScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - principal: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetPrincipal - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - roleDefinition: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetRoleDefinition - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - activatedUsing: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetActivatedUsing - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102386,8 +92751,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102476,29 +92845,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - principal: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102585,7 +92937,7 @@ paths: - scheduleInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -102688,7 +93040,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -102713,7 +93065,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -102772,19 +93124,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.RoleDefinitions.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id - assignedPrincipals: - operationId: roleManagement.directory.roleDefinitions.unifiedRoleDefinition.assignedPrincipals default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102810,8 +93155,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102926,7 +93275,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -102956,7 +93305,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -103024,20 +93373,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleDefinitions.InheritsPermissionsFrom.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id - unifiedRoleDefinition-id1: $request.path.unifiedRoleDefinition-id1 - assignedPrincipals: - operationId: roleManagement.directory.roleDefinitions.unifiedRoleDefinition.inheritsPermissionsFrom.unifiedRoleDefinition.assignedPrincipals default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103071,8 +93412,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103189,7 +93534,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -103283,7 +93628,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -103392,7 +93737,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -103413,7 +93758,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -103478,29 +93823,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' - links: - appScope: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetAppScope - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - directoryScope: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - principal: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - roleDefinition: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103526,8 +93854,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103630,7 +93962,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -103765,7 +94097,7 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -103790,7 +94122,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -103865,35 +94197,12 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' - links: - appScope: - operationId: roleManagement.directory.RoleEligibilityScheduleRequests.GetAppScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - directoryScope: - operationId: roleManagement.directory.RoleEligibilityScheduleRequests.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - principal: - operationId: roleManagement.directory.RoleEligibilityScheduleRequests.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - roleDefinition: - operationId: roleManagement.directory.RoleEligibilityScheduleRequests.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - targetSchedule: - operationId: roleManagement.directory.RoleEligibilityScheduleRequests.GetTargetSchedule - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - cancel: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.unifiedRoleEligibilityScheduleRequest.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103919,8 +94228,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103993,7 +94306,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -104044,7 +94357,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -104120,7 +94433,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -104180,17 +94493,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104253,29 +94561,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.TargetSchedule.GetAppScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - directoryScope: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.TargetSchedule.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - principal: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.TargetSchedule.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - roleDefinition: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.TargetSchedule.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104377,7 +94668,7 @@ paths: - ticketInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -104492,7 +94783,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleCollectionResponse' default: $ref: '#/components/responses/error' @@ -104513,7 +94804,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -104580,29 +94871,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetAppScope - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - directoryScope: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetDirectoryScope - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - principal: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetPrincipal - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - roleDefinition: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetRoleDefinition - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104628,8 +94902,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104738,7 +95016,7 @@ paths: - scheduleInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -104844,7 +95122,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -104865,7 +95143,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -104929,29 +95207,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' - links: - appScope: - operationId: roleManagement.directory.TransitiveRoleAssignments.GetAppScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - directoryScope: - operationId: roleManagement.directory.TransitiveRoleAssignments.GetDirectoryScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - principal: - operationId: roleManagement.directory.TransitiveRoleAssignments.GetPrincipal - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - roleDefinition: - operationId: roleManagement.directory.TransitiveRoleAssignments.GetRoleDefinition - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104977,8 +95238,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105051,7 +95316,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -105082,8 +95347,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105155,7 +95424,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -105206,7 +95475,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -105266,17 +95535,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.transitiveRoleAssignments.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105335,39 +95599,12 @@ paths: - roleEligibilitySchedules type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplication' - links: - resourceNamespaces: - operationId: roleManagement.EntitlementManagement.ListResourceNamespaces - roleAssignments: - operationId: roleManagement.EntitlementManagement.ListRoleAssignments - roleDefinitions: - operationId: roleManagement.EntitlementManagement.ListRoleDefinitions - transitiveRoleAssignments: - operationId: roleManagement.EntitlementManagement.ListTransitiveRoleAssignments - roleAssignmentApprovals: - operationId: roleManagement.EntitlementManagement.ListRoleAssignmentApprovals - roleAssignmentScheduleInstances: - operationId: roleManagement.EntitlementManagement.ListRoleAssignmentScheduleInstances - roleAssignmentScheduleRequests: - operationId: roleManagement.EntitlementManagement.ListRoleAssignmentScheduleRequests - roleAssignmentSchedules: - operationId: roleManagement.EntitlementManagement.ListRoleAssignmentSchedules - roleEligibilityScheduleInstances: - operationId: roleManagement.EntitlementManagement.ListRoleEligibilityScheduleInstances - roleEligibilityScheduleRequests: - operationId: roleManagement.EntitlementManagement.ListRoleEligibilityScheduleRequests - roleEligibilitySchedules: - operationId: roleManagement.EntitlementManagement.ListRoleEligibilitySchedules - roleScheduleInstances: - operationId: roleManagement.entitlementManagement.roleScheduleInstances - roleSchedules: - operationId: roleManagement.entitlementManagement.roleSchedules default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105384,8 +95621,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.rbacApplication' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.rbacApplication' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105493,7 +95734,7 @@ paths: - roleDefinitionId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -105614,7 +95855,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -105696,7 +95937,7 @@ paths: - resourceActions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceNamespaceCollectionResponse' default: $ref: '#/components/responses/error' @@ -105717,7 +95958,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -105769,19 +96010,12 @@ paths: - resourceActions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' - links: - resourceActions: - operationId: roleManagement.entitlementManagement.ResourceNamespaces.ListResourceActions - parameters: - unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id - importResourceActions: - operationId: roleManagement.entitlementManagement.resourceNamespaces.unifiedRbacResourceNamespace.importResourceActions default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105807,8 +96041,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105871,7 +96109,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -105962,7 +96200,7 @@ paths: - resourceScope type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRbacResourceActionCollectionResponse' default: $ref: '#/components/responses/error' @@ -105992,7 +96230,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -106058,18 +96296,12 @@ paths: - resourceScope type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' - links: - resourceScope: - operationId: roleManagement.entitlementManagement.resourceNamespaces.ResourceActions.GetResourceScope - parameters: - unifiedRbacResourceNamespace-id: $request.path.unifiedRbacResourceNamespace-id - unifiedRbacResourceAction-id: $request.path.unifiedRbacResourceAction-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106103,8 +96335,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106193,7 +96429,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -106232,8 +96468,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRbacResourceScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106323,7 +96563,7 @@ paths: - steps type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.approvalCollectionResponse' default: $ref: '#/components/responses/error' @@ -106344,7 +96584,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -106395,17 +96635,12 @@ paths: - steps type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' - links: - steps: - operationId: roleManagement.entitlementManagement.RoleAssignmentApprovals.ListSteps - parameters: - approval-id: $request.path.approval-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106431,8 +96666,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approval' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106545,7 +96784,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.approvalStepCollectionResponse' default: $ref: '#/components/responses/error' @@ -106575,7 +96814,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -106639,7 +96878,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -106678,8 +96917,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStep' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approvalStep' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106763,7 +97006,7 @@ paths: - id desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -106869,7 +97112,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -106894,7 +97137,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -106958,29 +97201,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleAssignments.GetAppScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleAssignments.GetDirectoryScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - principal: - operationId: roleManagement.entitlementManagement.RoleAssignments.GetPrincipal - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleAssignments.GetRoleDefinition - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107006,8 +97232,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107080,7 +97310,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -107111,8 +97341,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107184,7 +97418,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -107235,7 +97469,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -107295,17 +97529,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.entitlementManagement.roleAssignments.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107403,7 +97632,7 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -107424,7 +97653,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -107493,33 +97722,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleInstances.GetAppScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleInstances.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - principal: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleInstances.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleInstances.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - activatedUsing: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleInstances.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107545,8 +97753,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107633,29 +97845,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' - links: - appScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - directoryScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - principal: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - roleDefinition: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107739,7 +97934,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -107876,7 +98071,7 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -107901,7 +98096,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -107978,39 +98173,12 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' - links: - activatedUsing: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - appScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - targetSchedule: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetTargetSchedule - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - cancel: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.unifiedRoleAssignmentScheduleRequest.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108036,8 +98204,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108126,29 +98298,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108195,7 +98350,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -108246,7 +98401,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -108322,7 +98477,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -108382,17 +98537,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108458,33 +98608,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.TargetSchedule.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.TargetSchedule.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.TargetSchedule.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.TargetSchedule.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - activatedUsing: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.TargetSchedule.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108587,7 +98716,7 @@ paths: - ticketInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -108707,7 +98836,7 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleCollectionResponse' default: $ref: '#/components/responses/error' @@ -108728,7 +98857,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -108798,33 +98927,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentSchedules.GetAppScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentSchedules.GetDirectoryScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - principal: - operationId: roleManagement.entitlementManagement.RoleAssignmentSchedules.GetPrincipal - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleAssignmentSchedules.GetRoleDefinition - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - activatedUsing: - operationId: roleManagement.entitlementManagement.RoleAssignmentSchedules.GetActivatedUsing - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108850,8 +98958,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108940,29 +99052,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - directoryScope: - operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - principal: - operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - roleDefinition: - operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109049,7 +99144,7 @@ paths: - scheduleInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -109152,7 +99247,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -109177,7 +99272,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -109236,19 +99331,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.entitlementManagement.RoleDefinitions.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id - assignedPrincipals: - operationId: roleManagement.entitlementManagement.roleDefinitions.unifiedRoleDefinition.assignedPrincipals default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109274,8 +99362,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109390,7 +99482,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -109420,7 +99512,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -109488,20 +99580,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.entitlementManagement.roleDefinitions.InheritsPermissionsFrom.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id - unifiedRoleDefinition-id1: $request.path.unifiedRoleDefinition-id1 - assignedPrincipals: - operationId: roleManagement.entitlementManagement.roleDefinitions.unifiedRoleDefinition.inheritsPermissionsFrom.unifiedRoleDefinition.assignedPrincipals default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109535,8 +99619,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109653,7 +99741,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -109747,7 +99835,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -109856,7 +99944,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -109877,7 +99965,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -109942,29 +100030,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleInstances.GetAppScope - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleInstances.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - principal: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleInstances.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleInstances.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109990,8 +100061,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110094,7 +100169,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -110229,7 +100304,7 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -110254,7 +100329,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -110329,35 +100404,12 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleRequests.GetAppScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleRequests.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - principal: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleRequests.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleRequests.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - targetSchedule: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleRequests.GetTargetSchedule - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - cancel: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.unifiedRoleEligibilityScheduleRequest.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110383,8 +100435,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110457,7 +100513,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -110508,7 +100564,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -110584,7 +100640,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -110644,17 +100700,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110717,29 +100768,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.TargetSchedule.GetAppScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - directoryScope: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.TargetSchedule.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - principal: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.TargetSchedule.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - roleDefinition: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.TargetSchedule.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110841,7 +100875,7 @@ paths: - ticketInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -110956,7 +100990,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleCollectionResponse' default: $ref: '#/components/responses/error' @@ -110977,7 +101011,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -111044,29 +101078,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleEligibilitySchedules.GetAppScope - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleEligibilitySchedules.GetDirectoryScope - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - principal: - operationId: roleManagement.entitlementManagement.RoleEligibilitySchedules.GetPrincipal - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleEligibilitySchedules.GetRoleDefinition - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111092,8 +101109,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111202,7 +101223,7 @@ paths: - scheduleInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -111308,7 +101329,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -111329,7 +101350,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -111393,29 +101414,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' - links: - appScope: - operationId: roleManagement.entitlementManagement.TransitiveRoleAssignments.GetAppScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - directoryScope: - operationId: roleManagement.entitlementManagement.TransitiveRoleAssignments.GetDirectoryScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - principal: - operationId: roleManagement.entitlementManagement.TransitiveRoleAssignments.GetPrincipal - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - roleDefinition: - operationId: roleManagement.entitlementManagement.TransitiveRoleAssignments.GetRoleDefinition - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111441,8 +101445,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111515,7 +101523,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -111546,8 +101554,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111619,7 +101631,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -111670,7 +101682,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -111730,17 +101742,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.entitlementManagement.transitiveRoleAssignments.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111845,7 +101852,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -111915,7 +101922,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -128461,6 +118468,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -133642,6 +123650,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index ebe69be34d1..274c701bc65 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -75,7 +75,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.dataPolicyOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -96,7 +96,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -155,7 +155,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -186,8 +186,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -268,33 +272,12 @@ paths: - continuousAccessEvaluationPolicy type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityContainer' - links: - apiConnectors: - operationId: identity.ListApiConnectors - authenticationEventListeners: - operationId: identity.ListAuthenticationEventListeners - b2cUserFlows: - operationId: identity.ListB2cUserFlows - b2xUserFlows: - operationId: identity.ListB2xUserFlows - customAuthenticationExtensions: - operationId: identity.ListCustomAuthenticationExtensions - identityProviders: - operationId: identity.ListIdentityProviders - userFlowAttributes: - operationId: identity.ListUserFlowAttributes - userFlows: - operationId: identity.ListUserFlows - conditionalAccess: - operationId: identity.GetConditionalAccess - continuousAccessEvaluationPolicy: - operationId: identity.GetContinuousAccessEvaluationPolicy default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -311,8 +294,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityContainer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityContainer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -379,7 +366,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityApiConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -404,7 +391,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -457,15 +444,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' - links: - uploadClientCertificate: - operationId: identity.apiConnectors.identityApiConnector.uploadClientCertificate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -491,8 +475,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityApiConnector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -558,7 +546,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -629,7 +617,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationEventListenerCollectionResponse' default: $ref: '#/components/responses/error' @@ -650,7 +638,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -703,7 +691,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -734,8 +722,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationEventListener' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -842,7 +834,7 @@ paths: - userFlowIdentityProviders type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.b2cIdentityUserFlowCollectionResponse' default: $ref: '#/components/responses/error' @@ -867,7 +859,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.b2cIdentityUserFlow' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -930,29 +922,12 @@ paths: - userFlowIdentityProviders type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.b2cIdentityUserFlow' - links: - identityProviders: - operationId: identity.B2cUserFlows.ListIdentityProviders - parameters: - b2cIdentityUserFlow-id: $request.path.b2cIdentityUserFlow-id - languages: - operationId: identity.B2cUserFlows.ListLanguages - parameters: - b2cIdentityUserFlow-id: $request.path.b2cIdentityUserFlow-id - userAttributeAssignments: - operationId: identity.B2cUserFlows.ListUserAttributeAssignments - parameters: - b2cIdentityUserFlow-id: $request.path.b2cIdentityUserFlow-id - userFlowIdentityProviders: - operationId: identity.B2cUserFlows.ListUserFlowIdentityProviders - parameters: - b2cIdentityUserFlow-id: $request.path.b2cIdentityUserFlow-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -978,8 +953,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.b2cIdentityUserFlow' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2cIdentityUserFlow' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1083,7 +1062,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderCollectionResponse' default: $ref: '#/components/responses/error' @@ -1191,7 +1170,7 @@ paths: - type desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -1305,7 +1284,7 @@ paths: - overridesPages type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguageConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1335,7 +1314,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1399,23 +1378,12 @@ paths: - overridesPages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' - links: - defaultPages: - operationId: identity.b2cUserFlows.Languages.ListDefaultPages - parameters: - b2cIdentityUserFlow-id: $request.path.b2cIdentityUserFlow-id - userFlowLanguageConfiguration-id: $request.path.userFlowLanguageConfiguration-id - overridesPages: - operationId: identity.b2cUserFlows.Languages.ListOverridesPages - parameters: - b2cIdentityUserFlow-id: $request.path.b2cIdentityUserFlow-id - userFlowLanguageConfiguration-id: $request.path.userFlowLanguageConfiguration-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1449,8 +1417,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1558,7 +1530,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguagePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1596,7 +1568,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1662,7 +1634,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1709,8 +1681,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1791,7 +1767,7 @@ paths: type: string x-ms-docs-key-type: userFlowLanguagePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1915,7 +1891,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguagePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1953,7 +1929,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2019,7 +1995,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2066,8 +2042,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2148,7 +2128,7 @@ paths: type: string x-ms-docs-key-type: userFlowLanguagePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -2281,7 +2261,7 @@ paths: - userAttribute type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityUserFlowAttributeAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -2315,7 +2295,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2380,18 +2360,12 @@ paths: - userAttribute type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' - links: - userAttribute: - operationId: identity.b2cUserFlows.UserAttributeAssignments.GetUserAttribute - parameters: - b2cIdentityUserFlow-id: $request.path.b2cIdentityUserFlow-id - identityUserFlowAttributeAssignment-id: $request.path.identityUserFlowAttributeAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2425,8 +2399,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2517,7 +2495,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2542,7 +2520,7 @@ paths: type: string x-ms-docs-key-type: b2cIdentityUserFlow responses: - '200': + 2XX: description: Success content: application/json: @@ -2649,7 +2627,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -2706,7 +2684,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2786,7 +2764,7 @@ paths: - userFlowIdentityProviders type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.b2xIdentityUserFlowCollectionResponse' default: $ref: '#/components/responses/error' @@ -2811,7 +2789,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2872,29 +2850,12 @@ paths: - userFlowIdentityProviders type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' - links: - identityProviders: - operationId: identity.B2xUserFlows.ListIdentityProviders - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - languages: - operationId: identity.B2xUserFlows.ListLanguages - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - userAttributeAssignments: - operationId: identity.B2xUserFlows.ListUserAttributeAssignments - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - userFlowIdentityProviders: - operationId: identity.B2xUserFlows.ListUserFlowIdentityProviders - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2920,8 +2881,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3025,7 +2990,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderCollectionResponse' default: $ref: '#/components/responses/error' @@ -3091,7 +3056,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3178,7 +3143,7 @@ paths: - overridesPages type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguageConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -3208,7 +3173,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3272,23 +3237,12 @@ paths: - overridesPages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' - links: - defaultPages: - operationId: identity.b2xUserFlows.Languages.ListDefaultPages - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - userFlowLanguageConfiguration-id: $request.path.userFlowLanguageConfiguration-id - overridesPages: - operationId: identity.b2xUserFlows.Languages.ListOverridesPages - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - userFlowLanguageConfiguration-id: $request.path.userFlowLanguageConfiguration-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3322,8 +3276,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3431,7 +3389,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguagePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -3469,7 +3427,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3535,7 +3493,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3582,8 +3540,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3664,7 +3626,7 @@ paths: type: string x-ms-docs-key-type: userFlowLanguagePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -3788,7 +3750,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguagePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -3826,7 +3788,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3892,7 +3854,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3939,8 +3901,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4021,7 +3987,7 @@ paths: type: string x-ms-docs-key-type: userFlowLanguagePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4154,7 +4120,7 @@ paths: - userAttribute type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityUserFlowAttributeAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -4188,7 +4154,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4253,18 +4219,12 @@ paths: - userAttribute type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' - links: - userAttribute: - operationId: identity.b2xUserFlows.UserAttributeAssignments.GetUserAttribute - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - identityUserFlowAttributeAssignment-id: $request.path.identityUserFlowAttributeAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4298,8 +4258,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4390,7 +4354,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4415,7 +4379,7 @@ paths: type: string x-ms-docs-key-type: b2xIdentityUserFlow responses: - '200': + 2XX: description: Success content: application/json: @@ -4522,7 +4486,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -4608,7 +4572,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -4681,23 +4645,12 @@ paths: - templates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessRoot' - links: - authenticationStrengths: - operationId: identity.ConditionalAccess.GetAuthenticationStrengths - authenticationContextClassReferences: - operationId: identity.ConditionalAccess.ListAuthenticationContextClassReferences - namedLocations: - operationId: identity.ConditionalAccess.ListNamedLocations - policies: - operationId: identity.ConditionalAccess.ListPolicies - templates: - operationId: identity.ConditionalAccess.ListTemplates default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4714,8 +4667,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conditionalAccessRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4800,7 +4757,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationContextClassReferenceCollectionResponse' default: $ref: '#/components/responses/error' @@ -4825,7 +4782,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4878,7 +4835,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4909,8 +4866,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4978,17 +4939,12 @@ paths: - policies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthRoot' - links: - authenticationMethodModes: - operationId: identity.conditionalAccess.AuthenticationStrengths.ListAuthenticationMethodModes - policies: - operationId: identity.conditionalAccess.AuthenticationStrengths.ListPolicies default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5005,8 +4961,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationStrengthRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5088,7 +5048,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationMethodModeDetailCollectionResponse' default: $ref: '#/components/responses/error' @@ -5109,7 +5069,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModeDetail' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5161,7 +5121,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5192,8 +5152,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethodModeDetail' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodModeDetail' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5297,7 +5261,7 @@ paths: - combinationConfigurations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationStrengthPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5318,7 +5282,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5377,21 +5341,12 @@ paths: - combinationConfigurations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' - links: - combinationConfigurations: - operationId: identity.conditionalAccess.authenticationStrengths.Policies.ListCombinationConfigurations - parameters: - authenticationStrengthPolicy-id: $request.path.authenticationStrengthPolicy-id - updateAllowedCombinations: - operationId: identity.conditionalAccess.authenticationStrengths.policies.authenticationStrengthPolicy.updateAllowedCombinations - usage: - operationId: identity.conditionalAccess.authenticationStrengths.policies.authenticationStrengthPolicy.usage default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5417,8 +5372,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5513,7 +5472,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationCombinationConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -5547,7 +5506,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5606,7 +5565,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5645,8 +5604,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5718,7 +5681,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5743,7 +5706,7 @@ paths: type: string x-ms-docs-key-type: authenticationStrengthPolicy responses: - '200': + 2XX: description: Success content: application/json: @@ -5821,7 +5784,7 @@ paths: - requirementsSatisfied desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5907,7 +5870,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.namedLocationCollectionResponse' default: $ref: '#/components/responses/error' @@ -5932,7 +5895,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.namedLocation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5985,7 +5948,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6016,8 +5979,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.namedLocation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.namedLocation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6125,7 +6092,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conditionalAccessPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6150,7 +6117,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6208,7 +6175,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6239,8 +6206,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6336,7 +6307,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conditionalAccessTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -6389,7 +6360,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6440,7 +6411,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6466,8 +6437,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.continuousAccessEvaluationPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6554,7 +6529,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.customAuthenticationExtensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6575,7 +6550,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6629,15 +6604,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' - links: - validateAuthenticationConfiguration: - operationId: identity.customAuthenticationExtensions.customAuthenticationExtension.validateAuthenticationConfiguration default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6663,8 +6635,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customAuthenticationExtension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6710,7 +6686,7 @@ paths: type: string x-ms-docs-key-type: customAuthenticationExtension responses: - '200': + 2XX: description: Success content: application/json: @@ -6740,7 +6716,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6806,7 +6782,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -6831,7 +6807,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6882,7 +6858,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6913,8 +6889,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityProviderBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6957,7 +6937,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -7046,7 +7026,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityUserFlowAttributeCollectionResponse' default: $ref: '#/components/responses/error' @@ -7071,7 +7051,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7125,7 +7105,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7156,8 +7136,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7247,7 +7231,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityUserFlowCollectionResponse' default: $ref: '#/components/responses/error' @@ -7278,7 +7262,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlow' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7335,7 +7319,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7372,8 +7356,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlow' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityUserFlow' default: $ref: '#/components/responses/error' deprecated: true @@ -7454,21 +7442,12 @@ paths: - servicePrincipalRiskDetections type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' - links: - riskDetections: - operationId: identityProtection.ListRiskDetections - riskyServicePrincipals: - operationId: identityProtection.ListRiskyServicePrincipals - riskyUsers: - operationId: identityProtection.ListRiskyUsers - servicePrincipalRiskDetections: - operationId: identityProtection.ListServicePrincipalRiskDetections default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7485,8 +7464,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7604,7 +7587,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.riskDetectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7625,7 +7608,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskDetection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7695,7 +7678,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7726,8 +7709,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskDetection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.riskDetection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7840,7 +7827,7 @@ paths: - history type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.riskyServicePrincipalCollectionResponse' default: $ref: '#/components/responses/error' @@ -7861,7 +7848,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7922,17 +7909,12 @@ paths: - history type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' - links: - history: - operationId: identityProtection.RiskyServicePrincipals.ListHistory - parameters: - riskyServicePrincipal-id: $request.path.riskyServicePrincipal-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7958,8 +7940,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipal' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8089,7 +8075,7 @@ paths: - history type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.riskyServicePrincipalHistoryItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -8119,7 +8105,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8191,18 +8177,12 @@ paths: - history type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' - links: - history: - operationId: identityProtection.riskyServicePrincipals.History.ListHistory - parameters: - riskyServicePrincipal-id: $request.path.riskyServicePrincipal-id - riskyServicePrincipalHistoryItem-id: $request.path.riskyServicePrincipalHistoryItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8236,8 +8216,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8417,7 +8401,7 @@ paths: - history type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.riskyUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -8438,7 +8422,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8498,17 +8482,12 @@ paths: - history type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUser' - links: - history: - operationId: identityProtection.RiskyUsers.ListHistory - parameters: - riskyUser-id: $request.path.riskyUser-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8534,8 +8513,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.riskyUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8662,7 +8645,7 @@ paths: - history type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.riskyUserHistoryItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -8692,7 +8675,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8762,18 +8745,12 @@ paths: - history type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' - links: - history: - operationId: identityProtection.riskyUsers.History.ListHistory - parameters: - riskyUser-id: $request.path.riskyUser-id - riskyUserHistoryItem-id: $request.path.riskyUserHistoryItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8807,8 +8784,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9022,7 +9003,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalRiskDetectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -9043,7 +9024,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9113,7 +9094,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9144,8 +9125,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9241,7 +9226,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderCollectionResponse' default: $ref: '#/components/responses/error' @@ -9272,7 +9257,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProvider' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -9335,7 +9320,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -9376,8 +9361,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProvider' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityProvider' default: $ref: '#/components/responses/error' deprecated: true @@ -9436,7 +9425,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -9509,33 +9498,12 @@ paths: - threatAssessmentRequests type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.informationProtection' - links: - bitlocker: - operationId: informationProtection.GetBitlocker - dataLossPreventionPolicies: - operationId: informationProtection.ListDataLossPreventionPolicies - sensitivityLabels: - operationId: informationProtection.ListSensitivityLabels - sensitivityPolicySettings: - operationId: informationProtection.GetSensitivityPolicySettings - policy: - operationId: informationProtection.GetPolicy - threatAssessmentRequests: - operationId: informationProtection.ListThreatAssessmentRequests - decryptBuffer: - operationId: informationProtection.decryptBuffer - encryptBuffer: - operationId: informationProtection.encryptBuffer - signDigest: - operationId: informationProtection.signDigest - verifySignature: - operationId: informationProtection.verifySignature default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9552,8 +9520,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.informationProtection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9591,15 +9563,12 @@ paths: - recoveryKeys type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bitlocker' - links: - recoveryKeys: - operationId: informationProtection.Bitlocker.ListRecoveryKeys default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9669,7 +9638,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bitlockerRecoveryKeyCollectionResponse' default: $ref: '#/components/responses/error' @@ -9722,7 +9691,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9784,7 +9753,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.dataLossPreventionPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -9805,7 +9774,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9855,7 +9824,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9886,8 +9855,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9941,7 +9914,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9973,7 +9946,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10012,7 +9985,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10047,7 +10020,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10087,7 +10060,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10136,15 +10109,12 @@ paths: - labels type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' - links: - labels: - operationId: informationProtection.Policy.ListLabels default: $ref: '#/components/responses/error' deprecated: true @@ -10167,8 +10137,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' default: $ref: '#/components/responses/error' deprecated: true @@ -10277,7 +10251,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.informationProtectionLabelCollectionResponse' default: $ref: '#/components/responses/error' @@ -10304,7 +10278,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10366,7 +10340,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10403,8 +10377,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' default: $ref: '#/components/responses/error' deprecated: true @@ -10471,7 +10449,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10526,7 +10504,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10579,7 +10557,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10630,7 +10608,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10733,7 +10711,7 @@ paths: - sublabels type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sensitivityLabelCollectionResponse' default: $ref: '#/components/responses/error' @@ -10754,7 +10732,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10817,17 +10795,12 @@ paths: - sublabels type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' - links: - sublabels: - operationId: informationProtection.SensitivityLabels.ListSublabels - parameters: - sensitivityLabel-id: $request.path.sensitivityLabel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10853,8 +10826,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10980,7 +10957,7 @@ paths: - sublabels type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sensitivityLabelCollectionResponse' default: $ref: '#/components/responses/error' @@ -11010,7 +10987,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11081,18 +11058,12 @@ paths: - sublabels type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' - links: - sublabels: - operationId: informationProtection.sensitivityLabels.Sublabels.ListSublabels - parameters: - sensitivityLabel-id: $request.path.sensitivityLabel-id - sensitivityLabel-id1: $request.path.sensitivityLabel-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11126,8 +11097,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11197,7 +11172,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11229,7 +11204,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11274,7 +11249,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11296,8 +11271,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11396,7 +11375,7 @@ paths: - results type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.threatAssessmentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -11421,7 +11400,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11479,17 +11458,12 @@ paths: - results type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' - links: - results: - operationId: informationProtection.ThreatAssessmentRequests.ListResults - parameters: - threatAssessmentRequest-id: $request.path.threatAssessmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11515,8 +11489,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11614,7 +11592,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.threatAssessmentResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -11644,7 +11622,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11705,7 +11683,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11744,8 +11722,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11862,7 +11844,7 @@ paths: - invitedUser type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.invitationCollectionResponse' default: $ref: '#/components/responses/error' @@ -11887,7 +11869,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.invitation' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -11947,17 +11929,12 @@ paths: - invitedUser type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.invitation' - links: - invitedUser: - operationId: invitations.GetInvitedUser - parameters: - invitation-id: $request.path.invitation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11983,8 +11960,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.invitation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.invitation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12264,269 +12245,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: invitations.InvitedUser.GetAnalytics - parameters: - invitation-id: $request.path.invitation-id - cloudPCs: - operationId: invitations.InvitedUser.ListCloudPCs - parameters: - invitation-id: $request.path.invitation-id - usageRights: - operationId: invitations.InvitedUser.ListUsageRights - parameters: - invitation-id: $request.path.invitation-id - informationProtection: - operationId: invitations.InvitedUser.GetInformationProtection - parameters: - invitation-id: $request.path.invitation-id - appRoleAssignedResources: - operationId: invitations.InvitedUser.ListAppRoleAssignedResources - parameters: - invitation-id: $request.path.invitation-id - appRoleAssignments: - operationId: invitations.InvitedUser.ListAppRoleAssignments - parameters: - invitation-id: $request.path.invitation-id - createdObjects: - operationId: invitations.InvitedUser.ListCreatedObjects - parameters: - invitation-id: $request.path.invitation-id - directReports: - operationId: invitations.InvitedUser.ListDirectReports - parameters: - invitation-id: $request.path.invitation-id - licenseDetails: - operationId: invitations.InvitedUser.ListLicenseDetails - parameters: - invitation-id: $request.path.invitation-id - manager: - operationId: invitations.InvitedUser.GetManager - parameters: - invitation-id: $request.path.invitation-id - memberOf: - operationId: invitations.InvitedUser.ListMemberGraphOPre - parameters: - invitation-id: $request.path.invitation-id - oauth2PermissionGrants: - operationId: invitations.InvitedUser.ListOauth2PermissionGrants - parameters: - invitation-id: $request.path.invitation-id - ownedDevices: - operationId: invitations.InvitedUser.ListOwnedDevices - parameters: - invitation-id: $request.path.invitation-id - ownedObjects: - operationId: invitations.InvitedUser.ListOwnedObjects - parameters: - invitation-id: $request.path.invitation-id - registeredDevices: - operationId: invitations.InvitedUser.ListRegisteredDevices - parameters: - invitation-id: $request.path.invitation-id - scopedRoleMemberOf: - operationId: invitations.InvitedUser.ListScopedRoleMemberGraphOPre - parameters: - invitation-id: $request.path.invitation-id - transitiveMemberOf: - operationId: invitations.InvitedUser.ListTransitiveMemberGraphOPre - parameters: - invitation-id: $request.path.invitation-id - transitiveReports: - operationId: invitations.InvitedUser.ListTransitiveReports - parameters: - invitation-id: $request.path.invitation-id - calendar: - operationId: invitations.InvitedUser.GetCalendar - parameters: - invitation-id: $request.path.invitation-id - calendarGroups: - operationId: invitations.InvitedUser.ListCalendarGroups - parameters: - invitation-id: $request.path.invitation-id - calendars: - operationId: invitations.InvitedUser.ListCalendars - parameters: - invitation-id: $request.path.invitation-id - calendarView: - operationId: invitations.InvitedUser.ListCalendarView - parameters: - invitation-id: $request.path.invitation-id - contactFolders: - operationId: invitations.InvitedUser.ListContactFolders - parameters: - invitation-id: $request.path.invitation-id - contacts: - operationId: invitations.InvitedUser.ListContacts - parameters: - invitation-id: $request.path.invitation-id - events: - operationId: invitations.InvitedUser.ListEvents - parameters: - invitation-id: $request.path.invitation-id - inferenceClassification: - operationId: invitations.InvitedUser.GetInferenceClassification - parameters: - invitation-id: $request.path.invitation-id - joinedGroups: - operationId: invitations.InvitedUser.ListJoinedGroups - parameters: - invitation-id: $request.path.invitation-id - mailFolders: - operationId: invitations.InvitedUser.ListMailFolders - parameters: - invitation-id: $request.path.invitation-id - messages: - operationId: invitations.InvitedUser.ListMessages - parameters: - invitation-id: $request.path.invitation-id - outlook: - operationId: invitations.InvitedUser.GetOutlook - parameters: - invitation-id: $request.path.invitation-id - people: - operationId: invitations.InvitedUser.ListPeople - parameters: - invitation-id: $request.path.invitation-id - drive: - operationId: invitations.InvitedUser.GetDrive - parameters: - invitation-id: $request.path.invitation-id - drives: - operationId: invitations.InvitedUser.ListDrives - parameters: - invitation-id: $request.path.invitation-id - followedSites: - operationId: invitations.InvitedUser.ListFollowedSites - parameters: - invitation-id: $request.path.invitation-id - extensions: - operationId: invitations.InvitedUser.ListExtensions - parameters: - invitation-id: $request.path.invitation-id - appConsentRequestsForApproval: - operationId: invitations.InvitedUser.ListAppConsentRequestsGraphFPreApproval - parameters: - invitation-id: $request.path.invitation-id - approvals: - operationId: invitations.InvitedUser.ListApprovals - parameters: - invitation-id: $request.path.invitation-id - pendingAccessReviewInstances: - operationId: invitations.InvitedUser.ListPendingAccessReviewInstances - parameters: - invitation-id: $request.path.invitation-id - agreementAcceptances: - operationId: invitations.InvitedUser.ListAgreementAcceptances - parameters: - invitation-id: $request.path.invitation-id - security: - operationId: invitations.InvitedUser.GetSecurity - parameters: - invitation-id: $request.path.invitation-id - deviceEnrollmentConfigurations: - operationId: invitations.InvitedUser.ListDeviceEnrollmentConfigurations - parameters: - invitation-id: $request.path.invitation-id - managedDevices: - operationId: invitations.InvitedUser.ListManagedDevices - parameters: - invitation-id: $request.path.invitation-id - managedAppRegistrations: - operationId: invitations.InvitedUser.ListManagedAppRegistrations - parameters: - invitation-id: $request.path.invitation-id - windowsInformationProtectionDeviceRegistrations: - operationId: invitations.InvitedUser.ListWindowsInformationProtectionDeviceRegistrations - parameters: - invitation-id: $request.path.invitation-id - deviceManagementTroubleshootingEvents: - operationId: invitations.InvitedUser.ListDeviceManagementTroubleshootingEvents - parameters: - invitation-id: $request.path.invitation-id - mobileAppIntentAndStates: - operationId: invitations.InvitedUser.ListMobileAppIntentAndStates - parameters: - invitation-id: $request.path.invitation-id - mobileAppTroubleshootingEvents: - operationId: invitations.InvitedUser.ListMobileAppTroubleshootingEvents - parameters: - invitation-id: $request.path.invitation-id - notifications: - operationId: invitations.InvitedUser.ListNotifications - parameters: - invitation-id: $request.path.invitation-id - planner: - operationId: invitations.InvitedUser.GetPlanner - parameters: - invitation-id: $request.path.invitation-id - insights: - operationId: invitations.InvitedUser.GetInsights - parameters: - invitation-id: $request.path.invitation-id - settings: - operationId: invitations.InvitedUser.GetSettings - parameters: - invitation-id: $request.path.invitation-id - onenote: - operationId: invitations.InvitedUser.GetOnenote - parameters: - invitation-id: $request.path.invitation-id - photo: - operationId: invitations.InvitedUser.GetPhoto - parameters: - invitation-id: $request.path.invitation-id - photos: - operationId: invitations.InvitedUser.ListPhotos - parameters: - invitation-id: $request.path.invitation-id - profile: - operationId: invitations.InvitedUser.GetProfile - parameters: - invitation-id: $request.path.invitation-id - activities: - operationId: invitations.InvitedUser.ListActivities - parameters: - invitation-id: $request.path.invitation-id - devices: - operationId: invitations.InvitedUser.ListDevices - parameters: - invitation-id: $request.path.invitation-id - onlineMeetings: - operationId: invitations.InvitedUser.ListOnlineMeetings - parameters: - invitation-id: $request.path.invitation-id - presence: - operationId: invitations.InvitedUser.GetPresence - parameters: - invitation-id: $request.path.invitation-id - authentication: - operationId: invitations.InvitedUser.GetAuthentication - parameters: - invitation-id: $request.path.invitation-id - chats: - operationId: invitations.InvitedUser.ListChats - parameters: - invitation-id: $request.path.invitation-id - joinedTeams: - operationId: invitations.InvitedUser.ListJoinedTeams - parameters: - invitation-id: $request.path.invitation-id - teamwork: - operationId: invitations.InvitedUser.GetTeamwork - parameters: - invitation-id: $request.path.invitation-id - todo: - operationId: invitations.InvitedUser.GetTodo - parameters: - invitation-id: $request.path.invitation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12605,7 +12329,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -12630,7 +12354,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -12690,7 +12414,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -12725,8 +12449,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12819,7 +12547,7 @@ paths: - startTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -12910,7 +12638,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.certificateBasedAuthConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -12968,7 +12696,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13062,67 +12790,12 @@ paths: - roleManagementPolicyAssignments type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.policyRoot' - links: - authenticationMethodsPolicy: - operationId: policies.GetAuthenticationMethodsPolicy - authenticationStrengthPolicies: - operationId: policies.ListAuthenticationStrengthPolicies - authenticationFlowsPolicy: - operationId: policies.GetAuthenticationFlowsPolicy - b2cAuthenticationMethodsPolicy: - operationId: policies.GetB2cAuthenticationMethodsPolicy - deviceRegistrationPolicy: - operationId: policies.GetDeviceRegistrationPolicy - activityBasedTimeoutPolicies: - operationId: policies.ListActivityBasedTimeoutPolicies - appManagementPolicies: - operationId: policies.ListAppManagementPolicies - authorizationPolicy: - operationId: policies.ListAuthorizationPolicy - claimsMappingPolicies: - operationId: policies.ListClaimsMappingPolicies - crossTenantAccessPolicy: - operationId: policies.GetCrossTenantAccessPolicy - defaultAppManagementPolicy: - operationId: policies.GetDefaultAppManagementPolicy - externalIdentitiesPolicy: - operationId: policies.GetExternalIdentitiesPolicy - homeRealmDiscoveryPolicies: - operationId: policies.ListHomeRealmDiscoveryPolicies - permissionGrantPolicies: - operationId: policies.ListPermissionGrantPolicies - servicePrincipalCreationPolicies: - operationId: policies.ListServicePrincipalCreationPolicies - tokenIssuancePolicies: - operationId: policies.ListTokenIssuancePolicies - tokenLifetimePolicies: - operationId: policies.ListTokenLifetimePolicies - featureRolloutPolicies: - operationId: policies.ListFeatureRolloutPolicies - accessReviewPolicy: - operationId: policies.GetAccessReviewPolicy - adminConsentRequestPolicy: - operationId: policies.GetAdminConsentRequestPolicy - directoryRoleAccessReviewPolicy: - operationId: policies.GetDirectoryRoleAccessReviewPolicy - conditionalAccessPolicies: - operationId: policies.ListConditionalAccessPolicies - identitySecurityDefaultsEnforcementPolicy: - operationId: policies.GetIdentitySecurityDefaultsEnforcementPolicy - mobileAppManagementPolicies: - operationId: policies.ListMobileAppManagementPolicies - mobileDeviceManagementPolicies: - operationId: policies.ListMobileDeviceManagementPolicies - roleManagementPolicies: - operationId: policies.ListRoleManagementPolicies - roleManagementPolicyAssignments: - operationId: policies.ListRoleManagementPolicyAssignments default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13139,8 +12812,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.policyRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policyRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13183,7 +12860,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13209,8 +12886,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13303,7 +12984,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.activityBasedTimeoutPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -13328,7 +13009,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13385,17 +13066,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' - links: - appliesTo: - operationId: policies.ActivityBasedTimeoutPolicies.ListAppliesTo - parameters: - activityBasedTimeoutPolicy-id: $request.path.activityBasedTimeoutPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13421,8 +13097,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13494,7 +13174,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13520,8 +13200,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13614,7 +13298,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appManagementPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -13639,7 +13323,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13696,17 +13380,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' - links: - appliesTo: - operationId: policies.AppManagementPolicies.ListAppliesTo - parameters: - appManagementPolicy-id: $request.path.appManagementPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13732,8 +13411,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13828,7 +13511,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -13885,7 +13568,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13933,7 +13616,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13959,8 +13642,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14026,15 +13713,12 @@ paths: - authenticationMethodConfigurations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' - links: - authenticationMethodConfigurations: - operationId: policies.AuthenticationMethodsPolicy.ListAuthenticationMethodConfigurations default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14055,8 +13739,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14132,7 +13820,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationMethodConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -14153,7 +13841,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14204,7 +13892,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14235,8 +13923,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14343,7 +14035,7 @@ paths: - combinationConfigurations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationStrengthPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -14368,7 +14060,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14427,21 +14119,12 @@ paths: - combinationConfigurations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' - links: - combinationConfigurations: - operationId: policies.AuthenticationStrengthPolicies.ListCombinationConfigurations - parameters: - authenticationStrengthPolicy-id: $request.path.authenticationStrengthPolicy-id - updateAllowedCombinations: - operationId: policies.authenticationStrengthPolicies.authenticationStrengthPolicy.updateAllowedCombinations - usage: - operationId: policies.authenticationStrengthPolicies.authenticationStrengthPolicy.usage default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14467,8 +14150,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14563,7 +14250,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationCombinationConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -14597,7 +14284,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14656,7 +14343,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14695,8 +14382,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14768,7 +14459,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14793,7 +14484,7 @@ paths: type: string x-ms-docs-key-type: authenticationStrengthPolicy responses: - '200': + 2XX: description: Success content: application/json: @@ -14871,7 +14562,7 @@ paths: - requirementsSatisfied desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14986,7 +14677,7 @@ paths: - defaultUserRoleOverrides type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authorizationPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -15007,7 +14698,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15072,17 +14763,12 @@ paths: - defaultUserRoleOverrides type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' - links: - defaultUserRoleOverrides: - operationId: policies.AuthorizationPolicy.ListDefaultUserRoleOverrides - parameters: - authorizationPolicy-id: $request.path.authorizationPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15108,8 +14794,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15203,7 +14893,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.defaultUserRoleOverrideCollectionResponse' default: $ref: '#/components/responses/error' @@ -15233,7 +14923,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15292,7 +14982,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15331,8 +15021,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.defaultUserRoleOverride' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15409,7 +15103,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15435,8 +15129,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.b2cAuthenticationMethodsPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2cAuthenticationMethodsPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15529,7 +15227,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.claimsMappingPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -15554,7 +15252,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15611,17 +15309,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' - links: - appliesTo: - operationId: policies.ClaimsMappingPolicies.ListAppliesTo - parameters: - claimsMappingPolicy-id: $request.path.claimsMappingPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15647,8 +15340,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15753,7 +15450,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conditionalAccessPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -15774,7 +15471,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15832,7 +15529,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15863,8 +15560,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15939,17 +15640,12 @@ paths: - partners type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' - links: - default: - operationId: policies.CrossTenantAccessPolicy.GetDefault - partners: - operationId: policies.CrossTenantAccessPolicy.ListPartners default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15970,8 +15666,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16036,15 +15736,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' - links: - resetToSystemDefault: - operationId: policies.crossTenantAccessPolicy.default.resetToSystemDefault default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16065,8 +15762,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16179,7 +15880,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.crossTenantAccessPolicyConfigurationPartnerCollectionResponse' default: $ref: '#/components/responses/error' @@ -16204,7 +15905,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16261,7 +15962,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16292,8 +15993,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16365,7 +16070,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16391,8 +16096,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16456,7 +16165,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16498,7 +16207,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16520,8 +16229,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryRoleAccessReviewPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryRoleAccessReviewPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16584,7 +16297,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16610,8 +16323,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalIdentitiesPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalIdentitiesPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16704,7 +16421,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.featureRolloutPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -16729,7 +16446,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16786,17 +16503,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' - links: - appliesTo: - operationId: policies.FeatureRolloutPolicies.ListAppliesTo - parameters: - featureRolloutPolicy-id: $request.path.featureRolloutPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16822,8 +16534,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16915,7 +16631,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -16945,7 +16661,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17033,7 +16749,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -17102,7 +16818,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17157,7 +16873,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17286,7 +17002,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -17311,7 +17027,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17368,17 +17084,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' - links: - appliesTo: - operationId: policies.HomeRealmDiscoveryPolicies.ListAppliesTo - parameters: - homeRealmDiscoveryPolicy-id: $request.path.homeRealmDiscoveryPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17404,8 +17115,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17475,7 +17190,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17501,8 +17216,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17601,7 +17320,7 @@ paths: - includedGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobilityManagementPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -17622,7 +17341,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17681,17 +17400,12 @@ paths: - includedGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' - links: - includedGroups: - operationId: policies.MobileAppManagementPolicies.ListIncludedGroups - parameters: - mobilityManagementPolicy-id: $request.path.mobilityManagementPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17717,8 +17431,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18019,7 +17737,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -18209,7 +17927,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -18316,7 +18034,7 @@ paths: - includedGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobilityManagementPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -18337,7 +18055,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18395,17 +18113,12 @@ paths: - includedGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' - links: - includedGroups: - operationId: policies.MobileDeviceManagementPolicies.ListIncludedGroups - parameters: - mobilityManagementPolicy-id: $request.path.mobilityManagementPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18431,8 +18144,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobilityManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18733,7 +18450,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -18923,7 +18640,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -19020,7 +18737,7 @@ paths: - includes type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionGrantPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -19045,7 +18762,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19102,21 +18819,12 @@ paths: - includes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' - links: - excludes: - operationId: policies.PermissionGrantPolicies.ListExcludes - parameters: - permissionGrantPolicy-id: $request.path.permissionGrantPolicy-id - includes: - operationId: policies.PermissionGrantPolicies.ListIncludes - parameters: - permissionGrantPolicy-id: $request.path.permissionGrantPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19142,8 +18850,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19262,7 +18974,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionGrantConditionSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -19296,7 +19008,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19363,7 +19075,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19402,8 +19114,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19530,7 +19246,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionGrantConditionSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -19564,7 +19280,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19631,7 +19347,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19670,8 +19386,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19788,7 +19508,7 @@ paths: - rules type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -19809,7 +19529,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19870,21 +19590,12 @@ paths: - rules type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' - links: - effectiveRules: - operationId: policies.RoleManagementPolicies.ListEffectiveRules - parameters: - unifiedRoleManagementPolicy-id: $request.path.unifiedRoleManagementPolicy-id - rules: - operationId: policies.RoleManagementPolicies.ListRules - parameters: - unifiedRoleManagementPolicy-id: $request.path.unifiedRoleManagementPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19910,8 +19621,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20006,7 +19721,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -20036,7 +19751,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20095,7 +19810,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20134,8 +19849,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20238,7 +19957,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -20268,7 +19987,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20327,7 +20046,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20366,8 +20085,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20473,7 +20196,7 @@ paths: - policy type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -20494,7 +20217,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20550,17 +20273,12 @@ paths: - policy type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' - links: - policy: - operationId: policies.RoleManagementPolicyAssignments.GetPolicy - parameters: - unifiedRoleManagementPolicyAssignment-id: $request.path.unifiedRoleManagementPolicyAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20586,8 +20304,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20669,21 +20391,12 @@ paths: - rules type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' - links: - effectiveRules: - operationId: policies.roleManagementPolicyAssignments.Policy.ListEffectiveRules - parameters: - unifiedRoleManagementPolicyAssignment-id: $request.path.unifiedRoleManagementPolicyAssignment-id - rules: - operationId: policies.roleManagementPolicyAssignments.Policy.ListRules - parameters: - unifiedRoleManagementPolicyAssignment-id: $request.path.unifiedRoleManagementPolicyAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20753,7 +20466,7 @@ paths: - includes type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCreationPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -20774,7 +20487,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipalCreationPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20831,21 +20544,12 @@ paths: - includes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipalCreationPolicy' - links: - excludes: - operationId: policies.ServicePrincipalCreationPolicies.ListExcludes - parameters: - servicePrincipalCreationPolicy-id: $request.path.servicePrincipalCreationPolicy-id - includes: - operationId: policies.ServicePrincipalCreationPolicies.ListIncludes - parameters: - servicePrincipalCreationPolicy-id: $request.path.servicePrincipalCreationPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20871,8 +20575,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipalCreationPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipalCreationPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20975,7 +20683,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCreationConditionSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -21005,7 +20713,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipalCreationConditionSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21067,7 +20775,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21106,8 +20814,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipalCreationConditionSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipalCreationConditionSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21218,7 +20930,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCreationConditionSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -21248,7 +20960,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipalCreationConditionSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21310,7 +21022,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21349,8 +21061,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipalCreationConditionSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipalCreationConditionSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21459,7 +21175,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenIssuancePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -21484,7 +21200,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21541,17 +21257,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' - links: - appliesTo: - operationId: policies.TokenIssuancePolicies.ListAppliesTo - parameters: - tokenIssuancePolicy-id: $request.path.tokenIssuancePolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21577,8 +21288,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21679,7 +21394,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenLifetimePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -21704,7 +21419,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21761,17 +21476,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' - links: - appliesTo: - operationId: policies.TokenLifetimePolicies.ListAppliesTo - parameters: - tokenLifetimePolicy-id: $request.path.tokenLifetimePolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21797,8 +21507,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21863,17 +21577,12 @@ paths: - policies type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trustFramework' - links: - keySets: - operationId: trustFramework.ListKeySets - policies: - operationId: trustFramework.ListPolicies default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21890,8 +21599,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.trustFramework' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.trustFramework' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21952,7 +21665,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.trustFrameworkKeySetCollectionResponse' default: $ref: '#/components/responses/error' @@ -21977,7 +21690,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.trustFrameworkKeySet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22027,23 +21740,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trustFrameworkKeySet' - links: - generateKey: - operationId: trustFramework.keySets.trustFrameworkKeySet.generateKey - getActiveKey: - operationId: trustFramework.keySets.trustFrameworkKeySet.getActiveKey - uploadCertificate: - operationId: trustFramework.keySets.trustFrameworkKeySet.uploadCertificate - uploadPkcs12: - operationId: trustFramework.keySets.trustFrameworkKeySet.uploadPkcs12 - uploadSecret: - operationId: trustFramework.keySets.trustFrameworkKeySet.uploadSecret default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22069,8 +21771,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.trustFrameworkKeySet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.trustFrameworkKeySet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22144,7 +21850,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22169,7 +21875,7 @@ paths: type: string x-ms-docs-key-type: trustFrameworkKeySet responses: - '200': + 2XX: description: Success content: application/json: @@ -22211,7 +21917,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22256,7 +21962,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22309,7 +22015,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22372,7 +22078,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.trustFrameworkPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -22393,7 +22099,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.trustFrameworkPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22442,7 +22148,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22473,8 +22179,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.trustFrameworkPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.trustFrameworkPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22523,7 +22233,7 @@ paths: type: string x-ms-docs-key-type: trustFrameworkPolicy responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -22623,57 +22333,12 @@ paths: - windowsHelloForBusinessMethods type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authentication' - links: - emailMethods: - operationId: users.Authentication.ListEmailMethods - parameters: - user-id: $request.path.user-id - fido2Methods: - operationId: users.Authentication.ListFido2Methods - parameters: - user-id: $request.path.user-id - methods: - operationId: users.Authentication.ListMethods - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorMethods: - operationId: users.Authentication.ListMicrosoftAuthenticatorMethods - parameters: - user-id: $request.path.user-id - operations: - operationId: users.Authentication.ListOperations - parameters: - user-id: $request.path.user-id - passwordlessMicrosoftAuthenticatorMethods: - operationId: users.Authentication.ListPasswordlessMicrosoftAuthenticatorMethods - parameters: - user-id: $request.path.user-id - passwordMethods: - operationId: users.Authentication.ListPasswordMethods - parameters: - user-id: $request.path.user-id - phoneMethods: - operationId: users.Authentication.ListPhoneMethods - parameters: - user-id: $request.path.user-id - softwareOathMethods: - operationId: users.Authentication.ListSoftwareOathMethods - parameters: - user-id: $request.path.user-id - temporaryAccessPassMethods: - operationId: users.Authentication.ListTemporaryAccessPassMethods - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessMethods: - operationId: users.Authentication.ListWindowsHelloGraphFPreBusinessMethods - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22699,8 +22364,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authentication' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authentication' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22795,7 +22464,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.emailAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -22829,7 +22498,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22888,7 +22557,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22927,8 +22596,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23049,7 +22722,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.fido2AuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -23113,7 +22786,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23218,7 +22891,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -23248,7 +22921,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23306,19 +22979,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' - links: - disableSmsSignIn: - operationId: users.user.authentication.methods.authenticationMethod.disableSmsSignIn - enableSmsSignIn: - operationId: users.user.authentication.methods.authenticationMethod.enableSmsSignIn - resetPassword: - operationId: users.user.authentication.methods.authenticationMethod.resetPassword default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23352,8 +23018,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23433,7 +23103,7 @@ paths: - device type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.microsoftAuthenticatorAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -23496,18 +23166,12 @@ paths: - device type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' - links: - device: - operationId: users.authentication.MicrosoftAuthenticatorMethods.GetDevice - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23645,58 +23309,12 @@ paths: - commands type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' - links: - usageRights: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListUsageRights - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - memberOf: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListMemberGraphOPre - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - registeredOwners: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListRegisteredOwners - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - registeredUsers: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListRegisteredUsers - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - transitiveMemberOf: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListTransitiveMemberGraphOPre - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - extensions: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListExtensions - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - commands: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListCommands - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - checkMemberGroups: - operationId: users.user.authentication.microsoftAuthenticatorMethods.microsoftAuthenticatorAuthenticationMethod.device.checkMemberGroups - checkMemberObjects: - operationId: users.user.authentication.microsoftAuthenticatorMethods.microsoftAuthenticatorAuthenticationMethod.device.checkMemberObjects - getMemberGroups: - operationId: users.user.authentication.microsoftAuthenticatorMethods.microsoftAuthenticatorAuthenticationMethod.device.getMemberGroups - getMemberObjects: - operationId: users.user.authentication.microsoftAuthenticatorMethods.microsoftAuthenticatorAuthenticationMethod.device.getMemberObjects - restore: - operationId: users.user.authentication.microsoftAuthenticatorMethods.microsoftAuthenticatorAuthenticationMethod.device.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23730,8 +23348,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.device' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23862,7 +23484,7 @@ paths: - responsepayload type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.commandCollectionResponse' default: $ref: '#/components/responses/error' @@ -23900,7 +23522,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23976,19 +23598,12 @@ paths: - responsepayload type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.command' - links: - responsepayload: - operationId: users.authentication.microsoftAuthenticatorMethods.device.Commands.GetResponsepayload - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - command-id: $request.path.command-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24030,8 +23645,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.command' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24133,7 +23752,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24209,7 +23828,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -24247,7 +23866,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24313,7 +23932,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24360,8 +23979,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24490,7 +24113,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -24566,7 +24189,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24658,7 +24281,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -24774,7 +24397,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -24895,7 +24518,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -24971,7 +24594,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25063,7 +24686,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -25139,7 +24762,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25227,7 +24850,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.usageRightCollectionResponse' default: $ref: '#/components/responses/error' @@ -25265,7 +24888,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25334,7 +24957,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25381,8 +25004,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.usageRight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25501,7 +25128,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.longRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -25531,7 +25158,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25593,7 +25220,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25632,8 +25259,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.longRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25744,7 +25375,7 @@ paths: - device type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -25806,18 +25437,12 @@ paths: - device type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethod' - links: - device: - operationId: users.authentication.PasswordlessMicrosoftAuthenticatorMethods.GetDevice - parameters: - user-id: $request.path.user-id - passwordlessMicrosoftAuthenticatorAuthenticationMethod-id: $request.path.passwordlessMicrosoftAuthenticatorAuthenticationMethod-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25954,58 +25579,12 @@ paths: - commands type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' - links: - usageRights: - operationId: users.authentication.passwordlessMicrosoftAuthenticatorMethods.Device.ListUsageRights - parameters: - user-id: $request.path.user-id - passwordlessMicrosoftAuthenticatorAuthenticationMethod-id: $request.path.passwordlessMicrosoftAuthenticatorAuthenticationMethod-id - memberOf: - operationId: users.authentication.passwordlessMicrosoftAuthenticatorMethods.Device.ListMemberGraphOPre - parameters: - user-id: $request.path.user-id - passwordlessMicrosoftAuthenticatorAuthenticationMethod-id: $request.path.passwordlessMicrosoftAuthenticatorAuthenticationMethod-id - registeredOwners: - operationId: users.authentication.passwordlessMicrosoftAuthenticatorMethods.Device.ListRegisteredOwners - parameters: - user-id: $request.path.user-id - passwordlessMicrosoftAuthenticatorAuthenticationMethod-id: $request.path.passwordlessMicrosoftAuthenticatorAuthenticationMethod-id - registeredUsers: - operationId: users.authentication.passwordlessMicrosoftAuthenticatorMethods.Device.ListRegisteredUsers - parameters: - user-id: $request.path.user-id - passwordlessMicrosoftAuthenticatorAuthenticationMethod-id: $request.path.passwordlessMicrosoftAuthenticatorAuthenticationMethod-id - transitiveMemberOf: - operationId: users.authentication.passwordlessMicrosoftAuthenticatorMethods.Device.ListTransitiveMemberGraphOPre - parameters: - user-id: $request.path.user-id - passwordlessMicrosoftAuthenticatorAuthenticationMethod-id: $request.path.passwordlessMicrosoftAuthenticatorAuthenticationMethod-id - extensions: - operationId: users.authentication.passwordlessMicrosoftAuthenticatorMethods.Device.ListExtensions - parameters: - user-id: $request.path.user-id - passwordlessMicrosoftAuthenticatorAuthenticationMethod-id: $request.path.passwordlessMicrosoftAuthenticatorAuthenticationMethod-id - commands: - operationId: users.authentication.passwordlessMicrosoftAuthenticatorMethods.Device.ListCommands - parameters: - user-id: $request.path.user-id - passwordlessMicrosoftAuthenticatorAuthenticationMethod-id: $request.path.passwordlessMicrosoftAuthenticatorAuthenticationMethod-id - checkMemberGroups: - operationId: users.user.authentication.passwordlessMicrosoftAuthenticatorMethods.passwordlessMicrosoftAuthenticatorAuthenticationMethod.device.checkMemberGroups - checkMemberObjects: - operationId: users.user.authentication.passwordlessMicrosoftAuthenticatorMethods.passwordlessMicrosoftAuthenticatorAuthenticationMethod.device.checkMemberObjects - getMemberGroups: - operationId: users.user.authentication.passwordlessMicrosoftAuthenticatorMethods.passwordlessMicrosoftAuthenticatorAuthenticationMethod.device.getMemberGroups - getMemberObjects: - operationId: users.user.authentication.passwordlessMicrosoftAuthenticatorMethods.passwordlessMicrosoftAuthenticatorAuthenticationMethod.device.getMemberObjects - restore: - operationId: users.user.authentication.passwordlessMicrosoftAuthenticatorMethods.passwordlessMicrosoftAuthenticatorAuthenticationMethod.device.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26039,8 +25618,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.device' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26171,7 +25754,7 @@ paths: - responsepayload type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.commandCollectionResponse' default: $ref: '#/components/responses/error' @@ -26209,7 +25792,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26285,19 +25868,12 @@ paths: - responsepayload type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.command' - links: - responsepayload: - operationId: users.authentication.passwordlessMicrosoftAuthenticatorMethods.device.Commands.GetResponsepayload - parameters: - user-id: $request.path.user-id - passwordlessMicrosoftAuthenticatorAuthenticationMethod-id: $request.path.passwordlessMicrosoftAuthenticatorAuthenticationMethod-id - command-id: $request.path.command-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26339,8 +25915,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.command' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26442,7 +26022,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26518,7 +26098,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -26556,7 +26136,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26622,7 +26202,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26669,8 +26249,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26799,7 +26383,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -26875,7 +26459,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26967,7 +26551,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -27083,7 +26667,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -27204,7 +26788,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -27280,7 +26864,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27372,7 +26956,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -27448,7 +27032,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27536,7 +27120,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.usageRightCollectionResponse' default: $ref: '#/components/responses/error' @@ -27574,7 +27158,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27643,7 +27227,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27690,8 +27274,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.usageRight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27808,7 +27396,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.passwordAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -27838,7 +27426,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27899,7 +27487,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27979,7 +27567,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.phoneAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -28013,7 +27601,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28074,7 +27662,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28113,8 +27701,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28217,7 +27809,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.softwareOathAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -28274,7 +27866,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28400,7 +27992,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.temporaryAccessPassAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -28434,7 +28026,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28499,7 +28091,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28615,7 +28207,7 @@ paths: - device type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsHelloForBusinessAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -28677,18 +28269,12 @@ paths: - device type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' - links: - device: - operationId: users.authentication.WindowsHelloGraphFPreBusinessMethods.GetDevice - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28826,58 +28412,12 @@ paths: - commands type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' - links: - usageRights: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListUsageRights - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - memberOf: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListMemberGraphOPre - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - registeredOwners: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListRegisteredOwners - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - registeredUsers: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListRegisteredUsers - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - transitiveMemberOf: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListTransitiveMemberGraphOPre - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - extensions: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListExtensions - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - commands: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListCommands - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - checkMemberGroups: - operationId: users.user.authentication.windowsHelloGraphFPreBusinessMethods.windowsHelloGraphFPreBusinessAuthenticationMethod.device.checkMemberGroups - checkMemberObjects: - operationId: users.user.authentication.windowsHelloGraphFPreBusinessMethods.windowsHelloGraphFPreBusinessAuthenticationMethod.device.checkMemberObjects - getMemberGroups: - operationId: users.user.authentication.windowsHelloGraphFPreBusinessMethods.windowsHelloGraphFPreBusinessAuthenticationMethod.device.getMemberGroups - getMemberObjects: - operationId: users.user.authentication.windowsHelloGraphFPreBusinessMethods.windowsHelloGraphFPreBusinessAuthenticationMethod.device.getMemberObjects - restore: - operationId: users.user.authentication.windowsHelloGraphFPreBusinessMethods.windowsHelloGraphFPreBusinessAuthenticationMethod.device.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28911,8 +28451,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.device' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29043,7 +28587,7 @@ paths: - responsepayload type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.commandCollectionResponse' default: $ref: '#/components/responses/error' @@ -29081,7 +28625,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29157,19 +28701,12 @@ paths: - responsepayload type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.command' - links: - responsepayload: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.device.Commands.GetResponsepayload - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - command-id: $request.path.command-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29211,8 +28748,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.command' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.command' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29314,7 +28855,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29390,7 +28931,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -29428,7 +28969,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29494,7 +29035,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29541,8 +29082,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29671,7 +29216,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -29747,7 +29292,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29839,7 +29384,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -29955,7 +29500,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -30076,7 +29621,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -30152,7 +29697,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30244,7 +29789,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -30320,7 +29865,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30408,7 +29953,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.usageRightCollectionResponse' default: $ref: '#/components/responses/error' @@ -30446,7 +29991,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30515,7 +30060,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30562,8 +30107,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usageRight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.usageRight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30661,45 +30210,12 @@ paths: - threatAssessmentRequests type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.informationProtection' - links: - bitlocker: - operationId: users.InformationProtection.GetBitlocker - parameters: - user-id: $request.path.user-id - dataLossPreventionPolicies: - operationId: users.InformationProtection.ListDataLossPreventionPolicies - parameters: - user-id: $request.path.user-id - sensitivityLabels: - operationId: users.InformationProtection.ListSensitivityLabels - parameters: - user-id: $request.path.user-id - sensitivityPolicySettings: - operationId: users.InformationProtection.GetSensitivityPolicySettings - parameters: - user-id: $request.path.user-id - policy: - operationId: users.InformationProtection.GetPolicy - parameters: - user-id: $request.path.user-id - threatAssessmentRequests: - operationId: users.InformationProtection.ListThreatAssessmentRequests - parameters: - user-id: $request.path.user-id - decryptBuffer: - operationId: users.user.informationProtection.decryptBuffer - encryptBuffer: - operationId: users.user.informationProtection.encryptBuffer - signDigest: - operationId: users.user.informationProtection.signDigest - verifySignature: - operationId: users.user.informationProtection.verifySignature default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30725,8 +30241,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.informationProtection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30798,17 +30318,12 @@ paths: - recoveryKeys type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bitlocker' - links: - recoveryKeys: - operationId: users.informationProtection.Bitlocker.ListRecoveryKeys - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30886,7 +30401,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bitlockerRecoveryKeyCollectionResponse' default: $ref: '#/components/responses/error' @@ -30947,7 +30462,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31017,7 +30532,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.dataLossPreventionPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -31047,7 +30562,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31105,7 +30620,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31144,8 +30659,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataLossPreventionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31225,17 +30744,12 @@ paths: - labels type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' - links: - labels: - operationId: users.informationProtection.Policy.ListLabels - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' deprecated: true @@ -31267,8 +30781,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionPolicy' default: $ref: '#/components/responses/error' deprecated: true @@ -31393,7 +30911,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.informationProtectionLabelCollectionResponse' default: $ref: '#/components/responses/error' @@ -31429,7 +30947,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31499,7 +31017,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31544,8 +31062,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtectionLabel' default: $ref: '#/components/responses/error' deprecated: true @@ -31691,7 +31213,7 @@ paths: - sublabels type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sensitivityLabelCollectionResponse' default: $ref: '#/components/responses/error' @@ -31721,7 +31243,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31792,18 +31314,12 @@ paths: - sublabels type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' - links: - sublabels: - operationId: users.informationProtection.SensitivityLabels.ListSublabels - parameters: - user-id: $request.path.user-id - sensitivityLabel-id: $request.path.sensitivityLabel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31837,8 +31353,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31980,7 +31500,7 @@ paths: - sublabels type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sensitivityLabelCollectionResponse' default: $ref: '#/components/responses/error' @@ -32018,7 +31538,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32097,19 +31617,12 @@ paths: - sublabels type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' - links: - sublabels: - operationId: users.informationProtection.sensitivityLabels.Sublabels.ListSublabels - parameters: - user-id: $request.path.user-id - sensitivityLabel-id: $request.path.sensitivityLabel-id - sensitivityLabel-id1: $request.path.sensitivityLabel-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32151,8 +31664,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32242,7 +31759,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32273,8 +31790,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sensitivityPolicySettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32389,7 +31910,7 @@ paths: - results type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.threatAssessmentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -32423,7 +31944,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32489,18 +32010,12 @@ paths: - results type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' - links: - results: - operationId: users.informationProtection.ThreatAssessmentRequests.ListResults - parameters: - user-id: $request.path.user-id - threatAssessmentRequest-id: $request.path.threatAssessmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32534,8 +32049,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32649,7 +32168,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.threatAssessmentResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -32687,7 +32206,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32756,7 +32275,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32803,8 +32322,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48744,6 +48267,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -54052,6 +53576,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Mail.yml b/openApiDocs/beta/Mail.yml index ec986b1dc2d..35e255104f8 100644 --- a/openApiDocs/beta/Mail.yml +++ b/openApiDocs/beta/Mail.yml @@ -36,17 +36,12 @@ paths: - overrides type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' - links: - overrides: - operationId: users.InferenceClassification.ListOverrides - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72,8 +67,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.inferenceClassification' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -132,7 +131,7 @@ paths: - senderEmailAddress type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.inferenceClassificationOverrideCollectionResponse' default: $ref: '#/components/responses/error' @@ -166,7 +165,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -214,7 +213,7 @@ paths: - senderEmailAddress type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -253,8 +252,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -368,7 +371,7 @@ paths: - userConfigurations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mailFolderCollectionResponse' default: $ref: '#/components/responses/error' @@ -402,7 +405,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -461,47 +464,12 @@ paths: - userConfigurations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' - links: - childFolders: - operationId: users.MailFolders.ListChildFolders - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - messageRules: - operationId: users.MailFolders.ListMessageRules - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - messages: - operationId: users.MailFolders.ListMessages - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - multiValueExtendedProperties: - operationId: users.MailFolders.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - singleValueExtendedProperties: - operationId: users.MailFolders.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - userConfigurations: - operationId: users.MailFolders.ListUserConfigurations - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - copy: - operationId: users.user.mailFolders.mailFolder.copy - move: - operationId: users.user.mailFolders.mailFolder.move default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -535,8 +503,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailFolder' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -676,7 +648,7 @@ paths: - userConfigurations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mailFolderCollectionResponse' default: $ref: '#/components/responses/error' @@ -718,7 +690,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -803,53 +775,12 @@ paths: - userConfigurations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' - links: - childFolders: - operationId: users.mailFolders.ChildFolders.ListChildFolders - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - messageRules: - operationId: users.mailFolders.ChildFolders.ListMessageRules - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - messages: - operationId: users.mailFolders.ChildFolders.ListMessages - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - multiValueExtendedProperties: - operationId: users.mailFolders.ChildFolders.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - singleValueExtendedProperties: - operationId: users.mailFolders.ChildFolders.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - userConfigurations: - operationId: users.mailFolders.ChildFolders.ListUserConfigurations - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - copy: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.copy - move: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.move default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -891,8 +822,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailFolder' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1024,7 +959,7 @@ paths: - sequence type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -1070,7 +1005,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1140,7 +1075,7 @@ paths: - sequence type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1195,8 +1130,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.messageRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1437,7 +1376,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1487,7 +1426,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1604,68 +1543,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' - links: - attachments: - operationId: users.mailFolders.childFolders.Messages.ListAttachments - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - message-id: $request.path.message-id - extensions: - operationId: users.mailFolders.childFolders.Messages.ListExtensions - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - message-id: $request.path.message-id - mentions: - operationId: users.mailFolders.childFolders.Messages.ListMentions - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - message-id: $request.path.message-id - multiValueExtendedProperties: - operationId: users.mailFolders.childFolders.Messages.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - message-id: $request.path.message-id - singleValueExtendedProperties: - operationId: users.mailFolders.childFolders.Messages.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - message-id: $request.path.message-id - copy: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.copy - createForward: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createForward - createReply: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createReply - createReplyAll: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createReplyAll - forward: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.forward - move: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.move - reply: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.reply - replyAll: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.replyAll - send: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.send - unsubscribe: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.unsubscribe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1715,8 +1598,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1813,7 +1700,7 @@ paths: type: string x-ms-docs-key-type: message responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1975,7 +1862,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -2033,7 +1920,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2120,7 +2007,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2269,7 +2156,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2327,7 +2214,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2409,7 +2296,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2472,8 +2359,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2641,7 +2532,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mentionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2695,7 +2586,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2785,7 +2676,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2938,7 +2829,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2992,7 +2883,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3075,7 +2966,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3138,8 +3029,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3287,7 +3182,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3341,7 +3236,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3424,7 +3319,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3487,8 +3382,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3628,7 +3527,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3674,7 +3573,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3749,7 +3648,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3804,8 +3703,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3937,7 +3840,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3983,7 +3886,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4058,7 +3961,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4113,8 +4016,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4232,7 +4139,7 @@ paths: - binaryData type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -4293,7 +4200,7 @@ paths: - binaryData type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4380,7 +4287,7 @@ paths: - sequence type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -4418,7 +4325,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4480,7 +4387,7 @@ paths: - sequence type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4527,8 +4434,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.messageRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4753,7 +4664,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' default: $ref: '#/components/responses/error' @@ -4795,7 +4706,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4904,63 +4815,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' - links: - attachments: - operationId: users.mailFolders.Messages.ListAttachments - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - message-id: $request.path.message-id - extensions: - operationId: users.mailFolders.Messages.ListExtensions - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - message-id: $request.path.message-id - mentions: - operationId: users.mailFolders.Messages.ListMentions - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - message-id: $request.path.message-id - multiValueExtendedProperties: - operationId: users.mailFolders.Messages.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - message-id: $request.path.message-id - singleValueExtendedProperties: - operationId: users.mailFolders.Messages.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - message-id: $request.path.message-id - copy: - operationId: users.user.mailFolders.mailFolder.messages.message.copy - createForward: - operationId: users.user.mailFolders.mailFolder.messages.message.createForward - createReply: - operationId: users.user.mailFolders.mailFolder.messages.message.createReply - createReplyAll: - operationId: users.user.mailFolders.mailFolder.messages.message.createReplyAll - forward: - operationId: users.user.mailFolders.mailFolder.messages.message.forward - move: - operationId: users.user.mailFolders.mailFolder.messages.message.move - reply: - operationId: users.user.mailFolders.mailFolder.messages.message.reply - replyAll: - operationId: users.user.mailFolders.mailFolder.messages.message.replyAll - send: - operationId: users.user.mailFolders.mailFolder.messages.message.send - unsubscribe: - operationId: users.user.mailFolders.mailFolder.messages.message.unsubscribe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5002,8 +4862,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5084,7 +4948,7 @@ paths: type: string x-ms-docs-key-type: message responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -5230,7 +5094,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -5280,7 +5144,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5359,7 +5223,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5492,7 +5356,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5542,7 +5406,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5616,7 +5480,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5671,8 +5535,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5824,7 +5692,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mentionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5870,7 +5738,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5952,7 +5820,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6089,7 +5957,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6135,7 +6003,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6210,7 +6078,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6265,8 +6133,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6398,7 +6270,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6444,7 +6316,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6519,7 +6391,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6574,8 +6446,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6699,7 +6575,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6737,7 +6613,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6804,7 +6680,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6851,8 +6727,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6968,7 +6848,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7006,7 +6886,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7073,7 +6953,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7120,8 +7000,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7223,7 +7107,7 @@ paths: - binaryData type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -7276,7 +7160,7 @@ paths: - binaryData type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7439,7 +7323,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' default: $ref: '#/components/responses/error' @@ -7473,7 +7357,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7557,58 +7441,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' - links: - attachments: - operationId: users.Messages.ListAttachments - parameters: - user-id: $request.path.user-id - message-id: $request.path.message-id - extensions: - operationId: users.Messages.ListExtensions - parameters: - user-id: $request.path.user-id - message-id: $request.path.message-id - mentions: - operationId: users.Messages.ListMentions - parameters: - user-id: $request.path.user-id - message-id: $request.path.message-id - multiValueExtendedProperties: - operationId: users.Messages.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - message-id: $request.path.message-id - singleValueExtendedProperties: - operationId: users.Messages.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - message-id: $request.path.message-id - copy: - operationId: users.user.messages.message.copy - createForward: - operationId: users.user.messages.message.createForward - createReply: - operationId: users.user.messages.message.createReply - createReplyAll: - operationId: users.user.messages.message.createReplyAll - forward: - operationId: users.user.messages.message.forward - move: - operationId: users.user.messages.message.move - reply: - operationId: users.user.messages.message.reply - replyAll: - operationId: users.user.messages.message.replyAll - send: - operationId: users.user.messages.message.send - unsubscribe: - operationId: users.user.messages.message.unsubscribe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7642,8 +7480,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7708,7 +7550,7 @@ paths: type: string x-ms-docs-key-type: message responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -7838,7 +7680,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -7880,7 +7722,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7951,7 +7793,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8068,7 +7910,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8110,7 +7952,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8176,7 +8018,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8223,8 +8065,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8360,7 +8206,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mentionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8398,7 +8244,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mention' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8472,7 +8318,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8593,7 +8439,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8631,7 +8477,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8698,7 +8544,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8745,8 +8591,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8862,7 +8712,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8900,7 +8750,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8967,7 +8817,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9014,8 +8864,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/ManagedTenants.yml b/openApiDocs/beta/ManagedTenants.yml index e21c4a649f7..7c57512a403 100644 --- a/openApiDocs/beta/ManagedTenants.yml +++ b/openApiDocs/beta/ManagedTenants.yml @@ -107,81 +107,12 @@ paths: - windowsProtectionStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenant' - links: - aggregatedPolicyCompliances: - operationId: tenantRelationships.ManagedTenants.ListAggregatedPolicyCompliances - auditEvents: - operationId: tenantRelationships.ManagedTenants.ListAuditEvents - cloudPcConnections: - operationId: tenantRelationships.ManagedTenants.ListCloudPcConnections - cloudPcDevices: - operationId: tenantRelationships.ManagedTenants.ListCloudPcDevices - cloudPcsOverview: - operationId: tenantRelationships.ManagedTenants.ListCloudPcsOverview - conditionalAccessPolicyCoverages: - operationId: tenantRelationships.ManagedTenants.ListConditionalAccessPolicyCoverages - credentialUserRegistrationsSummaries: - operationId: tenantRelationships.ManagedTenants.ListCredentialUserRegistrationsSummaries - deviceCompliancePolicySettingStateSummaries: - operationId: tenantRelationships.ManagedTenants.ListDeviceCompliancePolicySettingStateSummaries - managedDeviceCompliances: - operationId: tenantRelationships.ManagedTenants.ListManagedDeviceCompliances - managedDeviceComplianceTrends: - operationId: tenantRelationships.ManagedTenants.ListManagedDeviceComplianceTrends - managedTenantAlertLogs: - operationId: tenantRelationships.ManagedTenants.ListManagedTenantAlertLogs - managedTenantAlertRuleDefinitions: - operationId: tenantRelationships.ManagedTenants.ListManagedTenantAlertRuleDefinitions - managedTenantAlertRules: - operationId: tenantRelationships.ManagedTenants.ListManagedTenantAlertRules - managedTenantAlerts: - operationId: tenantRelationships.ManagedTenants.ListManagedTenantAlerts - managedTenantApiNotifications: - operationId: tenantRelationships.ManagedTenants.ListManagedTenantApiNotifications - managedTenantEmailNotifications: - operationId: tenantRelationships.ManagedTenants.ListManagedTenantEmailNotifications - managedTenantTicketingEndpoints: - operationId: tenantRelationships.ManagedTenants.ListManagedTenantTicketingEndpoints - managementActions: - operationId: tenantRelationships.ManagedTenants.ListManagementActions - managementActionTenantDeploymentStatuses: - operationId: tenantRelationships.ManagedTenants.ListManagementActionTenantDeploymentStatuses - managementIntents: - operationId: tenantRelationships.ManagedTenants.ListManagementIntents - managementTemplateCollections: - operationId: tenantRelationships.ManagedTenants.ListManagementTemplateCollections - managementTemplateCollectionTenantSummaries: - operationId: tenantRelationships.ManagedTenants.ListManagementTemplateCollectionTenantSummaries - managementTemplates: - operationId: tenantRelationships.ManagedTenants.ListManagementTemplates - managementTemplateSteps: - operationId: tenantRelationships.ManagedTenants.ListManagementTemplateSteps - managementTemplateStepTenantSummaries: - operationId: tenantRelationships.ManagedTenants.ListManagementTemplateStepTenantSummaries - managementTemplateStepVersions: - operationId: tenantRelationships.ManagedTenants.ListManagementTemplateStepVersions - myRoles: - operationId: tenantRelationships.ManagedTenants.ListMyRoles - tenantGroups: - operationId: tenantRelationships.ManagedTenants.ListTenantGroups - tenants: - operationId: tenantRelationships.ManagedTenants.ListTenants - tenantsCustomizedInformation: - operationId: tenantRelationships.ManagedTenants.ListTenantsCustomizedInformation - tenantsDetailedInformation: - operationId: tenantRelationships.ManagedTenants.ListTenantsDetailedInformation - tenantTags: - operationId: tenantRelationships.ManagedTenants.ListTenantTags - windowsDeviceMalwareStates: - operationId: tenantRelationships.ManagedTenants.ListWindowsDeviceMalwareStates - windowsProtectionStates: - operationId: tenantRelationships.ManagedTenants.ListWindowsProtectionStates default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -198,8 +129,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -308,7 +243,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.aggregatedPolicyComplianceCollectionResponse' default: $ref: '#/components/responses/error' @@ -329,7 +264,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.aggregatedPolicyCompliance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -390,7 +325,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -421,8 +356,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.aggregatedPolicyCompliance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.aggregatedPolicyCompliance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -542,7 +481,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.auditEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -563,7 +502,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.auditEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -626,7 +565,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -657,8 +596,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.auditEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.auditEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -757,7 +700,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.cloudPcConnectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -778,7 +721,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.cloudPcConnection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -833,7 +776,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -864,8 +807,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.cloudPcConnection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.cloudPcConnection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -985,7 +932,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.cloudPcDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -1006,7 +953,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.cloudPcDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1068,7 +1015,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1099,8 +1046,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.cloudPcDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.cloudPcDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1244,7 +1195,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.cloudPcOverviewCollectionResponse' default: $ref: '#/components/responses/error' @@ -1265,7 +1216,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.cloudPcOverview' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1335,7 +1286,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1366,8 +1317,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.cloudPcOverview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.cloudPcOverview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1463,7 +1418,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.conditionalAccessPolicyCoverageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1484,7 +1439,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.conditionalAccessPolicyCoverage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1538,7 +1493,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1569,8 +1524,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.conditionalAccessPolicyCoverage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.conditionalAccessPolicyCoverage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1687,7 +1646,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.credentialUserRegistrationsSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -1708,7 +1667,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.credentialUserRegistrationsSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1769,7 +1728,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1800,8 +1759,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.credentialUserRegistrationsSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.credentialUserRegistrationsSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1924,7 +1887,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.deviceCompliancePolicySettingStateSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -1945,7 +1908,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.deviceCompliancePolicySettingStateSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2008,7 +1971,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2039,8 +2002,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.deviceCompliancePolicySettingStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.deviceCompliancePolicySettingStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2166,7 +2133,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedDeviceComplianceCollectionResponse' default: $ref: '#/components/responses/error' @@ -2187,7 +2154,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedDeviceCompliance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2251,7 +2218,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2282,8 +2249,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedDeviceCompliance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managedDeviceCompliance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2394,7 +2365,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedDeviceComplianceTrendCollectionResponse' default: $ref: '#/components/responses/error' @@ -2415,7 +2386,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedDeviceComplianceTrend' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2474,7 +2445,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2505,8 +2476,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedDeviceComplianceTrend' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managedDeviceComplianceTrend' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2603,7 +2578,7 @@ paths: - alert type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantAlertLogCollectionResponse' default: $ref: '#/components/responses/error' @@ -2624,7 +2599,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertLog' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2680,17 +2655,12 @@ paths: - alert type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertLog' - links: - alert: - operationId: tenantRelationships.managedTenants.ManagedTenantAlertLogs.GetAlert - parameters: - managedTenantAlertLog-id: $request.path.managedTenantAlertLog-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2716,8 +2686,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertLog' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertLog' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2810,29 +2784,12 @@ paths: - emailNotifications type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlert' - links: - alertLogs: - operationId: tenantRelationships.managedTenants.managedTenantAlertLogs.Alert.ListAlertLogs - parameters: - managedTenantAlertLog-id: $request.path.managedTenantAlertLog-id - alertRule: - operationId: tenantRelationships.managedTenants.managedTenantAlertLogs.Alert.GetAlertRule - parameters: - managedTenantAlertLog-id: $request.path.managedTenantAlertLog-id - apiNotifications: - operationId: tenantRelationships.managedTenants.managedTenantAlertLogs.Alert.ListApiNotifications - parameters: - managedTenantAlertLog-id: $request.path.managedTenantAlertLog-id - emailNotifications: - operationId: tenantRelationships.managedTenants.managedTenantAlertLogs.Alert.ListEmailNotifications - parameters: - managedTenantAlertLog-id: $request.path.managedTenantAlertLog-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2906,7 +2863,7 @@ paths: - alertRules type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantAlertRuleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2927,7 +2884,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertRuleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2984,17 +2941,12 @@ paths: - alertRules type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertRuleDefinition' - links: - alertRules: - operationId: tenantRelationships.managedTenants.ManagedTenantAlertRuleDefinitions.ListAlertRules - parameters: - managedTenantAlertRuleDefinition-id: $request.path.managedTenantAlertRuleDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3020,8 +2972,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertRuleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertRuleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3152,7 +3108,7 @@ paths: - ruleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantAlertRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -3225,23 +3181,12 @@ paths: - ruleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertRule' - links: - alerts: - operationId: tenantRelationships.managedTenants.managedTenantAlertRuleDefinitions.AlertRules.ListAlerts - parameters: - managedTenantAlertRuleDefinition-id: $request.path.managedTenantAlertRuleDefinition-id - managedTenantAlertRule-id: $request.path.managedTenantAlertRule-id - ruleDefinition: - operationId: tenantRelationships.managedTenants.managedTenantAlertRuleDefinitions.AlertRules.GetRuleDefinition - parameters: - managedTenantAlertRuleDefinition-id: $request.path.managedTenantAlertRuleDefinition-id - managedTenantAlertRule-id: $request.path.managedTenantAlertRule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3338,7 +3283,7 @@ paths: - ruleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantAlertRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -3359,7 +3304,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3425,21 +3370,12 @@ paths: - ruleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertRule' - links: - alerts: - operationId: tenantRelationships.managedTenants.ManagedTenantAlertRules.ListAlerts - parameters: - managedTenantAlertRule-id: $request.path.managedTenantAlertRule-id - ruleDefinition: - operationId: tenantRelationships.managedTenants.ManagedTenantAlertRules.GetRuleDefinition - parameters: - managedTenantAlertRule-id: $request.path.managedTenantAlertRule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3465,8 +3401,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3607,7 +3547,7 @@ paths: - emailNotifications type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantAlertCollectionResponse' default: $ref: '#/components/responses/error' @@ -3686,33 +3626,12 @@ paths: - emailNotifications type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlert' - links: - alertLogs: - operationId: tenantRelationships.managedTenants.managedTenantAlertRules.Alerts.ListAlertLogs - parameters: - managedTenantAlertRule-id: $request.path.managedTenantAlertRule-id - managedTenantAlert-id: $request.path.managedTenantAlert-id - alertRule: - operationId: tenantRelationships.managedTenants.managedTenantAlertRules.Alerts.GetAlertRule - parameters: - managedTenantAlertRule-id: $request.path.managedTenantAlertRule-id - managedTenantAlert-id: $request.path.managedTenantAlert-id - apiNotifications: - operationId: tenantRelationships.managedTenants.managedTenantAlertRules.Alerts.ListApiNotifications - parameters: - managedTenantAlertRule-id: $request.path.managedTenantAlertRule-id - managedTenantAlert-id: $request.path.managedTenantAlert-id - emailNotifications: - operationId: tenantRelationships.managedTenants.managedTenantAlertRules.Alerts.ListEmailNotifications - parameters: - managedTenantAlertRule-id: $request.path.managedTenantAlertRule-id - managedTenantAlert-id: $request.path.managedTenantAlert-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3764,17 +3683,12 @@ paths: - alertRules type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertRuleDefinition' - links: - alertRules: - operationId: tenantRelationships.managedTenants.managedTenantAlertRules.RuleDefinition.ListAlertRules - parameters: - managedTenantAlertRule-id: $request.path.managedTenantAlertRule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3881,7 +3795,7 @@ paths: - emailNotifications type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantAlertCollectionResponse' default: $ref: '#/components/responses/error' @@ -3902,7 +3816,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlert' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3974,31 +3888,12 @@ paths: - emailNotifications type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlert' - links: - alertLogs: - operationId: tenantRelationships.managedTenants.ManagedTenantAlerts.ListAlertLogs - parameters: - managedTenantAlert-id: $request.path.managedTenantAlert-id - alertRule: - operationId: tenantRelationships.managedTenants.ManagedTenantAlerts.GetAlertRule - parameters: - managedTenantAlert-id: $request.path.managedTenantAlert-id - apiNotifications: - operationId: tenantRelationships.managedTenants.ManagedTenantAlerts.ListApiNotifications - parameters: - managedTenantAlert-id: $request.path.managedTenantAlert-id - emailNotifications: - operationId: tenantRelationships.managedTenants.ManagedTenantAlerts.ListEmailNotifications - parameters: - managedTenantAlert-id: $request.path.managedTenantAlert-id - addUserInputLog: - operationId: tenantRelationships.managedTenants.managedTenantAlerts.managedTenantAlert.addUserInputLog default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4024,8 +3919,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlert' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlert' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4130,7 +4029,7 @@ paths: - alert type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantAlertLogCollectionResponse' default: $ref: '#/components/responses/error' @@ -4193,18 +4092,12 @@ paths: - alert type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertLog' - links: - alert: - operationId: tenantRelationships.managedTenants.managedTenantAlerts.AlertLogs.GetAlert - parameters: - managedTenantAlert-id: $request.path.managedTenantAlert-id - managedTenantAlertLog-id: $request.path.managedTenantAlertLog-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4265,21 +4158,12 @@ paths: - ruleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlertRule' - links: - alerts: - operationId: tenantRelationships.managedTenants.managedTenantAlerts.AlertRule.ListAlerts - parameters: - managedTenantAlert-id: $request.path.managedTenantAlert-id - ruleDefinition: - operationId: tenantRelationships.managedTenants.managedTenantAlerts.AlertRule.GetRuleDefinition - parameters: - managedTenantAlert-id: $request.path.managedTenantAlert-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4367,7 +4251,7 @@ paths: - alert type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantApiNotificationCollectionResponse' default: $ref: '#/components/responses/error' @@ -4433,18 +4317,12 @@ paths: - alert type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantApiNotification' - links: - alert: - operationId: tenantRelationships.managedTenants.managedTenantAlerts.ApiNotifications.GetAlert - parameters: - managedTenantAlert-id: $request.path.managedTenantAlert-id - managedTenantApiNotification-id: $request.path.managedTenantApiNotification-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4529,7 +4407,7 @@ paths: - alert type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantEmailNotificationCollectionResponse' default: $ref: '#/components/responses/error' @@ -4594,18 +4472,12 @@ paths: - alert type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantEmailNotification' - links: - alert: - operationId: tenantRelationships.managedTenants.managedTenantAlerts.EmailNotifications.GetAlert - parameters: - managedTenantAlert-id: $request.path.managedTenantAlert-id - managedTenantEmailNotification-id: $request.path.managedTenantEmailNotification-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4685,7 +4557,7 @@ paths: - alert type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantApiNotificationCollectionResponse' default: $ref: '#/components/responses/error' @@ -4706,7 +4578,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantApiNotification' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4765,17 +4637,12 @@ paths: - alert type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantApiNotification' - links: - alert: - operationId: tenantRelationships.managedTenants.ManagedTenantApiNotifications.GetAlert - parameters: - managedTenantApiNotification-id: $request.path.managedTenantApiNotification-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4801,8 +4668,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantApiNotification' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantApiNotification' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4895,29 +4766,12 @@ paths: - emailNotifications type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlert' - links: - alertLogs: - operationId: tenantRelationships.managedTenants.managedTenantApiNotifications.Alert.ListAlertLogs - parameters: - managedTenantApiNotification-id: $request.path.managedTenantApiNotification-id - alertRule: - operationId: tenantRelationships.managedTenants.managedTenantApiNotifications.Alert.GetAlertRule - parameters: - managedTenantApiNotification-id: $request.path.managedTenantApiNotification-id - apiNotifications: - operationId: tenantRelationships.managedTenants.managedTenantApiNotifications.Alert.ListApiNotifications - parameters: - managedTenantApiNotification-id: $request.path.managedTenantApiNotification-id - emailNotifications: - operationId: tenantRelationships.managedTenants.managedTenantApiNotifications.Alert.ListEmailNotifications - parameters: - managedTenantApiNotification-id: $request.path.managedTenantApiNotification-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4994,7 +4848,7 @@ paths: - alert type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantEmailNotificationCollectionResponse' default: $ref: '#/components/responses/error' @@ -5015,7 +4869,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantEmailNotification' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5073,17 +4927,12 @@ paths: - alert type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantEmailNotification' - links: - alert: - operationId: tenantRelationships.managedTenants.ManagedTenantEmailNotifications.GetAlert - parameters: - managedTenantEmailNotification-id: $request.path.managedTenantEmailNotification-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5109,8 +4958,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantEmailNotification' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantEmailNotification' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5203,29 +5056,12 @@ paths: - emailNotifications type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantAlert' - links: - alertLogs: - operationId: tenantRelationships.managedTenants.managedTenantEmailNotifications.Alert.ListAlertLogs - parameters: - managedTenantEmailNotification-id: $request.path.managedTenantEmailNotification-id - alertRule: - operationId: tenantRelationships.managedTenants.managedTenantEmailNotifications.Alert.GetAlertRule - parameters: - managedTenantEmailNotification-id: $request.path.managedTenantEmailNotification-id - apiNotifications: - operationId: tenantRelationships.managedTenants.managedTenantEmailNotifications.Alert.ListApiNotifications - parameters: - managedTenantEmailNotification-id: $request.path.managedTenantEmailNotification-id - emailNotifications: - operationId: tenantRelationships.managedTenants.managedTenantEmailNotifications.Alert.ListEmailNotifications - parameters: - managedTenantEmailNotification-id: $request.path.managedTenantEmailNotification-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5300,7 +5136,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managedTenantTicketingEndpointCollectionResponse' default: $ref: '#/components/responses/error' @@ -5321,7 +5157,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantTicketingEndpoint' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5377,7 +5213,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5408,8 +5244,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantTicketingEndpoint' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managedTenantTicketingEndpoint' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5511,7 +5351,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementActionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5532,7 +5372,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementAction' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5588,15 +5428,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementAction' - links: - apply: - operationId: tenantRelationships.managedTenants.managementActions.managementAction.apply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5622,8 +5459,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementAction' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managementAction' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5716,7 +5557,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementActionTenantDeploymentStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -5737,7 +5578,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementActionTenantDeploymentStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5790,7 +5631,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5821,8 +5662,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementActionTenantDeploymentStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managementActionTenantDeploymentStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5915,7 +5760,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementIntentCollectionResponse' default: $ref: '#/components/responses/error' @@ -5936,7 +5781,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementIntent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5989,7 +5834,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6020,8 +5865,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementIntent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managementIntent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6121,7 +5970,7 @@ paths: - managementTemplates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementTemplateCollectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6142,7 +5991,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateCollection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6199,17 +6048,12 @@ paths: - managementTemplates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateCollection' - links: - managementTemplates: - operationId: tenantRelationships.managedTenants.ManagementTemplateCollections.ListManagementTemplates - parameters: - managementTemplateCollection-id: $request.path.managementTemplateCollection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6235,8 +6079,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateCollection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateCollection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6370,7 +6218,7 @@ paths: - managementTemplateSteps type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -6444,23 +6292,12 @@ paths: - managementTemplateSteps type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplate' - links: - managementTemplateCollections: - operationId: tenantRelationships.managedTenants.managementTemplateCollections.ManagementTemplates.ListManagementTemplateCollections - parameters: - managementTemplateCollection-id: $request.path.managementTemplateCollection-id - managementTemplate-id: $request.path.managementTemplate-id - managementTemplateSteps: - operationId: tenantRelationships.managedTenants.managementTemplateCollections.ManagementTemplates.ListManagementTemplateSteps - parameters: - managementTemplateCollection-id: $request.path.managementTemplateCollection-id - managementTemplate-id: $request.path.managementTemplate-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6562,7 +6399,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementTemplateCollectionTenantSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -6583,7 +6420,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateCollectionTenantSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6648,7 +6485,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6679,8 +6516,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateCollectionTenantSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateCollectionTenantSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6810,7 +6651,7 @@ paths: - managementTemplateSteps type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -6831,7 +6672,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6899,21 +6740,12 @@ paths: - managementTemplateSteps type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplate' - links: - managementTemplateCollections: - operationId: tenantRelationships.managedTenants.ManagementTemplates.ListManagementTemplateCollections - parameters: - managementTemplate-id: $request.path.managementTemplate-id - managementTemplateSteps: - operationId: tenantRelationships.managedTenants.ManagementTemplates.ListManagementTemplateSteps - parameters: - managementTemplate-id: $request.path.managementTemplate-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6939,8 +6771,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7048,7 +6884,7 @@ paths: - managementTemplates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementTemplateCollectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7112,18 +6948,12 @@ paths: - managementTemplates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateCollection' - links: - managementTemplates: - operationId: tenantRelationships.managedTenants.managementTemplates.ManagementTemplateCollections.ListManagementTemplates - parameters: - managementTemplate-id: $request.path.managementTemplate-id - managementTemplateCollection-id: $request.path.managementTemplateCollection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7218,7 +7048,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementTemplateStepCollectionResponse' default: $ref: '#/components/responses/error' @@ -7289,28 +7119,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStep' - links: - acceptedVersion: - operationId: tenantRelationships.managedTenants.managementTemplates.ManagementTemplateSteps.GetAcceptedVersion - parameters: - managementTemplate-id: $request.path.managementTemplate-id - managementTemplateStep-id: $request.path.managementTemplateStep-id - managementTemplate: - operationId: tenantRelationships.managedTenants.managementTemplates.ManagementTemplateSteps.GetManagementTemplate - parameters: - managementTemplate-id: $request.path.managementTemplate-id - managementTemplateStep-id: $request.path.managementTemplateStep-id - versions: - operationId: tenantRelationships.managedTenants.managementTemplates.ManagementTemplateSteps.ListVersions - parameters: - managementTemplate-id: $request.path.managementTemplate-id - managementTemplateStep-id: $request.path.managementTemplateStep-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7397,7 +7211,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementTemplateStepCollectionResponse' default: $ref: '#/components/responses/error' @@ -7418,7 +7232,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStep' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7482,25 +7296,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStep' - links: - acceptedVersion: - operationId: tenantRelationships.managedTenants.ManagementTemplateSteps.GetAcceptedVersion - parameters: - managementTemplateStep-id: $request.path.managementTemplateStep-id - managementTemplate: - operationId: tenantRelationships.managedTenants.ManagementTemplateSteps.GetManagementTemplate - parameters: - managementTemplateStep-id: $request.path.managementTemplateStep-id - versions: - operationId: tenantRelationships.managedTenants.ManagementTemplateSteps.ListVersions - parameters: - managementTemplateStep-id: $request.path.managementTemplateStep-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7526,8 +7327,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStep' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStep' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7611,25 +7416,12 @@ paths: - templateStep type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepVersion' - links: - acceptedFor: - operationId: tenantRelationships.managedTenants.managementTemplateSteps.AcceptedVersion.GetAcceptedGraphFPre - parameters: - managementTemplateStep-id: $request.path.managementTemplateStep-id - deployments: - operationId: tenantRelationships.managedTenants.managementTemplateSteps.AcceptedVersion.ListDeployments - parameters: - managementTemplateStep-id: $request.path.managementTemplateStep-id - templateStep: - operationId: tenantRelationships.managedTenants.managementTemplateSteps.AcceptedVersion.GetTemplateStep - parameters: - managementTemplateStep-id: $request.path.managementTemplateStep-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7691,21 +7483,12 @@ paths: - managementTemplateSteps type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplate' - links: - managementTemplateCollections: - operationId: tenantRelationships.managedTenants.managementTemplateSteps.ManagementTemplate.ListManagementTemplateCollections - parameters: - managementTemplateStep-id: $request.path.managementTemplateStep-id - managementTemplateSteps: - operationId: tenantRelationships.managedTenants.managementTemplateSteps.ManagementTemplate.ListManagementTemplateSteps - parameters: - managementTemplateStep-id: $request.path.managementTemplateStep-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7797,7 +7580,7 @@ paths: - templateStep type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementTemplateStepVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7867,28 +7650,12 @@ paths: - templateStep type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepVersion' - links: - acceptedFor: - operationId: tenantRelationships.managedTenants.managementTemplateSteps.Versions.GetAcceptedGraphFPre - parameters: - managementTemplateStep-id: $request.path.managementTemplateStep-id - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - deployments: - operationId: tenantRelationships.managedTenants.managementTemplateSteps.Versions.ListDeployments - parameters: - managementTemplateStep-id: $request.path.managementTemplateStep-id - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - templateStep: - operationId: tenantRelationships.managedTenants.managementTemplateSteps.Versions.GetTemplateStep - parameters: - managementTemplateStep-id: $request.path.managementTemplateStep-id - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7987,7 +7754,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementTemplateStepTenantSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -8008,7 +7775,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepTenantSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8072,7 +7839,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8103,8 +7870,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepTenantSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepTenantSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8214,7 +7985,7 @@ paths: - templateStep type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementTemplateStepVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8235,7 +8006,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8298,25 +8069,12 @@ paths: - templateStep type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepVersion' - links: - acceptedFor: - operationId: tenantRelationships.managedTenants.ManagementTemplateStepVersions.GetAcceptedGraphFPre - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - deployments: - operationId: tenantRelationships.managedTenants.ManagementTemplateStepVersions.ListDeployments - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - templateStep: - operationId: tenantRelationships.managedTenants.ManagementTemplateStepVersions.GetTemplateStep - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8342,8 +8100,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8428,25 +8190,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStep' - links: - acceptedVersion: - operationId: tenantRelationships.managedTenants.managementTemplateStepVersions.AcceptedFor.GetAcceptedVersion - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - managementTemplate: - operationId: tenantRelationships.managedTenants.managementTemplateStepVersions.AcceptedFor.GetManagementTemplate - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - versions: - operationId: tenantRelationships.managedTenants.managementTemplateStepVersions.AcceptedFor.ListVersions - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8531,7 +8280,7 @@ paths: - templateStepVersion type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.managementTemplateStepDeploymentCollectionResponse' default: $ref: '#/components/responses/error' @@ -8561,7 +8310,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepDeployment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8627,20 +8376,12 @@ paths: - templateStepVersion type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepDeployment' - links: - templateStepVersion: - operationId: tenantRelationships.managedTenants.managementTemplateStepVersions.Deployments.GetTemplateStepVersion - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - managementTemplateStepDeployment-id: $request.path.managementTemplateStepDeployment-id - changeDeploymentStatus: - operationId: tenantRelationships.managedTenants.managementTemplateStepVersions.managementTemplateStepVersion.deployments.managementTemplateStepDeployment.changeDeploymentStatus default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8674,8 +8415,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepDeployment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepDeployment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8775,28 +8520,12 @@ paths: - templateStep type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStepVersion' - links: - acceptedFor: - operationId: tenantRelationships.managedTenants.managementTemplateStepVersions.deployments.TemplateStepVersion.GetAcceptedGraphFPre - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - managementTemplateStepDeployment-id: $request.path.managementTemplateStepDeployment-id - deployments: - operationId: tenantRelationships.managedTenants.managementTemplateStepVersions.deployments.TemplateStepVersion.ListDeployments - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - managementTemplateStepDeployment-id: $request.path.managementTemplateStepDeployment-id - templateStep: - operationId: tenantRelationships.managedTenants.managementTemplateStepVersions.deployments.TemplateStepVersion.GetTemplateStep - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - managementTemplateStepDeployment-id: $request.path.managementTemplateStepDeployment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8855,25 +8584,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.managementTemplateStep' - links: - acceptedVersion: - operationId: tenantRelationships.managedTenants.managementTemplateStepVersions.TemplateStep.GetAcceptedVersion - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - managementTemplate: - operationId: tenantRelationships.managedTenants.managementTemplateStepVersions.TemplateStep.GetManagementTemplate - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id - versions: - operationId: tenantRelationships.managedTenants.managementTemplateStepVersions.TemplateStep.ListVersions - parameters: - managementTemplateStepVersion-id: $request.path.managementTemplateStepVersion-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8934,7 +8650,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.myRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -8955,7 +8671,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.myRole' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9006,7 +8722,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9037,8 +8753,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.myRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.myRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9137,7 +8857,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.tenantGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -9158,7 +8878,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9213,7 +8933,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9244,8 +8964,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9347,7 +9071,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.tenantCollectionResponse' default: $ref: '#/components/responses/error' @@ -9368,7 +9092,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenant' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9424,17 +9148,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenant' - links: - offboardTenant: - operationId: tenantRelationships.managedTenants.tenants.tenant.offboardTenant - resetTenantOnboardingStatus: - operationId: tenantRelationships.managedTenants.tenants.tenant.resetTenantOnboardingStatus default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9460,8 +9179,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.tenant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9557,7 +9280,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.tenantCustomizedInformationCollectionResponse' default: $ref: '#/components/responses/error' @@ -9578,7 +9301,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantCustomizedInformation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9632,7 +9355,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9663,8 +9386,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantCustomizedInformation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantCustomizedInformation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9778,7 +9505,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.tenantDetailedInformationCollectionResponse' default: $ref: '#/components/responses/error' @@ -9799,7 +9526,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantDetailedInformation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9859,7 +9586,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9890,8 +9617,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantDetailedInformation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantDetailedInformation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9999,7 +9730,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.tenantTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -10024,7 +9755,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantTag' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10082,17 +9813,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantTag' - links: - assignTag: - operationId: tenantRelationships.managedTenants.tenantTags.tenantTag.assignTag - unassignTag: - operationId: tenantRelationships.managedTenants.tenantTags.tenantTag.unassignTag default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10118,8 +9844,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantTag' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.tenantTag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10251,7 +9981,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.windowsDeviceMalwareStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -10272,7 +10002,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.windowsDeviceMalwareState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10338,7 +10068,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10369,8 +10099,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.windowsDeviceMalwareState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.windowsDeviceMalwareState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10529,7 +10263,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedTenants.windowsProtectionStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -10550,7 +10284,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.windowsProtectionState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10625,7 +10359,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10656,8 +10390,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedTenants.windowsProtectionState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedTenants.windowsProtectionState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/Notes.yml b/openApiDocs/beta/Notes.yml index 8ae6eb0c864..eba736148ad 100644 --- a/openApiDocs/beta/Notes.yml +++ b/openApiDocs/beta/Notes.yml @@ -58,37 +58,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' - links: - notebooks: - operationId: groups.Onenote.ListNotebooks - parameters: - group-id: $request.path.group-id - operations: - operationId: groups.Onenote.ListOperations - parameters: - group-id: $request.path.group-id - pages: - operationId: groups.Onenote.ListPages - parameters: - group-id: $request.path.group-id - resources: - operationId: groups.Onenote.ListResources - parameters: - group-id: $request.path.group-id - sectionGroups: - operationId: groups.Onenote.ListSectionGroups - parameters: - group-id: $request.path.group-id - sections: - operationId: groups.Onenote.ListSections - parameters: - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -114,8 +89,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -247,7 +226,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' default: $ref: '#/components/responses/error' @@ -281,7 +260,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -355,25 +334,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.Notebooks.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sections: - operationId: groups.onenote.Notebooks.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - copyNotebook: - operationId: groups.group.onenote.notebooks.notebook.copyNotebook default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -407,8 +373,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -548,7 +518,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -590,7 +560,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -672,37 +642,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.notebooks.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.onenote.notebooks.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.onenote.notebooks.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.notebooks.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -744,8 +689,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -864,25 +813,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.notebooks.sectionGroups.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -959,37 +895,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1103,7 +1014,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -1192,41 +1103,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: groups.onenote.notebooks.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: groups.onenote.notebooks.sectionGroups.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1341,7 +1223,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1391,7 +1273,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1480,38 +1362,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.notebooks.sectionGroups.Sections.ListPages - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sectionGroups.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1561,8 +1417,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1736,7 +1596,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1790,7 +1650,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1887,35 +1747,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.onenote.notebooks.sectionGroups.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1973,8 +1810,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2085,7 +1926,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -2245,29 +2086,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2359,37 +2183,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.notebooks.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2474,27 +2273,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2579,41 +2363,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2720,7 +2475,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2762,7 +2517,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2843,35 +2598,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.notebooks.Sections.ListPages - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.onenote.notebooks.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.notebooks.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2913,8 +2645,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3072,7 +2808,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -3118,7 +2854,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3207,33 +2943,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.onenote.notebooks.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3283,8 +2998,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3379,7 +3098,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -3523,27 +3242,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.notebooks.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.onenote.notebooks.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3627,34 +3331,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.notebooks.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.onenote.notebooks.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3731,25 +3413,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.notebooks.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.notebooks.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3826,37 +3495,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.onenote.notebooks.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.notebooks.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3940,7 +3584,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -3970,7 +3614,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4035,7 +3679,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4074,8 +3718,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4209,7 +3857,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -4239,7 +3887,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4312,29 +3960,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.onenote.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.onenote.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.onenote.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.onenote.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.onenote.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4368,8 +3999,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4432,7 +4067,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4544,23 +4179,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.onenote.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4628,28 +4252,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.onenote.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.onenote.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4721,7 +4329,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -4751,7 +4359,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4812,7 +4420,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4851,8 +4459,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4914,7 +4526,7 @@ paths: type: string x-ms-docs-key-type: onenoteResource responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -5054,7 +4666,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -5084,7 +4696,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5158,33 +4770,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.onenote.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.onenote.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5218,8 +4809,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5322,23 +4917,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.sectionGroups.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5407,33 +4991,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.onenote.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.onenote.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.sectionGroups.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5539,7 +5102,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -5620,37 +5183,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.sectionGroups.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: groups.onenote.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: groups.onenote.sectionGroups.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: groups.onenote.sectionGroups.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5757,7 +5295,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5799,7 +5337,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5880,35 +5418,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.sectionGroups.Sections.ListPages - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.onenote.sectionGroups.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.sectionGroups.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5950,8 +5465,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6109,7 +5628,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -6155,7 +5674,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6244,33 +5763,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.onenote.sectionGroups.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.onenote.sectionGroups.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6320,8 +5818,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6416,7 +5918,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -6560,27 +6062,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.onenote.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6664,34 +6151,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.onenote.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.onenote.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6768,25 +6233,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.sectionGroups.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6863,37 +6315,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.onenote.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6992,7 +6419,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7022,7 +6449,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7095,32 +6522,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.Sections.ListPages - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.onenote.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.onenote.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.onenote.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7154,8 +6561,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7297,7 +6708,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -7335,7 +6746,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7416,31 +6827,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.onenote.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.onenote.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.onenote.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.onenote.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7482,8 +6874,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7562,7 +6958,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -7690,25 +7086,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.onenote.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7784,31 +7167,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.onenote.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.onenote.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7877,23 +7241,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7962,33 +7315,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.onenote.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8044,37 +7376,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' - links: - notebooks: - operationId: sites.Onenote.ListNotebooks - parameters: - site-id: $request.path.site-id - operations: - operationId: sites.Onenote.ListOperations - parameters: - site-id: $request.path.site-id - pages: - operationId: sites.Onenote.ListPages - parameters: - site-id: $request.path.site-id - resources: - operationId: sites.Onenote.ListResources - parameters: - site-id: $request.path.site-id - sectionGroups: - operationId: sites.Onenote.ListSectionGroups - parameters: - site-id: $request.path.site-id - sections: - operationId: sites.Onenote.ListSections - parameters: - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8100,8 +7407,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8233,7 +7544,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' default: $ref: '#/components/responses/error' @@ -8267,7 +7578,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8341,25 +7652,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.Notebooks.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sections: - operationId: sites.onenote.Notebooks.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - copyNotebook: - operationId: sites.site.onenote.notebooks.notebook.copyNotebook default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8393,8 +7691,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8534,7 +7836,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -8576,7 +7878,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8658,37 +7960,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.notebooks.SectionGroups.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: sites.onenote.notebooks.SectionGroups.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: sites.onenote.notebooks.SectionGroups.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.notebooks.SectionGroups.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8730,8 +8007,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8850,25 +8131,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.notebooks.sectionGroups.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8945,37 +8213,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9089,7 +8332,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -9178,41 +8421,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.SectionGroups.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: sites.onenote.notebooks.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.SectionGroups.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: sites.onenote.notebooks.sectionGroups.SectionGroups.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9327,7 +8541,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -9377,7 +8591,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9466,38 +8680,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.notebooks.sectionGroups.Sections.ListPages - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.Sections.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sectionGroups.Sections.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9547,8 +8735,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9722,7 +8914,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -9776,7 +8968,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9873,35 +9065,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.sections.Pages.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: sites.onenote.notebooks.sectionGroups.sections.Pages.GetParentSection - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9959,8 +9128,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10071,7 +9244,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -10231,29 +9404,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10345,37 +9501,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10460,27 +9591,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10565,41 +9681,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10706,7 +9793,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -10748,7 +9835,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10829,35 +9916,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.notebooks.Sections.ListPages - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: sites.onenote.notebooks.Sections.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.notebooks.Sections.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10899,8 +9963,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11058,7 +10126,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -11104,7 +10172,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11193,33 +10261,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sections.Pages.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: sites.onenote.notebooks.sections.Pages.GetParentSection - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11269,8 +10316,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11365,7 +10416,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -11509,27 +10560,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.notebooks.sections.pages.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: sites.onenote.notebooks.sections.pages.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11613,34 +10649,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.notebooks.sections.pages.ParentSection.ListPages - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: sites.onenote.notebooks.sections.pages.ParentSection.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sections.pages.ParentSection.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11717,25 +10731,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.notebooks.sections.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.notebooks.sections.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11812,37 +10813,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sections.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: sites.onenote.notebooks.sections.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.notebooks.sections.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11926,7 +10902,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -11956,7 +10932,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12021,7 +10997,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12060,8 +11036,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12195,7 +11175,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -12225,7 +11205,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12298,29 +11278,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: sites.onenote.Pages.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: sites.onenote.Pages.GetParentSection - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: sites.site.onenote.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: sites.site.onenote.pages.onenotePage.onenotePatchContent - preview: - operationId: sites.site.onenote.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12354,8 +11317,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12418,7 +11385,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -12530,23 +11497,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.pages.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: sites.onenote.pages.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12614,28 +11570,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.pages.ParentSection.ListPages - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: sites.onenote.pages.ParentSection.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: sites.onenote.pages.ParentSection.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12707,7 +11647,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -12737,7 +11677,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12798,7 +11738,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12837,8 +11777,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12900,7 +11844,7 @@ paths: type: string x-ms-docs-key-type: onenoteResource responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -13040,7 +11984,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -13070,7 +12014,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13144,33 +12088,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.SectionGroups.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: sites.onenote.SectionGroups.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: sites.onenote.SectionGroups.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.SectionGroups.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13204,8 +12127,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13308,23 +12235,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.sectionGroups.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13393,33 +12309,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: sites.onenote.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: sites.onenote.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.sectionGroups.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13525,7 +12420,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -13606,37 +12501,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.sectionGroups.SectionGroups.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: sites.onenote.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: sites.onenote.sectionGroups.SectionGroups.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: sites.onenote.sectionGroups.SectionGroups.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13743,7 +12613,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -13785,7 +12655,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13866,35 +12736,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.sectionGroups.Sections.ListPages - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: sites.onenote.sectionGroups.Sections.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.sectionGroups.Sections.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13936,8 +12783,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14095,7 +12946,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -14141,7 +12992,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14230,33 +13081,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: sites.onenote.sectionGroups.sections.Pages.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: sites.onenote.sectionGroups.sections.Pages.GetParentSection - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14306,8 +13136,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14402,7 +13236,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -14546,27 +13380,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: sites.onenote.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14650,34 +13469,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: sites.onenote.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: sites.onenote.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14754,25 +13551,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.sectionGroups.sections.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14849,37 +13633,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: sites.onenote.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14978,7 +13737,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15008,7 +13767,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15081,32 +13840,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.Sections.ListPages - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: sites.onenote.Sections.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.Sections.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: sites.site.onenote.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: sites.site.onenote.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15140,8 +13879,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15283,7 +14026,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -15321,7 +14064,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15402,31 +14145,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: sites.onenote.sections.Pages.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: sites.onenote.sections.Pages.GetParentSection - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15468,8 +14192,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15548,7 +14276,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -15676,25 +14404,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.sections.pages.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: sites.onenote.sections.pages.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15770,31 +14485,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.sections.pages.ParentSection.ListPages - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: sites.onenote.sections.pages.ParentSection.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: sites.onenote.sections.pages.ParentSection.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15863,23 +14559,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.sections.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.sections.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15948,33 +14633,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.sections.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: sites.onenote.sections.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.sections.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16030,37 +14694,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' - links: - notebooks: - operationId: users.Onenote.ListNotebooks - parameters: - user-id: $request.path.user-id - operations: - operationId: users.Onenote.ListOperations - parameters: - user-id: $request.path.user-id - pages: - operationId: users.Onenote.ListPages - parameters: - user-id: $request.path.user-id - resources: - operationId: users.Onenote.ListResources - parameters: - user-id: $request.path.user-id - sectionGroups: - operationId: users.Onenote.ListSectionGroups - parameters: - user-id: $request.path.user-id - sections: - operationId: users.Onenote.ListSections - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16086,8 +14725,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16219,7 +14862,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' default: $ref: '#/components/responses/error' @@ -16253,7 +14896,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16327,25 +14970,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.Notebooks.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sections: - operationId: users.onenote.Notebooks.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - copyNotebook: - operationId: users.user.onenote.notebooks.notebook.copyNotebook default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16379,8 +15009,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16520,7 +15154,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -16562,7 +15196,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16644,37 +15278,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.notebooks.SectionGroups.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: users.onenote.notebooks.SectionGroups.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: users.onenote.notebooks.SectionGroups.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.notebooks.SectionGroups.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16716,8 +15325,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16836,25 +15449,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.notebooks.sectionGroups.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16931,37 +15531,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: users.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17075,7 +15650,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -17164,41 +15739,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.SectionGroups.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: users.onenote.notebooks.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.SectionGroups.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: users.onenote.notebooks.sectionGroups.SectionGroups.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17313,7 +15859,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -17363,7 +15909,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17452,38 +15998,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.notebooks.sectionGroups.Sections.ListPages - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.Sections.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.notebooks.sectionGroups.Sections.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17533,8 +16053,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17708,7 +16232,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -17762,7 +16286,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17859,35 +16383,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.sections.Pages.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: users.onenote.notebooks.sectionGroups.sections.Pages.GetParentSection - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17945,8 +16446,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18057,7 +16562,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -18217,29 +16722,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: users.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18331,37 +16819,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.notebooks.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: users.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18446,27 +16909,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18551,41 +16999,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18692,7 +17111,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -18734,7 +17153,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18815,35 +17234,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.notebooks.Sections.ListPages - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: users.onenote.notebooks.Sections.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.notebooks.Sections.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18885,8 +17281,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19044,7 +17444,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -19090,7 +17490,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19179,33 +17579,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: users.onenote.notebooks.sections.Pages.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: users.onenote.notebooks.sections.Pages.GetParentSection - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19255,8 +17634,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19351,7 +17734,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -19495,27 +17878,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.notebooks.sections.pages.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: users.onenote.notebooks.sections.pages.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19599,34 +17967,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.notebooks.sections.pages.ParentSection.ListPages - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: users.onenote.notebooks.sections.pages.ParentSection.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: users.onenote.notebooks.sections.pages.ParentSection.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19703,25 +18049,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.notebooks.sections.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.notebooks.sections.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19798,37 +18131,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.notebooks.sections.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.notebooks.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: users.onenote.notebooks.sections.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.notebooks.sections.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19912,7 +18220,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -19942,7 +18250,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20007,7 +18315,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20046,8 +18354,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20181,7 +18493,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -20211,7 +18523,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20284,29 +18596,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: users.onenote.Pages.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: users.onenote.Pages.GetParentSection - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: users.user.onenote.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: users.user.onenote.pages.onenotePage.onenotePatchContent - preview: - operationId: users.user.onenote.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20340,8 +18635,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20404,7 +18703,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -20516,23 +18815,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.pages.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: users.onenote.pages.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20600,28 +18888,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.pages.ParentSection.ListPages - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: users.onenote.pages.ParentSection.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: users.onenote.pages.ParentSection.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20693,7 +18965,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -20723,7 +18995,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20784,7 +19056,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20823,8 +19095,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20886,7 +19162,7 @@ paths: type: string x-ms-docs-key-type: onenoteResource responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -21026,7 +19302,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -21056,7 +19332,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21130,33 +19406,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.SectionGroups.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: users.onenote.SectionGroups.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: users.onenote.SectionGroups.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.SectionGroups.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21190,8 +19445,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21294,23 +19553,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.sectionGroups.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21379,33 +19627,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: users.onenote.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: users.onenote.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.sectionGroups.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21511,7 +19738,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -21592,37 +19819,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.sectionGroups.SectionGroups.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: users.onenote.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: users.onenote.sectionGroups.SectionGroups.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: users.onenote.sectionGroups.SectionGroups.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21729,7 +19931,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -21771,7 +19973,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21852,35 +20054,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.sectionGroups.Sections.ListPages - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: users.onenote.sectionGroups.Sections.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.sectionGroups.Sections.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21922,8 +20101,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22081,7 +20264,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -22127,7 +20310,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22216,33 +20399,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: users.onenote.sectionGroups.sections.Pages.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: users.onenote.sectionGroups.sections.Pages.GetParentSection - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22292,8 +20454,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22388,7 +20554,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -22532,27 +20698,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: users.onenote.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22636,34 +20787,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: users.onenote.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: users.onenote.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22740,25 +20869,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.sectionGroups.sections.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22835,37 +20951,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: users.onenote.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22964,7 +21055,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -22994,7 +21085,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23067,32 +21158,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.Sections.ListPages - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: users.onenote.Sections.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.Sections.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: users.user.onenote.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: users.user.onenote.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23126,8 +21197,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23269,7 +21344,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -23307,7 +21382,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23388,31 +21463,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: users.onenote.sections.Pages.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: users.onenote.sections.Pages.GetParentSection - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: users.user.onenote.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: users.user.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: users.user.onenote.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23454,8 +21510,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23534,7 +21594,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -23662,25 +21722,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.sections.pages.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: users.onenote.sections.pages.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23756,31 +21803,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.sections.pages.ParentSection.ListPages - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: users.onenote.sections.pages.ParentSection.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: users.onenote.sections.pages.ParentSection.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23849,23 +21877,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.sections.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.sections.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23934,33 +21951,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.sections.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: users.onenote.sections.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.sections.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index 51ce4f53b20..64a76cc25b9 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -49,17 +49,12 @@ paths: - activityStatistics type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userAnalytics' - links: - activityStatistics: - operationId: users.Analytics.ListActivityStatistics - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85,8 +80,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userAnalytics' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userAnalytics' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -190,7 +189,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.activityStatisticsCollectionResponse' default: $ref: '#/components/responses/error' @@ -220,7 +219,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityStatistics' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -283,7 +282,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -322,8 +321,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityStatistics' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.activityStatistics' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -471,7 +474,7 @@ paths: - yomiCompany type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.personCollectionResponse' default: $ref: '#/components/responses/error' @@ -536,7 +539,7 @@ paths: - yomiCompany type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -627,89 +630,12 @@ paths: - websites type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.profile' - links: - account: - operationId: users.Profile.ListAccount - parameters: - user-id: $request.path.user-id - addresses: - operationId: users.Profile.ListAddresses - parameters: - user-id: $request.path.user-id - anniversaries: - operationId: users.Profile.ListAnniversaries - parameters: - user-id: $request.path.user-id - awards: - operationId: users.Profile.ListAwards - parameters: - user-id: $request.path.user-id - certifications: - operationId: users.Profile.ListCertifications - parameters: - user-id: $request.path.user-id - educationalActivities: - operationId: users.Profile.ListEducationalActivities - parameters: - user-id: $request.path.user-id - emails: - operationId: users.Profile.ListEmails - parameters: - user-id: $request.path.user-id - interests: - operationId: users.Profile.ListInterests - parameters: - user-id: $request.path.user-id - languages: - operationId: users.Profile.ListLanguages - parameters: - user-id: $request.path.user-id - names: - operationId: users.Profile.ListNames - parameters: - user-id: $request.path.user-id - notes: - operationId: users.Profile.ListNotes - parameters: - user-id: $request.path.user-id - patents: - operationId: users.Profile.ListPatents - parameters: - user-id: $request.path.user-id - phones: - operationId: users.Profile.ListPhones - parameters: - user-id: $request.path.user-id - positions: - operationId: users.Profile.ListPositions - parameters: - user-id: $request.path.user-id - projects: - operationId: users.Profile.ListProjects - parameters: - user-id: $request.path.user-id - publications: - operationId: users.Profile.ListPublications - parameters: - user-id: $request.path.user-id - skills: - operationId: users.Profile.ListSkills - parameters: - user-id: $request.path.user-id - webAccounts: - operationId: users.Profile.ListWebAccounts - parameters: - user-id: $request.path.user-id - websites: - operationId: users.Profile.ListWebsites - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -735,8 +661,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -868,7 +798,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userAccountInformationCollectionResponse' default: $ref: '#/components/responses/error' @@ -902,7 +832,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -971,7 +901,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1010,8 +940,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userAccountInformation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userAccountInformation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1144,7 +1078,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemAddressCollectionResponse' default: $ref: '#/components/responses/error' @@ -1178,7 +1112,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAddress' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1247,7 +1181,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1286,8 +1220,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemAddress' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemAddress' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1420,7 +1358,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.personAnnualEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -1454,7 +1392,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAnnualEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1523,7 +1461,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1562,8 +1500,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAnnualEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.personAnnualEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1705,7 +1647,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.personAwardCollectionResponse' default: $ref: '#/components/responses/error' @@ -1739,7 +1681,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAward' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1811,7 +1753,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1850,8 +1792,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAward' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.personAward' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2005,7 +1951,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.personCertificationCollectionResponse' default: $ref: '#/components/responses/error' @@ -2039,7 +1985,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.personCertification' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2115,7 +2061,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2154,8 +2100,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.personCertification' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.personCertification' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2294,7 +2244,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationalActivityCollectionResponse' default: $ref: '#/components/responses/error' @@ -2328,7 +2278,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationalActivity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2399,7 +2349,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2438,8 +2388,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationalActivity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationalActivity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2572,7 +2526,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemEmailCollectionResponse' default: $ref: '#/components/responses/error' @@ -2606,7 +2560,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemEmail' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2675,7 +2629,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2714,8 +2668,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemEmail' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemEmail' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2857,7 +2815,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.personInterestCollectionResponse' default: $ref: '#/components/responses/error' @@ -2891,7 +2849,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.personInterest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2963,7 +2921,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3002,8 +2960,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.personInterest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.personInterest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3148,7 +3110,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.languageProficiencyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3182,7 +3144,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.languageProficiency' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3255,7 +3217,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3294,8 +3256,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.languageProficiency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.languageProficiency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3452,7 +3418,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.personNameCollectionResponse' default: $ref: '#/components/responses/error' @@ -3486,7 +3452,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.personName' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3563,7 +3529,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3602,8 +3568,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.personName' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.personName' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3736,7 +3706,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.personAnnotationCollectionResponse' default: $ref: '#/components/responses/error' @@ -3770,7 +3740,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAnnotation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3839,7 +3809,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3878,8 +3848,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.personAnnotation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.personAnnotation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4024,7 +3998,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemPatentCollectionResponse' default: $ref: '#/components/responses/error' @@ -4058,7 +4032,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPatent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4131,7 +4105,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4170,8 +4144,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPatent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemPatent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4304,7 +4282,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemPhoneCollectionResponse' default: $ref: '#/components/responses/error' @@ -4338,7 +4316,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPhone' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4407,7 +4385,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4446,8 +4424,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPhone' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemPhone' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4586,7 +4568,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.workPositionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4620,7 +4602,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.workPosition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4691,7 +4673,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4730,8 +4712,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.workPosition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workPosition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4879,7 +4865,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.projectParticipationCollectionResponse' default: $ref: '#/components/responses/error' @@ -4913,7 +4899,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.projectParticipation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4987,7 +4973,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5026,8 +5012,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.projectParticipation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.projectParticipation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5169,7 +5159,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemPublicationCollectionResponse' default: $ref: '#/components/responses/error' @@ -5203,7 +5193,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPublication' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5275,7 +5265,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5314,8 +5304,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemPublication' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemPublication' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5457,7 +5451,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.skillProficiencyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5491,7 +5485,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.skillProficiency' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5563,7 +5557,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5602,8 +5596,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.skillProficiency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.skillProficiency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5745,7 +5743,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.webAccountCollectionResponse' default: $ref: '#/components/responses/error' @@ -5779,7 +5777,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.webAccount' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5851,7 +5849,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5890,8 +5888,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.webAccount' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.webAccount' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6030,7 +6032,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.personWebsiteCollectionResponse' default: $ref: '#/components/responses/error' @@ -6064,7 +6066,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.personWebsite' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6135,7 +6137,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6174,8 +6176,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.personWebsite' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.personWebsite' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/PersonalContacts.yml b/openApiDocs/beta/PersonalContacts.yml index 818a6eeea55..364a1666d2a 100644 --- a/openApiDocs/beta/PersonalContacts.yml +++ b/openApiDocs/beta/PersonalContacts.yml @@ -68,7 +68,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contactFolderCollectionResponse' default: $ref: '#/components/responses/error' @@ -102,7 +102,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -155,33 +155,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' - links: - childFolders: - operationId: users.ContactFolders.ListChildFolders - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contacts: - operationId: users.ContactFolders.ListContacts - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - multiValueExtendedProperties: - operationId: users.ContactFolders.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - singleValueExtendedProperties: - operationId: users.ContactFolders.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -215,8 +194,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactFolder' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -340,7 +323,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contactFolderCollectionResponse' default: $ref: '#/components/responses/error' @@ -382,7 +365,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -459,37 +442,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' - links: - childFolders: - operationId: users.contactFolders.ChildFolders.ListChildFolders - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - contacts: - operationId: users.contactFolders.ChildFolders.ListContacts - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - multiValueExtendedProperties: - operationId: users.contactFolders.ChildFolders.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - singleValueExtendedProperties: - operationId: users.contactFolders.ChildFolders.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -531,8 +489,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactFolder' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -774,7 +736,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' default: $ref: '#/components/responses/error' @@ -824,7 +786,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -943,41 +905,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' - links: - extensions: - operationId: users.contactFolders.childFolders.Contacts.ListExtensions - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - contact-id: $request.path.contact-id - multiValueExtendedProperties: - operationId: users.contactFolders.childFolders.Contacts.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - contact-id: $request.path.contact-id - photo: - operationId: users.contactFolders.childFolders.Contacts.GetPhoto - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - contact-id: $request.path.contact-id - singleValueExtendedProperties: - operationId: users.contactFolders.childFolders.Contacts.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - contact-id: $request.path.contact-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1027,8 +960,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1164,7 +1101,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1218,7 +1155,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1300,7 +1237,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1363,8 +1300,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1512,7 +1453,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -1566,7 +1507,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1649,7 +1590,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1712,8 +1653,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1830,7 +1775,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1885,8 +1830,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1930,7 +1879,7 @@ paths: type: string x-ms-docs-key-type: contact responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -2078,7 +2027,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2132,7 +2081,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2215,7 +2164,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2278,8 +2227,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2419,7 +2372,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2465,7 +2418,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2540,7 +2493,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2595,8 +2548,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2728,7 +2685,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2774,7 +2731,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2849,7 +2806,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2904,8 +2861,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3147,7 +3108,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' default: $ref: '#/components/responses/error' @@ -3189,7 +3150,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3300,37 +3261,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' - links: - extensions: - operationId: users.contactFolders.Contacts.ListExtensions - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contact-id: $request.path.contact-id - multiValueExtendedProperties: - operationId: users.contactFolders.Contacts.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contact-id: $request.path.contact-id - photo: - operationId: users.contactFolders.Contacts.GetPhoto - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contact-id: $request.path.contact-id - singleValueExtendedProperties: - operationId: users.contactFolders.Contacts.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contact-id: $request.path.contact-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3372,8 +3308,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3493,7 +3433,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3539,7 +3479,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3613,7 +3553,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3668,8 +3608,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3801,7 +3745,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3847,7 +3791,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3922,7 +3866,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3977,8 +3921,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4079,7 +4027,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4126,8 +4074,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4163,7 +4115,7 @@ paths: type: string x-ms-docs-key-type: contact responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4295,7 +4247,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4341,7 +4293,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4416,7 +4368,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4471,8 +4423,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4596,7 +4552,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4634,7 +4590,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4701,7 +4657,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4748,8 +4704,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4865,7 +4825,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4903,7 +4863,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4970,7 +4930,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5017,8 +4977,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5229,7 +5193,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' default: $ref: '#/components/responses/error' @@ -5263,7 +5227,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5350,33 +5314,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' - links: - extensions: - operationId: users.Contacts.ListExtensions - parameters: - user-id: $request.path.user-id - contact-id: $request.path.contact-id - multiValueExtendedProperties: - operationId: users.Contacts.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - contact-id: $request.path.contact-id - photo: - operationId: users.Contacts.GetPhoto - parameters: - user-id: $request.path.user-id - contact-id: $request.path.contact-id - singleValueExtendedProperties: - operationId: users.Contacts.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - contact-id: $request.path.contact-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5410,8 +5353,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5515,7 +5462,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5553,7 +5500,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5619,7 +5566,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5666,8 +5613,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5783,7 +5734,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5821,7 +5772,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5888,7 +5839,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5935,8 +5886,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6021,7 +5976,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6060,8 +6015,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6089,7 +6048,7 @@ paths: type: string x-ms-docs-key-type: contact responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -6205,7 +6164,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6243,7 +6202,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6310,7 +6269,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6357,8 +6316,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index a8c5e93ceea..1bb7770911b 100644 --- a/openApiDocs/beta/Planner.yml +++ b/openApiDocs/beta/Planner.yml @@ -49,17 +49,12 @@ paths: - plans type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerGroup' - links: - plans: - operationId: groups.Planner.ListPlans - parameters: - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85,8 +80,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -205,7 +204,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -235,7 +234,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -306,28 +305,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - links: - buckets: - operationId: groups.planner.Plans.ListBuckets - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - details: - operationId: groups.planner.Plans.GetDetails - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - tasks: - operationId: groups.planner.Plans.ListTasks - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -361,8 +344,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlan' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -484,7 +471,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' default: $ref: '#/components/responses/error' @@ -522,7 +509,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -594,19 +581,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - links: - tasks: - operationId: groups.planner.plans.Buckets.ListTasks - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -648,8 +628,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucket' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -847,7 +831,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -893,7 +877,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -997,41 +981,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: groups.planner.plans.buckets.Tasks.GetAssignedToTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: groups.planner.plans.buckets.Tasks.GetBucketTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: groups.planner.plans.buckets.Tasks.GetDetails - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: groups.planner.plans.buckets.Tasks.GetProgressTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1081,8 +1036,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1206,7 +1165,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1265,8 +1224,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1389,7 +1352,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1448,8 +1411,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1576,7 +1543,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1635,8 +1602,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1759,7 +1730,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1818,8 +1789,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1928,7 +1903,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1971,8 +1946,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2154,7 +2133,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -2192,7 +2171,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2288,37 +2267,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: groups.planner.plans.Tasks.GetAssignedToTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: groups.planner.plans.Tasks.GetBucketTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: groups.planner.plans.Tasks.GetDetails - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: groups.planner.plans.Tasks.GetProgressTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2360,8 +2314,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2469,7 +2427,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2520,8 +2478,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2628,7 +2590,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2679,8 +2641,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2791,7 +2757,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2842,8 +2808,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2950,7 +2920,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3001,8 +2971,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3088,21 +3062,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.planner' - links: - buckets: - operationId: planner.ListBuckets - plans: - operationId: planner.ListPlans - rosters: - operationId: planner.ListRosters - tasks: - operationId: planner.ListTasks default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3119,8 +3084,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.planner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.planner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3192,7 +3161,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' default: $ref: '#/components/responses/error' @@ -3217,7 +3186,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3273,17 +3242,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - links: - tasks: - operationId: planner.Buckets.ListTasks - parameters: - plannerBucket-id: $request.path.plannerBucket-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3309,8 +3273,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucket' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3476,7 +3444,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -3506,7 +3474,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3594,33 +3562,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: planner.buckets.Tasks.GetAssignedToTaskBoardFormat - parameters: - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: planner.buckets.Tasks.GetBucketTaskBoardFormat - parameters: - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: planner.buckets.Tasks.GetDetails - parameters: - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: planner.buckets.Tasks.GetProgressTaskBoardFormat - parameters: - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3654,8 +3601,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3747,7 +3698,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3790,8 +3741,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3882,7 +3837,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3925,8 +3880,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4021,7 +3980,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4064,8 +4023,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4156,7 +4119,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4199,8 +4162,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4319,7 +4286,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -4344,7 +4311,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4407,25 +4374,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - links: - buckets: - operationId: planner.Plans.ListBuckets - parameters: - plannerPlan-id: $request.path.plannerPlan-id - details: - operationId: planner.Plans.GetDetails - parameters: - plannerPlan-id: $request.path.plannerPlan-id - tasks: - operationId: planner.Plans.ListTasks - parameters: - plannerPlan-id: $request.path.plannerPlan-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4451,8 +4405,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlan' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4558,7 +4516,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' default: $ref: '#/components/responses/error' @@ -4588,7 +4546,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4652,18 +4610,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - links: - tasks: - operationId: planner.plans.Buckets.ListTasks - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4697,8 +4649,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucket' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4880,7 +4836,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -4918,7 +4874,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5014,37 +4970,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: planner.plans.buckets.Tasks.GetAssignedToTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: planner.plans.buckets.Tasks.GetBucketTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: planner.plans.buckets.Tasks.GetDetails - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: planner.plans.buckets.Tasks.GetProgressTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5086,8 +5017,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5195,7 +5130,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5246,8 +5181,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5354,7 +5293,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5405,8 +5344,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5517,7 +5460,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5568,8 +5511,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5676,7 +5623,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5727,8 +5674,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5821,7 +5772,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5856,8 +5807,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6023,7 +5978,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -6053,7 +6008,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6141,33 +6096,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: planner.plans.Tasks.GetAssignedToTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: planner.plans.Tasks.GetBucketTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: planner.plans.Tasks.GetDetails - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: planner.plans.Tasks.GetProgressTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6201,8 +6135,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6294,7 +6232,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6337,8 +6275,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6429,7 +6371,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6472,8 +6414,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6568,7 +6514,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6611,8 +6557,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6703,7 +6653,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6746,8 +6696,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6840,7 +6794,7 @@ paths: - plans type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerRosterCollectionResponse' default: $ref: '#/components/responses/error' @@ -6865,7 +6819,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerRoster' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6919,21 +6873,12 @@ paths: - plans type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerRoster' - links: - members: - operationId: planner.Rosters.ListMembers - parameters: - plannerRoster-id: $request.path.plannerRoster-id - plans: - operationId: planner.Rosters.ListPlans - parameters: - plannerRoster-id: $request.path.plannerRoster-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6959,8 +6904,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerRoster' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerRoster' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7061,7 +7010,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerRosterMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -7095,7 +7044,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerRosterMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7156,7 +7105,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7195,8 +7144,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerRosterMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerRosterMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7323,7 +7276,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -7393,28 +7346,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - links: - buckets: - operationId: planner.rosters.Plans.ListBuckets - parameters: - plannerRoster-id: $request.path.plannerRoster-id - plannerPlan-id: $request.path.plannerPlan-id - details: - operationId: planner.rosters.Plans.GetDetails - parameters: - plannerRoster-id: $request.path.plannerRoster-id - plannerPlan-id: $request.path.plannerPlan-id - tasks: - operationId: planner.rosters.Plans.ListTasks - parameters: - plannerRoster-id: $request.path.plannerRoster-id - plannerPlan-id: $request.path.plannerPlan-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7546,7 +7483,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -7571,7 +7508,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7651,29 +7588,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: planner.Tasks.GetAssignedToTaskBoardFormat - parameters: - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: planner.Tasks.GetBucketTaskBoardFormat - parameters: - plannerTask-id: $request.path.plannerTask-id - details: - operationId: planner.Tasks.GetDetails - parameters: - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: planner.Tasks.GetProgressTaskBoardFormat - parameters: - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7699,8 +7619,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7776,7 +7700,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7811,8 +7735,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7887,7 +7815,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7922,8 +7850,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8002,7 +7934,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8037,8 +7969,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8113,7 +8049,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8148,8 +8084,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8237,37 +8177,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' - links: - all: - operationId: users.Planner.ListAll - parameters: - user-id: $request.path.user-id - favoritePlans: - operationId: users.Planner.ListFavoritePlans - parameters: - user-id: $request.path.user-id - plans: - operationId: users.Planner.ListPlans - parameters: - user-id: $request.path.user-id - recentPlans: - operationId: users.Planner.ListRecentPlans - parameters: - user-id: $request.path.user-id - rosterPlans: - operationId: users.Planner.ListRosterPlans - parameters: - user-id: $request.path.user-id - tasks: - operationId: users.Planner.ListTasks - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8297,8 +8212,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8386,7 +8305,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerDeltaCollectionResponse' default: $ref: '#/components/responses/error' @@ -8416,7 +8335,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerDelta' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8473,7 +8392,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8512,8 +8431,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerDelta' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerDelta' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8640,7 +8563,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -8710,28 +8633,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - links: - buckets: - operationId: users.planner.FavoritePlans.ListBuckets - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - details: - operationId: users.planner.FavoritePlans.GetDetails - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - tasks: - operationId: users.planner.FavoritePlans.ListTasks - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8824,7 +8731,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -8854,7 +8761,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8924,28 +8831,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - links: - buckets: - operationId: users.planner.Plans.ListBuckets - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - details: - operationId: users.planner.Plans.GetDetails - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - tasks: - operationId: users.planner.Plans.ListTasks - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8979,8 +8870,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlan' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9102,7 +8997,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' default: $ref: '#/components/responses/error' @@ -9140,7 +9035,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9212,19 +9107,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - links: - tasks: - operationId: users.planner.plans.Buckets.ListTasks - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9266,8 +9154,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucket' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9465,7 +9357,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -9511,7 +9403,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9615,41 +9507,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: users.planner.plans.buckets.Tasks.GetAssignedToTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: users.planner.plans.buckets.Tasks.GetBucketTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: users.planner.plans.buckets.Tasks.GetDetails - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: users.planner.plans.buckets.Tasks.GetProgressTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9699,8 +9562,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9824,7 +9691,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9883,8 +9750,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10007,7 +9878,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10066,8 +9937,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10194,7 +10069,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10253,8 +10128,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10377,7 +10256,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10436,8 +10315,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10546,7 +10429,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10589,8 +10472,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10772,7 +10659,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -10810,7 +10697,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10906,37 +10793,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: users.planner.plans.Tasks.GetAssignedToTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: users.planner.plans.Tasks.GetBucketTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: users.planner.plans.Tasks.GetDetails - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: users.planner.plans.Tasks.GetProgressTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10978,8 +10840,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11087,7 +10953,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11138,8 +11004,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11246,7 +11116,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11297,8 +11167,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11409,7 +11283,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11460,8 +11334,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11568,7 +11446,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11619,8 +11497,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11755,7 +11637,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -11825,28 +11707,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - links: - buckets: - operationId: users.planner.RecentPlans.ListBuckets - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - details: - operationId: users.planner.RecentPlans.GetDetails - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - tasks: - operationId: users.planner.RecentPlans.ListTasks - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11939,7 +11805,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -12009,28 +11875,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - links: - buckets: - operationId: users.planner.RosterPlans.ListBuckets - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - details: - operationId: users.planner.RosterPlans.GetDetails - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - tasks: - operationId: users.planner.RosterPlans.ListTasks - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12170,7 +12020,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -12200,7 +12050,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12288,33 +12138,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: users.planner.Tasks.GetAssignedToTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: users.planner.Tasks.GetBucketTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: users.planner.Tasks.GetDetails - parameters: - user-id: $request.path.user-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: users.planner.Tasks.GetProgressTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12348,8 +12177,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12441,7 +12274,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12484,8 +12317,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12576,7 +12413,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12619,8 +12456,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12715,7 +12556,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12758,8 +12599,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12850,7 +12695,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12893,8 +12738,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index e514cd95423..cc10bac6c35 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -45,21 +45,12 @@ paths: - signIns type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.auditLogRoot' - links: - directoryAudits: - operationId: auditLogs.ListDirectoryAudits - directoryProvisioning: - operationId: auditLogs.ListDirectoryProvisioning - provisioning: - operationId: auditLogs.ListProvisioning - signIns: - operationId: auditLogs.ListSignIns default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76,8 +67,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.auditLogRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.auditLogRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -171,7 +166,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryAuditCollectionResponse' default: $ref: '#/components/responses/error' @@ -192,7 +187,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryAudit' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -253,7 +248,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -284,8 +279,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryAudit' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryAudit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -419,7 +418,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.provisioningObjectSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -440,7 +439,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -507,7 +506,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -538,8 +537,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -677,7 +680,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.provisioningObjectSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -698,7 +701,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -765,7 +768,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -796,8 +799,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1070,7 +1077,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.signInCollectionResponse' default: $ref: '#/components/responses/error' @@ -1091,7 +1098,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.signIn' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1203,7 +1210,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1234,8 +1241,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.signIn' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.signIn' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1364,135 +1375,12 @@ paths: - exportJobs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementReports' - links: - cachedReportConfigurations: - operationId: deviceManagement.Reports.ListCachedReportConfigurations - exportJobs: - operationId: deviceManagement.Reports.ListExportJobs - getActiveMalwareReport: - operationId: deviceManagement.reports.getActiveMalwareReport - getActiveMalwareSummaryReport: - operationId: deviceManagement.reports.getActiveMalwareSummaryReport - getAllCertificatesReport: - operationId: deviceManagement.reports.getAllCertificatesReport - getAppsInstallSummaryReport: - operationId: deviceManagement.reports.getAppsInstallSummaryReport - getAppStatusOverviewReport: - operationId: deviceManagement.reports.getAppStatusOverviewReport - getCachedReport: - operationId: deviceManagement.reports.getCachedReport - getCertificatesReport: - operationId: deviceManagement.reports.getCertificatesReport - getCompliancePoliciesReportForDevice: - operationId: deviceManagement.reports.getCompliancePoliciesReportGraphFPreDevice - getCompliancePolicyDevicesReport: - operationId: deviceManagement.reports.getCompliancePolicyDevicesReport - getCompliancePolicyDeviceSummaryReport: - operationId: deviceManagement.reports.getCompliancePolicyDeviceSummaryReport - getCompliancePolicyNonComplianceReport: - operationId: deviceManagement.reports.getCompliancePolicyNonComplianceReport - getCompliancePolicyNonComplianceSummaryReport: - operationId: deviceManagement.reports.getCompliancePolicyNonComplianceSummaryReport - getComplianceSettingDetailsReport: - operationId: deviceManagement.reports.getComplianceSettingDetailsReport - getComplianceSettingNonComplianceReport: - operationId: deviceManagement.reports.getComplianceSettingNonComplianceReport - getComplianceSettingsReport: - operationId: deviceManagement.reports.getComplianceSettingsReport - getConfigManagerDevicePolicyStatusReport: - operationId: deviceManagement.reports.getConfigManagerDevicePolicyStatusReport - getConfigurationPoliciesReportForDevice: - operationId: deviceManagement.reports.getConfigurationPoliciesReportGraphFPreDevice - getConfigurationPolicyDevicesReport: - operationId: deviceManagement.reports.getConfigurationPolicyDevicesReport - getConfigurationPolicyDeviceSummaryReport: - operationId: deviceManagement.reports.getConfigurationPolicyDeviceSummaryReport - getConfigurationPolicyNonComplianceReport: - operationId: deviceManagement.reports.getConfigurationPolicyNonComplianceReport - getConfigurationPolicyNonComplianceSummaryReport: - operationId: deviceManagement.reports.getConfigurationPolicyNonComplianceSummaryReport - getConfigurationPolicySettingsDeviceSummaryReport: - operationId: deviceManagement.reports.getConfigurationPolicySettingsDeviceSummaryReport - getConfigurationSettingDetailsReport: - operationId: deviceManagement.reports.getConfigurationSettingDetailsReport - getConfigurationSettingNonComplianceReport: - operationId: deviceManagement.reports.getConfigurationSettingNonComplianceReport - getConfigurationSettingsReport: - operationId: deviceManagement.reports.getConfigurationSettingsReport - getDeviceConfigurationPolicySettingsSummaryReport: - operationId: deviceManagement.reports.getDeviceConfigurationPolicySettingsSummaryReport - getDeviceConfigurationPolicyStatusSummary: - operationId: deviceManagement.reports.getDeviceConfigurationPolicyStatusSummary - getDeviceInstallStatusReport: - operationId: deviceManagement.reports.getDeviceInstallStatusReport - getDeviceManagementIntentPerSettingContributingProfiles: - operationId: deviceManagement.reports.getDeviceManagementIntentPerSettingContributingProfiles - getDeviceManagementIntentSettingsReport: - operationId: deviceManagement.reports.getDeviceManagementIntentSettingsReport - getDeviceNonComplianceReport: - operationId: deviceManagement.reports.getDeviceNonComplianceReport - getEncryptionReportForDevices: - operationId: deviceManagement.reports.getEncryptionReportGraphFPreDevices - getEnrollmentConfigurationPoliciesByDevice: - operationId: deviceManagement.reports.getEnrollmentConfigurationPoliciesGraphBPreDevice - getFailedMobileAppsReport: - operationId: deviceManagement.reports.getFailedMobileAppsReport - getFailedMobileAppsSummaryReport: - operationId: deviceManagement.reports.getFailedMobileAppsSummaryReport - getGroupPolicySettingsDeviceSettingsReport: - operationId: deviceManagement.reports.getGroupPolicySettingsDeviceSettingsReport - getHistoricalReport: - operationId: deviceManagement.reports.getHistoricalReport - getMalwareSummaryReport: - operationId: deviceManagement.reports.getMalwareSummaryReport - getMobileApplicationManagementAppConfigurationReport: - operationId: deviceManagement.reports.getMobileApplicationManagementAppConfigurationReport - getMobileApplicationManagementAppRegistrationSummaryReport: - operationId: deviceManagement.reports.getMobileApplicationManagementAppRegistrationSummaryReport - getNoncompliantDevicesAndSettingsReport: - operationId: deviceManagement.reports.getNoncompliantDevicesAndSettingsReport - getPolicyNonComplianceMetadata: - operationId: deviceManagement.reports.getPolicyNonComplianceMetadata - getPolicyNonComplianceReport: - operationId: deviceManagement.reports.getPolicyNonComplianceReport - getPolicyNonComplianceSummaryReport: - operationId: deviceManagement.reports.getPolicyNonComplianceSummaryReport - getQuietTimePolicyUsersReport: - operationId: deviceManagement.reports.getQuietTimePolicyUsersReport - getQuietTimePolicyUserSummaryReport: - operationId: deviceManagement.reports.getQuietTimePolicyUserSummaryReport - getRelatedAppsStatusReport: - operationId: deviceManagement.reports.getRelatedAppsStatusReport - getRemoteAssistanceSessionsReport: - operationId: deviceManagement.reports.getRemoteAssistanceSessionsReport - getReportFilters: - operationId: deviceManagement.reports.getReportFilters - getSettingNonComplianceReport: - operationId: deviceManagement.reports.getSettingNonComplianceReport - getUnhealthyDefenderAgentsReport: - operationId: deviceManagement.reports.getUnhealthyDefenderAgentsReport - getUnhealthyFirewallReport: - operationId: deviceManagement.reports.getUnhealthyFirewallReport - getUnhealthyFirewallSummaryReport: - operationId: deviceManagement.reports.getUnhealthyFirewallSummaryReport - getUserInstallStatusReport: - operationId: deviceManagement.reports.getUserInstallStatusReport - getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport: - operationId: deviceManagement.reports.getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport - getWindowsQualityUpdateAlertSummaryReport: - operationId: deviceManagement.reports.getWindowsQualityUpdateAlertSummaryReport - getWindowsUpdateAlertsPerPolicyPerDeviceReport: - operationId: deviceManagement.reports.getWindowsUpdateAlertsPerPolicyPerDeviceReport - getWindowsUpdateAlertSummaryReport: - operationId: deviceManagement.reports.getWindowsUpdateAlertSummaryReport - getZebraFotaDeploymentReport: - operationId: deviceManagement.reports.getZebraFotaDeploymentReport default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1509,8 +1397,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementReports' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementReports' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1607,7 +1499,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementCachedReportConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1628,7 +1520,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementCachedReportConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1686,7 +1578,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1717,8 +1609,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementCachedReportConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementCachedReportConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1829,7 +1725,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementExportJobCollectionResponse' default: $ref: '#/components/responses/error' @@ -1850,7 +1746,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1910,7 +1806,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1941,8 +1837,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2032,243 +1932,12 @@ paths: - security type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.reportRoot' - links: - applicationSignInDetailedSummary: - operationId: reports.ListApplicationSignInDetailedSummary - authenticationMethods: - operationId: reports.GetAuthenticationMethods - credentialUserRegistrationDetails: - operationId: reports.ListCredentialUserRegistrationDetails - userCredentialUsageDetails: - operationId: reports.ListUserCredentialUsageDetails - dailyPrintUsage: - operationId: reports.ListDailyPrintUsage - dailyPrintUsageByPrinter: - operationId: reports.ListDailyPrintUsageGraphBPrePrinter - dailyPrintUsageByUser: - operationId: reports.ListDailyPrintUsageGraphBPreUser - dailyPrintUsageSummariesByPrinter: - operationId: reports.ListDailyPrintUsageSummariesGraphBPrePrinter - dailyPrintUsageSummariesByUser: - operationId: reports.ListDailyPrintUsageSummariesGraphBPreUser - monthlyPrintUsageByPrinter: - operationId: reports.ListMonthlyPrintUsageGraphBPrePrinter - monthlyPrintUsageByUser: - operationId: reports.ListMonthlyPrintUsageGraphBPreUser - monthlyPrintUsageSummariesByPrinter: - operationId: reports.ListMonthlyPrintUsageSummariesGraphBPrePrinter - monthlyPrintUsageSummariesByUser: - operationId: reports.ListMonthlyPrintUsageSummariesGraphBPreUser - security: - operationId: reports.GetSecurity - deviceConfigurationDeviceActivity: - operationId: reports.deviceConfigurationDeviceActivity - deviceConfigurationUserActivity: - operationId: reports.deviceConfigurationUserActivity - getAttackSimulationRepeatOffenders: - operationId: reports.getAttackSimulationRepeatOffenders - getAttackSimulationSimulationUserCoverage: - operationId: reports.getAttackSimulationSimulationUserCoverage - getAttackSimulationTrainingUserCoverage: - operationId: reports.getAttackSimulationTrainingUserCoverage - getAzureADApplicationSignInSummary: - operationId: reports.getAzureADApplicationSignInSummary - getBrowserDistributionUserCounts: - operationId: reports.getBrowserDistributionUserCounts - getBrowserUserCounts: - operationId: reports.getBrowserUserCounts - getBrowserUserDetail: - operationId: reports.getBrowserUserDetail - getCredentialUsageSummary: - operationId: reports.getCredentialUsageSummary - getCredentialUserRegistrationCount: - operationId: reports.getCredentialUserRegistrationCount - getEmailActivityCounts: - operationId: reports.getEmailActivityCounts - getEmailActivityUserCounts: - operationId: reports.getEmailActivityUserCounts - getEmailActivityUserDetail: - operationId: reports.getEmailActivityUserDetail - getEmailAppUsageAppsUserCounts: - operationId: reports.getEmailAppUsageAppsUserCounts - getEmailAppUsageUserCounts: - operationId: reports.getEmailAppUsageUserCounts - getEmailAppUsageUserDetail: - operationId: reports.getEmailAppUsageUserDetail - getEmailAppUsageVersionsUserCounts: - operationId: reports.getEmailAppUsageVersionsUserCounts - getGroupArchivedPrintJobs: - operationId: reports.getGroupArchivedPrintJobs - getM365AppPlatformUserCounts: - operationId: reports.getM365AppPlatformUserCounts - getM365AppUserCounts: - operationId: reports.getM365AppUserCounts - getM365AppUserDetail: - operationId: reports.getM365AppUserDetail - getMailboxUsageDetail: - operationId: reports.getMailboxUsageDetail - getMailboxUsageMailboxCounts: - operationId: reports.getMailboxUsageMailboxCounts - getMailboxUsageQuotaStatusMailboxCounts: - operationId: reports.getMailboxUsageQuotaStatusMailboxCounts - getMailboxUsageStorage: - operationId: reports.getMailboxUsageStorage - getOffice365ActivationCounts: - operationId: reports.getOffice365ActivationCounts - getOffice365ActivationsUserCounts: - operationId: reports.getOffice365ActivationsUserCounts - getOffice365ActivationsUserDetail: - operationId: reports.getOffice365ActivationsUserDetail - getOffice365ActiveUserCounts: - operationId: reports.getOffice365ActiveUserCounts - getOffice365ActiveUserDetail: - operationId: reports.getOffice365ActiveUserDetail - getOffice365GroupsActivityCounts: - operationId: reports.getOffice365GroupsActivityCounts - getOffice365GroupsActivityDetail: - operationId: reports.getOffice365GroupsActivityDetail - getOffice365GroupsActivityFileCounts: - operationId: reports.getOffice365GroupsActivityFileCounts - getOffice365GroupsActivityGroupCounts: - operationId: reports.getOffice365GroupsActivityGroupCounts - getOffice365GroupsActivityStorage: - operationId: reports.getOffice365GroupsActivityStorage - getOffice365ServicesUserCounts: - operationId: reports.getOffice365ServicesUserCounts - getOneDriveActivityFileCounts: - operationId: reports.getOneDriveActivityFileCounts - getOneDriveActivityUserCounts: - operationId: reports.getOneDriveActivityUserCounts - getOneDriveActivityUserDetail: - operationId: reports.getOneDriveActivityUserDetail - getOneDriveUsageAccountCounts: - operationId: reports.getOneDriveUsageAccountCounts - getOneDriveUsageAccountDetail: - operationId: reports.getOneDriveUsageAccountDetail - getOneDriveUsageFileCounts: - operationId: reports.getOneDriveUsageFileCounts - getOneDriveUsageStorage: - operationId: reports.getOneDriveUsageStorage - getPrinterArchivedPrintJobs: - operationId: reports.getPrinterArchivedPrintJobs - getRelyingPartyDetailedSummary: - operationId: reports.getRelyingPartyDetailedSummary - getSharePointActivityFileCounts: - operationId: reports.getSharePointActivityFileCounts - getSharePointActivityPages: - operationId: reports.getSharePointActivityPages - getSharePointActivityUserCounts: - operationId: reports.getSharePointActivityUserCounts - getSharePointActivityUserDetail: - operationId: reports.getSharePointActivityUserDetail - getSharePointSiteUsageDetail: - operationId: reports.getSharePointSiteUsageDetail - getSharePointSiteUsageFileCounts: - operationId: reports.getSharePointSiteUsageFileCounts - getSharePointSiteUsagePages: - operationId: reports.getSharePointSiteUsagePages - getSharePointSiteUsageSiteCounts: - operationId: reports.getSharePointSiteUsageSiteCounts - getSharePointSiteUsageStorage: - operationId: reports.getSharePointSiteUsageStorage - getSkypeForBusinessActivityCounts: - operationId: reports.getSkypeGraphFPreBusinessActivityCounts - getSkypeForBusinessActivityUserCounts: - operationId: reports.getSkypeGraphFPreBusinessActivityUserCounts - getSkypeForBusinessActivityUserDetail: - operationId: reports.getSkypeGraphFPreBusinessActivityUserDetail - getSkypeForBusinessDeviceUsageDistributionUserCounts: - operationId: reports.getSkypeGraphFPreBusinessDeviceUsageDistributionUserCounts - getSkypeForBusinessDeviceUsageUserCounts: - operationId: reports.getSkypeGraphFPreBusinessDeviceUsageUserCounts - getSkypeForBusinessDeviceUsageUserDetail: - operationId: reports.getSkypeGraphFPreBusinessDeviceUsageUserDetail - getSkypeForBusinessOrganizerActivityCounts: - operationId: reports.getSkypeGraphFPreBusinessOrganizerActivityCounts - getSkypeForBusinessOrganizerActivityMinuteCounts: - operationId: reports.getSkypeGraphFPreBusinessOrganizerActivityMinuteCounts - getSkypeForBusinessOrganizerActivityUserCounts: - operationId: reports.getSkypeGraphFPreBusinessOrganizerActivityUserCounts - getSkypeForBusinessParticipantActivityCounts: - operationId: reports.getSkypeGraphFPreBusinessParticipantActivityCounts - getSkypeForBusinessParticipantActivityMinuteCounts: - operationId: reports.getSkypeGraphFPreBusinessParticipantActivityMinuteCounts - getSkypeForBusinessParticipantActivityUserCounts: - operationId: reports.getSkypeGraphFPreBusinessParticipantActivityUserCounts - getSkypeForBusinessPeerToPeerActivityCounts: - operationId: reports.getSkypeGraphFPreBusinessPeerToPeerActivityCounts - getSkypeForBusinessPeerToPeerActivityMinuteCounts: - operationId: reports.getSkypeGraphFPreBusinessPeerToPeerActivityMinuteCounts - getSkypeForBusinessPeerToPeerActivityUserCounts: - operationId: reports.getSkypeGraphFPreBusinessPeerToPeerActivityUserCounts - getTeamsDeviceUsageDistributionTotalUserCounts: - operationId: reports.getTeamsDeviceUsageDistributionTotalUserCounts - getTeamsDeviceUsageDistributionUserCounts: - operationId: reports.getTeamsDeviceUsageDistributionUserCounts - getTeamsDeviceUsageTotalUserCounts: - operationId: reports.getTeamsDeviceUsageTotalUserCounts - getTeamsDeviceUsageUserCounts: - operationId: reports.getTeamsDeviceUsageUserCounts - getTeamsDeviceUsageUserDetail: - operationId: reports.getTeamsDeviceUsageUserDetail - getTeamsTeamActivityCounts: - operationId: reports.getTeamsTeamActivityCounts - getTeamsTeamActivityDetail: - operationId: reports.getTeamsTeamActivityDetail - getTeamsTeamActivityDistributionCounts: - operationId: reports.getTeamsTeamActivityDistributionCounts - getTeamsUserActivityCounts: - operationId: reports.getTeamsUserActivityCounts - getTeamsUserActivityDistributionTotalUserCounts: - operationId: reports.getTeamsUserActivityDistributionTotalUserCounts - getTeamsUserActivityDistributionUserCounts: - operationId: reports.getTeamsUserActivityDistributionUserCounts - getTeamsUserActivityTotalCounts: - operationId: reports.getTeamsUserActivityTotalCounts - getTeamsUserActivityTotalDistributionCounts: - operationId: reports.getTeamsUserActivityTotalDistributionCounts - getTeamsUserActivityTotalUserCounts: - operationId: reports.getTeamsUserActivityTotalUserCounts - getTeamsUserActivityUserCounts: - operationId: reports.getTeamsUserActivityUserCounts - getTeamsUserActivityUserDetail: - operationId: reports.getTeamsUserActivityUserDetail - getUserArchivedPrintJobs: - operationId: reports.getUserArchivedPrintJobs - getYammerActivityCounts: - operationId: reports.getYammerActivityCounts - getYammerActivityUserCounts: - operationId: reports.getYammerActivityUserCounts - getYammerActivityUserDetail: - operationId: reports.getYammerActivityUserDetail - getYammerDeviceUsageDistributionUserCounts: - operationId: reports.getYammerDeviceUsageDistributionUserCounts - getYammerDeviceUsageUserCounts: - operationId: reports.getYammerDeviceUsageUserCounts - getYammerDeviceUsageUserDetail: - operationId: reports.getYammerDeviceUsageUserDetail - getYammerGroupsActivityCounts: - operationId: reports.getYammerGroupsActivityCounts - getYammerGroupsActivityDetail: - operationId: reports.getYammerGroupsActivityDetail - getYammerGroupsActivityGroupCounts: - operationId: reports.getYammerGroupsActivityGroupCounts - managedDeviceEnrollmentAbandonmentDetails: - operationId: reports.managedDeviceEnrollmentAbandonmentDetails - managedDeviceEnrollmentAbandonmentSummary: - operationId: reports.managedDeviceEnrollmentAbandonmentSummary - managedDeviceEnrollmentFailureDetails: - operationId: reports.managedDeviceEnrollmentFailureDetails - managedDeviceEnrollmentFailureTrends: - operationId: reports.managedDeviceEnrollmentFailureTrends - managedDeviceEnrollmentTopFailures: - operationId: reports.managedDeviceEnrollmentTopFailures default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2285,8 +1954,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.reportRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.reportRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2359,7 +2032,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.applicationSignInDetailedSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -2380,7 +2053,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.applicationSignInDetailedSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2435,7 +2108,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2466,8 +2139,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.applicationSignInDetailedSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationSignInDetailedSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2532,19 +2209,12 @@ paths: - userRegistrationDetails type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRoot' - links: - userRegistrationDetails: - operationId: reports.AuthenticationMethods.ListUserRegistrationDetails - usersRegisteredByFeature: - operationId: reports.authenticationMethods.usersRegisteredGraphBPreFeature - usersRegisteredByMethod: - operationId: reports.authenticationMethods.usersRegisteredGraphBPreMethod default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2561,8 +2231,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2591,7 +2265,7 @@ paths: summary: Invoke function usersRegisteredByFeature operationId: reports.authenticationMethods_usersRegisteredGraphBPreFeature responses: - '200': + 2XX: description: Success content: application/json: @@ -2622,7 +2296,7 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.includedUserRoles' responses: - '200': + 2XX: description: Success content: application/json: @@ -2638,7 +2312,7 @@ paths: summary: Invoke function usersRegisteredByMethod operationId: reports.authenticationMethods_usersRegisteredGraphBPreMethod responses: - '200': + 2XX: description: Success content: application/json: @@ -2669,7 +2343,7 @@ paths: schema: $ref: '#/components/schemas/microsoft.graph.includedUserRoles' responses: - '200': + 2XX: description: Success content: application/json: @@ -2768,7 +2442,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userRegistrationDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -2789,7 +2463,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2851,7 +2525,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2882,8 +2556,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userRegistrationDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2988,7 +2666,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.credentialUserRegistrationDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -3009,7 +2687,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.credentialUserRegistrationDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3066,7 +2744,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3097,8 +2775,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.credentialUserRegistrationDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.credentialUserRegistrationDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3211,7 +2893,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageCollectionResponse' default: $ref: '#/components/responses/error' @@ -3232,7 +2914,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3292,7 +2974,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3323,8 +3005,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3444,7 +3130,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' default: $ref: '#/components/responses/error' @@ -3465,7 +3151,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3526,7 +3212,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3557,8 +3243,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3678,7 +3368,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -3699,7 +3389,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3760,7 +3450,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3791,8 +3481,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3908,7 +3602,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' default: $ref: '#/components/responses/error' @@ -3929,7 +3623,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3990,7 +3684,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4021,8 +3715,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4138,7 +3836,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -4159,7 +3857,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4220,7 +3918,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4251,8 +3949,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4290,7 +3992,7 @@ paths: description: Metadata for the device configuration device activity report operationId: reports_deviceConfigurationDeviceActivity responses: - '200': + 2XX: description: Success content: application/json: @@ -4307,7 +4009,7 @@ paths: description: Metadata for the device configuration user activity report operationId: reports_deviceConfigurationUserActivity responses: - '200': + 2XX: description: Success content: application/json: @@ -4329,7 +4031,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -4370,7 +4072,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -4411,7 +4113,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -4496,7 +4198,7 @@ paths: - successPercentage desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4534,7 +4236,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4564,7 +4266,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4594,7 +4296,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4666,7 +4368,7 @@ paths: - successfulActivityCount desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4737,7 +4439,7 @@ paths: - userRegistrationCounts desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4775,7 +4477,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4805,7 +4507,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4837,7 +4539,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4867,7 +4569,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4897,7 +4599,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4927,7 +4629,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4959,7 +4661,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4989,7 +4691,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5019,7 +4721,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5075,7 +4777,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -5112,7 +4814,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5142,7 +4844,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5174,7 +4876,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5204,7 +4906,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5234,7 +4936,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5264,7 +4966,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5294,7 +4996,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5324,7 +5026,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5346,7 +5048,7 @@ paths: summary: Invoke function getOffice365ActivationCounts operationId: reports_getOffice365ActivationCounts responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5368,7 +5070,7 @@ paths: summary: Invoke function getOffice365ActivationsUserCounts operationId: reports_getOffice365ActivationsUserCounts responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5390,7 +5092,7 @@ paths: summary: Invoke function getOffice365ActivationsUserDetail operationId: reports_getOffice365ActivationsUserDetail responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -5480,7 +5182,7 @@ paths: - yammer desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5622,7 +5324,7 @@ paths: - yammerLicenseAssignDate desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5762,7 +5464,7 @@ paths: - yammerLicenseAssignDate desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5851,7 +5553,7 @@ paths: - yammerMessagesRead desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5978,7 +5680,7 @@ paths: - yammerReadMessageCount desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6103,7 +5805,7 @@ paths: - yammerReadMessageCount desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6186,7 +5888,7 @@ paths: - total desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6269,7 +5971,7 @@ paths: - total desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6352,7 +6054,7 @@ paths: - siteStorageUsedInBytes desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6468,7 +6170,7 @@ paths: - yammerInactive desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6506,7 +6208,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6536,7 +6238,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6568,7 +6270,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6598,7 +6300,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6628,7 +6330,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6660,7 +6362,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6690,7 +6392,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6720,7 +6422,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6750,7 +6452,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6806,7 +6508,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -6906,7 +6608,7 @@ paths: - uniqueUserCount desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6944,7 +6646,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -6974,7 +6676,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7004,7 +6706,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7036,7 +6738,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7066,7 +6768,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7098,7 +6800,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7128,7 +6830,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7158,7 +6860,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7188,7 +6890,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7218,7 +6920,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7248,7 +6950,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7278,7 +6980,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7308,7 +7010,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7340,7 +7042,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7370,7 +7072,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7400,7 +7102,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7430,7 +7132,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7462,7 +7164,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7492,7 +7194,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7522,7 +7224,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7552,7 +7254,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7582,7 +7284,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7612,7 +7314,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7642,7 +7344,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7672,7 +7374,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7702,7 +7404,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7732,7 +7434,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7762,7 +7464,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7792,7 +7494,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7822,7 +7524,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7852,7 +7554,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7882,7 +7584,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7914,7 +7616,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7944,7 +7646,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -7974,7 +7676,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8006,7 +7708,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8036,7 +7738,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8066,7 +7768,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8096,7 +7798,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8126,7 +7828,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8156,7 +7858,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8186,7 +7888,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8216,7 +7918,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8246,7 +7948,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8276,7 +7978,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8308,7 +8010,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8338,7 +8040,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8394,7 +8096,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -8431,7 +8133,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8461,7 +8163,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8493,7 +8195,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8523,7 +8225,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8553,7 +8255,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8583,7 +8285,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8615,7 +8317,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8645,7 +8347,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8675,7 +8377,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8707,7 +8409,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8737,7 +8439,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8767,7 +8469,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -8829,7 +8531,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8885,7 +8587,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8901,7 +8603,7 @@ paths: summary: Invoke function managedDeviceEnrollmentFailureDetails operationId: reports_managedDeviceEnrollmentFailureDetails responses: - '200': + 2XX: description: Success content: application/json: @@ -8956,7 +8658,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8973,7 +8675,7 @@ paths: description: Metadata for the enrollment failure trends report operationId: reports_managedDeviceEnrollmentFailureTrends responses: - '200': + 2XX: description: Success content: application/json: @@ -8989,7 +8691,7 @@ paths: summary: Invoke function managedDeviceEnrollmentTopFailures operationId: reports_managedDeviceEnrollmentTopFailures responses: - '200': + 2XX: description: Success content: application/json: @@ -9014,7 +8716,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9113,7 +8815,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' default: $ref: '#/components/responses/error' @@ -9134,7 +8836,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9195,7 +8897,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9226,8 +8928,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9347,7 +9053,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -9368,7 +9074,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9429,7 +9135,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9460,8 +9166,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9577,7 +9287,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' default: $ref: '#/components/responses/error' @@ -9598,7 +9308,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9659,7 +9369,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9690,8 +9400,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9807,7 +9521,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -9828,7 +9542,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9889,7 +9603,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9920,8 +9634,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9984,19 +9702,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' - links: - getAttackSimulationRepeatOffenders: - operationId: reports.security.getAttackSimulationRepeatOffenders - getAttackSimulationSimulationUserCoverage: - operationId: reports.security.getAttackSimulationSimulationUserCoverage - getAttackSimulationTrainingUserCoverage: - operationId: reports.security.getAttackSimulationTrainingUserCoverage default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10013,8 +9724,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10049,7 +9764,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -10084,7 +9799,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -10119,7 +9834,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -10216,7 +9931,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCredentialUsageDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -10237,7 +9952,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userCredentialUsageDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10294,7 +10009,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10325,8 +10040,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userCredentialUsageDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userCredentialUsageDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/SchemaExtensions.yml b/openApiDocs/beta/SchemaExtensions.yml index a8d4b97cf12..623fc9147c7 100644 --- a/openApiDocs/beta/SchemaExtensions.yml +++ b/openApiDocs/beta/SchemaExtensions.yml @@ -75,7 +75,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.schemaExtensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -100,7 +100,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.schemaExtension' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -158,7 +158,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -193,8 +193,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schemaExtension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schemaExtension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/Search.yml b/openApiDocs/beta/Search.yml index 7c70d77d0dd..853b326022a 100644 --- a/openApiDocs/beta/Search.yml +++ b/openApiDocs/beta/Search.yml @@ -39,15 +39,12 @@ paths: - connections type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' - links: - connections: - operationId: external.ListConnections default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64,8 +61,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -163,7 +164,7 @@ paths: - schema type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalConnectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -188,7 +189,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -257,33 +258,12 @@ paths: - schema type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' - links: - groups: - operationId: external.Connections.ListGroups - parameters: - externalConnection-id: $request.path.externalConnection-id - items: - operationId: external.Connections.ListItems - parameters: - externalConnection-id: $request.path.externalConnection-id - operations: - operationId: external.Connections.ListOperations - parameters: - externalConnection-id: $request.path.externalConnection-id - quota: - operationId: external.Connections.GetQuota - parameters: - externalConnection-id: $request.path.externalConnection-id - schema: - operationId: external.Connections.GetSchema - parameters: - externalConnection-id: $request.path.externalConnection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -309,8 +289,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -406,7 +390,7 @@ paths: - members type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -440,7 +424,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -501,18 +485,12 @@ paths: - members type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' - links: - members: - operationId: external.connections.Groups.ListMembers - parameters: - externalConnection-id: $request.path.externalConnection-id - externalGroup-id: $request.path.externalGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -546,8 +524,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -655,7 +637,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.identityCollectionResponse' default: $ref: '#/components/responses/error' @@ -697,7 +679,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -764,7 +746,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -811,8 +793,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -927,7 +913,7 @@ paths: - activities type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -957,7 +943,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1019,20 +1005,12 @@ paths: - activities type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' - links: - activities: - operationId: external.connections.Items.ListActivities - parameters: - externalConnection-id: $request.path.externalConnection-id - externalItem-id: $request.path.externalItem-id - addActivities: - operationId: external.connections.externalConnection.items.externalItem.addActivities default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1066,8 +1044,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1180,7 +1162,7 @@ paths: - performedBy type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalActivityCollectionResponse' default: $ref: '#/components/responses/error' @@ -1218,7 +1200,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1288,19 +1270,12 @@ paths: - performedBy type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' - links: - performedBy: - operationId: external.connections.items.Activities.GetPerformedGraphBPre - parameters: - externalConnection-id: $request.path.externalConnection-id - externalItem-id: $request.path.externalItem-id - externalActivity-id: $request.path.externalActivity-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1342,8 +1317,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1447,7 +1426,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1494,7 +1473,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1581,7 +1560,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.connectionOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1611,7 +1590,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1670,7 +1649,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1709,8 +1688,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1793,7 +1776,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1824,8 +1807,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionQuota' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionQuota' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1901,7 +1888,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1936,8 +1923,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2005,21 +1996,12 @@ paths: - qnas type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.searchEntity' - links: - acronyms: - operationId: search.ListAcronyms - bookmarks: - operationId: search.ListBookmarks - qnas: - operationId: search.ListQnas - query: - operationId: search.query default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2036,8 +2018,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.searchEntity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.searchEntity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2116,7 +2102,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.search.acronymCollectionResponse' default: $ref: '#/components/responses/error' @@ -2141,7 +2127,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.search.acronym' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2198,7 +2184,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2229,8 +2215,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.search.acronym' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.search.acronym' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2362,7 +2352,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.search.bookmarkCollectionResponse' default: $ref: '#/components/responses/error' @@ -2387,7 +2377,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.search.bookmark' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2453,7 +2443,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2484,8 +2474,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.search.bookmark' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.search.bookmark' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2540,7 +2534,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2658,7 +2652,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.search.qnaCollectionResponse' default: $ref: '#/components/responses/error' @@ -2683,7 +2677,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.search.qna' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2747,7 +2741,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2778,8 +2772,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.search.qna' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.search.qna' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index e4e6d639ada..afa0be32a99 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -83,59 +83,12 @@ paths: - userSecurityProfiles type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security' - links: - subjectRightsRequests: - operationId: security.ListSubjectRightsRequests - cases: - operationId: security.GetCases - informationProtection: - operationId: security.GetInformationProtection - alerts_v2: - operationId: security.ListAlerts_v2 - incidents: - operationId: security.ListIncidents - attackSimulation: - operationId: security.GetAttackSimulation - labels: - operationId: security.GetLabels - triggers: - operationId: security.GetTriggers - triggerTypes: - operationId: security.GetTriggerTypes - threatSubmission: - operationId: security.GetThreatSubmission - alerts: - operationId: security.ListAlerts - cloudAppSecurityProfiles: - operationId: security.ListCloudAppSecurityProfiles - domainSecurityProfiles: - operationId: security.ListDomainSecurityProfiles - fileSecurityProfiles: - operationId: security.ListFileSecurityProfiles - hostSecurityProfiles: - operationId: security.ListHostSecurityProfiles - ipSecurityProfiles: - operationId: security.ListIpSecurityProfiles - providerTenantSettings: - operationId: security.ListProviderTenantSettings - secureScoreControlProfiles: - operationId: security.ListSecureScoreControlProfiles - secureScores: - operationId: security.ListSecureScores - securityActions: - operationId: security.ListSecurityActions - tiIndicators: - operationId: security.ListTiIndicators - userSecurityProfiles: - operationId: security.ListUserSecurityProfiles - runHuntingQuery: - operationId: security.runHuntingQuery default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -152,8 +105,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -328,7 +285,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.alertCollectionResponse' default: $ref: '#/components/responses/error' @@ -349,7 +306,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.alert' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -438,7 +395,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -469,8 +426,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.alert' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.alert' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -499,7 +460,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -660,7 +621,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.alertCollectionResponse' default: $ref: '#/components/responses/error' @@ -681,7 +642,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.alert' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -759,7 +720,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -790,8 +751,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.alert' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.alert' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -858,17 +823,12 @@ paths: - simulations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' - links: - simulationAutomations: - operationId: security.AttackSimulation.ListSimulationAutomations - simulations: - operationId: security.AttackSimulation.ListSimulations default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -885,8 +845,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -991,7 +955,7 @@ paths: - runs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.simulationAutomationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1012,7 +976,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1073,17 +1037,12 @@ paths: - runs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' - links: - runs: - operationId: security.attackSimulation.SimulationAutomations.ListRuns - parameters: - simulationAutomation-id: $request.path.simulationAutomation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1109,8 +1068,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.simulationAutomation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1214,7 +1177,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.simulationAutomationRunCollectionResponse' default: $ref: '#/components/responses/error' @@ -1244,7 +1207,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1306,7 +1269,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1345,8 +1308,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1483,7 +1450,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.simulationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1504,7 +1471,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1569,7 +1536,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1600,8 +1567,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.simulation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1665,15 +1636,12 @@ paths: - ediscoveryCases type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.casesRoot' - links: - ediscoveryCases: - operationId: security.Cases.ListEdiscoveryCases default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1690,8 +1658,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.casesRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.casesRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1810,7 +1782,7 @@ paths: - tags type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryCaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -1835,7 +1807,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1909,49 +1881,12 @@ paths: - tags type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' - links: - custodians: - operationId: security.cases.EdiscoveryCases.ListCustodians - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - legalHolds: - operationId: security.cases.EdiscoveryCases.ListLegalHolds - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - noncustodialDataSources: - operationId: security.cases.EdiscoveryCases.ListNoncustodialDataSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - operations: - operationId: security.cases.EdiscoveryCases.ListOperations - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - reviewSets: - operationId: security.cases.EdiscoveryCases.ListReviewSets - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - searches: - operationId: security.cases.EdiscoveryCases.ListSearches - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - settings: - operationId: security.cases.EdiscoveryCases.GetSettings - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - tags: - operationId: security.cases.EdiscoveryCases.ListTags - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - close: - operationId: security.cases.ediscoveryCases.ediscoveryCase.close - reopen: - operationId: security.cases.ediscoveryCases.ediscoveryCase.reopen default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1977,8 +1912,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2102,7 +2041,7 @@ paths: - userSources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryCustodianCollectionResponse' default: $ref: '#/components/responses/error' @@ -2136,7 +2075,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2210,43 +2149,12 @@ paths: - userSources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' - links: - lastIndexOperation: - operationId: security.cases.ediscoveryCases.Custodians.GetLastIndexOperation - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSources: - operationId: security.cases.ediscoveryCases.Custodians.ListSiteSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSources: - operationId: security.cases.ediscoveryCases.Custodians.ListUnifiedGroupSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - userSources: - operationId: security.cases.ediscoveryCases.Custodians.ListUserSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - activate: - operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.activate - applyHold: - operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.applyHold - release: - operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.release - removeHold: - operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.removeHold - updateIndex: - operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.updateIndex default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2280,8 +2188,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2378,7 +2290,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2636,7 +2548,7 @@ paths: - site type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.siteSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -2678,7 +2590,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.siteSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2750,19 +2662,12 @@ paths: - site type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.siteSource' - links: - site: - operationId: security.cases.ediscoveryCases.custodians.SiteSources.GetSite - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2804,8 +2709,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.siteSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.siteSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2955,109 +2864,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetCreatedGraphBPreUser - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - lastModifiedByUser: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetLastModifiedGraphBPreUser - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - analytics: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetAnalytics - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - columns: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListColumns - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - contentTypes: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListContentTypes - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - drive: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetDrive - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - drives: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListDrives - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - externalColumns: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListExternalColumns - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - items: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListItems - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - lists: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListLists - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - operations: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListOperations - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - pages: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListPages - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - permissions: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListPermissions - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - sites: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListSites - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - termStore: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetTermStore - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - onenote: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetOnenote - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3148,7 +2960,7 @@ paths: - group type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.unifiedGroupSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -3190,7 +3002,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3263,19 +3075,12 @@ paths: - group type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' - links: - group: - operationId: security.cases.ediscoveryCases.custodians.UnifiedGroupSources.GetGroup - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3317,8 +3122,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3528,181 +3337,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListAppRoleAssignments - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - createdOnBehalfOf: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetCreatedOnBehalfGraphOPre - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - endpoints: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListEndpoints - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - memberOf: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListMemberGraphOPre - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - members: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListMembers - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - membersWithLicenseErrors: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListMembersGraphWPreLicenseErrors - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - owners: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListOwners - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - permissionGrants: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListPermissionGrants - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - settings: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListSettings - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - transitiveMemberOf: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListTransitiveMemberGraphOPre - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - transitiveMembers: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListTransitiveMembers - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - acceptedSenders: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListAcceptedSenders - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - calendar: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetCalendar - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - calendarView: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListCalendarView - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - conversations: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListConversations - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - events: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListEvents - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - rejectedSenders: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListRejectedSenders - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - threads: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListThreads - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - drive: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetDrive - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - drives: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListDrives - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - sites: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListSites - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - extensions: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListExtensions - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - groupLifecyclePolicies: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListGroupLifecyclePolicies - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - planner: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetPlanner - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - onenote: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetOnenote - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - photo: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetPhoto - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - photos: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListPhotos - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - team: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetTeam - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3797,7 +3437,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.userSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -3839,7 +3479,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.userSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3912,7 +3552,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3959,8 +3599,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.userSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.userSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4174,7 +3818,7 @@ paths: - userSources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryHoldPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4208,7 +3852,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryHoldPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4280,23 +3924,12 @@ paths: - userSources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryHoldPolicy' - links: - siteSources: - operationId: security.cases.ediscoveryCases.LegalHolds.ListSiteSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - userSources: - operationId: security.cases.ediscoveryCases.LegalHolds.ListUserSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4330,8 +3963,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryHoldPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryHoldPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4450,7 +4087,7 @@ paths: - site type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.siteSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -4492,7 +4129,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.siteSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4564,19 +4201,12 @@ paths: - site type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.siteSource' - links: - site: - operationId: security.cases.ediscoveryCases.legalHolds.SiteSources.GetSite - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4618,8 +4248,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.siteSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.siteSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4769,109 +4403,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.GetCreatedGraphBPreUser - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - lastModifiedByUser: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.GetLastModifiedGraphBPreUser - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - analytics: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.GetAnalytics - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - columns: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.ListColumns - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - contentTypes: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.ListContentTypes - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - drive: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.GetDrive - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - drives: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.ListDrives - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - externalColumns: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.ListExternalColumns - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - items: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.ListItems - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - lists: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.ListLists - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - operations: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.ListOperations - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - pages: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.ListPages - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - permissions: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.ListPermissions - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - sites: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.ListSites - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - termStore: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.GetTermStore - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id - onenote: - operationId: security.cases.ediscoveryCases.legalHolds.siteSources.Site.GetOnenote - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryHoldPolicy-id: $request.path.ediscoveryHoldPolicy-id - siteSource-id: $request.path.siteSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4963,7 +4500,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.userSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -5005,7 +4542,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.userSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5078,7 +4615,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5125,8 +4662,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.userSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.userSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5303,7 +4844,7 @@ paths: - lastIndexOperation type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryNoncustodialDataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -5337,7 +4878,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5405,31 +4946,12 @@ paths: - lastIndexOperation type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' - links: - dataSource: - operationId: security.cases.ediscoveryCases.NoncustodialDataSources.GetDataSource - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryNoncustodialDataSource-id: $request.path.ediscoveryNoncustodialDataSource-id - lastIndexOperation: - operationId: security.cases.ediscoveryCases.NoncustodialDataSources.GetLastIndexOperation - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryNoncustodialDataSource-id: $request.path.ediscoveryNoncustodialDataSource-id - applyHold: - operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.applyHold - release: - operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.release - removeHold: - operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.removeHold - updateIndex: - operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.updateIndex default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5463,8 +4985,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5555,7 +5081,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5594,8 +5120,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.dataSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.dataSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5689,7 +5219,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5985,7 +5515,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.caseOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -6015,7 +5545,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.caseOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6080,7 +5610,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6119,8 +5649,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.caseOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.caseOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6233,7 +5767,7 @@ paths: - queries type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -6267,7 +5801,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6332,27 +5866,12 @@ paths: - queries type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' - links: - files: - operationId: security.cases.ediscoveryCases.ReviewSets.ListFiles - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewSet-id: $request.path.ediscoveryReviewSet-id - queries: - operationId: security.cases.ediscoveryCases.ReviewSets.ListQueries - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewSet-id: $request.path.ediscoveryReviewSet-id - addToReviewSet: - operationId: security.cases.ediscoveryCases.ediscoveryCase.reviewSets.ediscoveryReviewSet.addToReviewSet - export: - operationId: security.cases.ediscoveryCases.ediscoveryCase.reviewSets.ediscoveryReviewSet.export default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6386,8 +5905,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6535,7 +6058,7 @@ paths: - tags type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryFileCollectionResponse' default: $ref: '#/components/responses/error' @@ -6573,7 +6096,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryFile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6655,25 +6178,12 @@ paths: - tags type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryFile' - links: - custodian: - operationId: security.cases.ediscoveryCases.reviewSets.Files.GetCustodian - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewSet-id: $request.path.ediscoveryReviewSet-id - ediscoveryFile-id: $request.path.ediscoveryFile-id - tags: - operationId: security.cases.ediscoveryCases.reviewSets.Files.ListTags - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewSet-id: $request.path.ediscoveryReviewSet-id - ediscoveryFile-id: $request.path.ediscoveryFile-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6715,8 +6225,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryFile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryFile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6797,7 +6311,7 @@ paths: type: string x-ms-docs-key-type: ediscoveryFile responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -6924,37 +6438,12 @@ paths: - userSources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' - links: - lastIndexOperation: - operationId: security.cases.ediscoveryCases.reviewSets.files.Custodian.GetLastIndexOperation - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewSet-id: $request.path.ediscoveryReviewSet-id - ediscoveryFile-id: $request.path.ediscoveryFile-id - siteSources: - operationId: security.cases.ediscoveryCases.reviewSets.files.Custodian.ListSiteSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewSet-id: $request.path.ediscoveryReviewSet-id - ediscoveryFile-id: $request.path.ediscoveryFile-id - unifiedGroupSources: - operationId: security.cases.ediscoveryCases.reviewSets.files.Custodian.ListUnifiedGroupSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewSet-id: $request.path.ediscoveryReviewSet-id - ediscoveryFile-id: $request.path.ediscoveryFile-id - userSources: - operationId: security.cases.ediscoveryCases.reviewSets.files.Custodian.ListUserSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewSet-id: $request.path.ediscoveryReviewSet-id - ediscoveryFile-id: $request.path.ediscoveryFile-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6993,7 +6482,7 @@ paths: type: string x-ms-docs-key-type: ediscoveryFile responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -7141,7 +6630,7 @@ paths: - parent type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -7223,27 +6712,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' - links: - childTags: - operationId: security.cases.ediscoveryCases.reviewSets.files.Tags.ListChildTags - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewSet-id: $request.path.ediscoveryReviewSet-id - ediscoveryFile-id: $request.path.ediscoveryFile-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id - parent: - operationId: security.cases.ediscoveryCases.reviewSets.files.Tags.GetParent - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewSet-id: $request.path.ediscoveryReviewSet-id - ediscoveryFile-id: $request.path.ediscoveryFile-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7444,7 +6918,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewSetQueryCollectionResponse' default: $ref: '#/components/responses/error' @@ -7486,7 +6960,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7559,19 +7033,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' - links: - applyTags: - operationId: security.cases.ediscoveryCases.ediscoveryCase.reviewSets.ediscoveryReviewSet.queries.ediscoveryReviewSetQuery.applyTags - export: - operationId: security.cases.ediscoveryCases.ediscoveryCase.reviewSets.ediscoveryReviewSet.queries.ediscoveryReviewSetQuery.export - run: - operationId: security.cases.ediscoveryCases.ediscoveryCase.reviewSets.ediscoveryReviewSet.queries.ediscoveryReviewSetQuery.run default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7613,8 +7080,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7886,7 +7357,7 @@ paths: - subjectTitle desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8005,7 +7476,7 @@ paths: - noncustodialSources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoverySearchCollectionResponse' default: $ref: '#/components/responses/error' @@ -8039,7 +7510,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8115,42 +7586,12 @@ paths: - noncustodialSources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' - links: - additionalSources: - operationId: security.cases.ediscoveryCases.Searches.ListAdditionalSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - addToReviewSetOperation: - operationId: security.cases.ediscoveryCases.Searches.GetAddToReviewSetOperation - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - custodianSources: - operationId: security.cases.ediscoveryCases.Searches.ListCustodianSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - lastEstimateStatisticsOperation: - operationId: security.cases.ediscoveryCases.Searches.GetLastEstimateStatisticsOperation - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - noncustodialSources: - operationId: security.cases.ediscoveryCases.Searches.ListNoncustodialSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - estimateStatistics: - operationId: security.cases.ediscoveryCases.ediscoveryCase.searches.ediscoverySearch.estimateStatistics - purgeData: - operationId: security.cases.ediscoveryCases.ediscoveryCase.searches.ediscoverySearch.purgeData default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8184,8 +7625,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8305,7 +7750,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.dataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -8347,7 +7792,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.dataSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8417,7 +7862,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8464,8 +7909,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.dataSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.dataSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8571,23 +8020,12 @@ paths: - search type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryAddToReviewSetOperation' - links: - reviewSet: - operationId: security.cases.ediscoveryCases.searches.AddToReviewSetOperation.GetReviewSet - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - search: - operationId: security.cases.ediscoveryCases.searches.AddToReviewSetOperation.GetSearch - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8673,7 +8111,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.dataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -8742,7 +8180,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8818,18 +8256,12 @@ paths: - search type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryEstimateOperation' - links: - search: - operationId: security.cases.ediscoveryCases.searches.LastEstimateStatisticsOperation.GetSearch - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9002,7 +8434,7 @@ paths: - lastIndexOperation type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryNoncustodialDataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -9077,25 +8509,12 @@ paths: - lastIndexOperation type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' - links: - dataSource: - operationId: security.cases.ediscoveryCases.searches.NoncustodialSources.GetDataSource - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - ediscoveryNoncustodialDataSource-id: $request.path.ediscoveryNoncustodialDataSource-id - lastIndexOperation: - operationId: security.cases.ediscoveryCases.searches.NoncustodialSources.GetLastIndexOperation - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - ediscoveryNoncustodialDataSource-id: $request.path.ediscoveryNoncustodialDataSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9146,15 +8565,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings' - links: - resetToDefault: - operationId: security.cases.ediscoveryCases.ediscoveryCase.settings.resetToDefault default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9184,8 +8600,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9321,7 +8741,7 @@ paths: - parent type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -9355,7 +8775,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9422,23 +8842,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' - links: - childTags: - operationId: security.cases.ediscoveryCases.Tags.ListChildTags - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id - parent: - operationId: security.cases.ediscoveryCases.Tags.GetParent - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9472,8 +8881,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9597,7 +9010,7 @@ paths: - parent type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -9671,25 +9084,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' - links: - childTags: - operationId: security.cases.ediscoveryCases.tags.ChildTags.ListChildTags - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id - ediscoveryReviewTag-id1: $request.path.ediscoveryReviewTag-id1 - parent: - operationId: security.cases.ediscoveryCases.tags.ChildTags.GetParent - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id - ediscoveryReviewTag-id1: $request.path.ediscoveryReviewTag-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9751,23 +9151,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' - links: - childTags: - operationId: security.cases.ediscoveryCases.tags.Parent.ListChildTags - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id - parent: - operationId: security.cases.ediscoveryCases.tags.Parent.GetParent - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9834,7 +9223,7 @@ paths: - childSelectability desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9958,7 +9347,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.cloudAppSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -9979,7 +9368,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudAppSecurityProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10045,7 +9434,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10076,8 +9465,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudAppSecurityProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudAppSecurityProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10199,7 +9592,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.domainSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -10220,7 +9613,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainSecurityProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10283,7 +9676,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10314,8 +9707,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainSecurityProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.domainSecurityProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10443,7 +9840,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.fileSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -10464,7 +9861,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.fileSecurityProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10529,7 +9926,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10560,8 +9957,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fileSecurityProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fileSecurityProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10695,7 +10096,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.hostSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -10716,7 +10117,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.hostSecurityProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10783,7 +10184,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10814,8 +10215,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.hostSecurityProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.hostSecurityProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10940,7 +10345,7 @@ paths: - alerts type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.incidentCollectionResponse' default: $ref: '#/components/responses/error' @@ -10961,7 +10366,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.incident' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11026,17 +10431,12 @@ paths: - alerts type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.incident' - links: - alerts: - operationId: security.Incidents.ListAlerts - parameters: - incident-id: $request.path.incident-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11062,8 +10462,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.incident' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.incident' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11236,7 +10640,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.alertCollectionResponse' default: $ref: '#/components/responses/error' @@ -11321,7 +10725,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11366,17 +10770,12 @@ paths: - sensitivityLabels type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.informationProtection' - links: - labelPolicySettings: - operationId: security.InformationProtection.GetLabelPolicySettings - sensitivityLabels: - operationId: security.InformationProtection.ListSensitivityLabels default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11393,8 +10792,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.informationProtection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.informationProtection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11456,7 +10859,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11478,8 +10881,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.informationProtectionPolicySetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.informationProtectionPolicySetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11584,7 +10991,7 @@ paths: - parent type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.sensitivityLabelCollectionResponse' default: $ref: '#/components/responses/error' @@ -11605,7 +11012,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11666,17 +11073,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' - links: - parent: - operationId: security.informationProtection.SensitivityLabels.GetParent - parameters: - sensitivityLabel-id: $request.path.sensitivityLabel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11702,8 +11104,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11785,17 +11191,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' - links: - parent: - operationId: security.informationProtection.sensitivityLabels.Parent.GetParent - parameters: - sensitivityLabel-id: $request.path.sensitivityLabel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11821,8 +11222,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensitivityLabel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11873,7 +11278,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11918,7 +11323,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11961,7 +11366,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12002,7 +11407,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12100,7 +11505,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.ipSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -12121,7 +11526,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.ipSecurityProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12183,7 +11588,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12214,8 +11619,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ipSecurityProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ipSecurityProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12279,15 +11688,12 @@ paths: - retentionLabels type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.labelsRoot' - links: - retentionLabels: - operationId: security.Labels.ListRetentionLabels default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12304,8 +11710,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.labelsRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.labelsRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12427,7 +11837,7 @@ paths: - retentionEventType type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.retentionLabelCollectionResponse' default: $ref: '#/components/responses/error' @@ -12452,7 +11862,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.retentionLabel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12519,21 +11929,12 @@ paths: - retentionEventType type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionLabel' - links: - dispositionReviewStages: - operationId: security.labels.RetentionLabels.ListDispositionReviewStages - parameters: - retentionLabel-id: $request.path.retentionLabel-id - retentionEventType: - operationId: security.labels.RetentionLabels.GetRetentionEventType - parameters: - retentionLabel-id: $request.path.retentionLabel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12559,8 +11960,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.retentionLabel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.retentionLabel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12658,7 +12063,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.dispositionReviewStageCollectionResponse' default: $ref: '#/components/responses/error' @@ -12688,7 +12093,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12749,7 +12154,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12788,8 +12193,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12873,7 +12282,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12902,7 +12311,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12976,7 +12385,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.providerTenantSettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -12997,7 +12406,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.providerTenantSetting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13051,7 +12460,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13082,8 +12491,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.providerTenantSetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.providerTenantSetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13224,7 +12637,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.secureScoreControlProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -13245,7 +12658,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13313,7 +12726,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13344,8 +12757,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13459,7 +12876,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.secureScoreCollectionResponse' default: $ref: '#/components/responses/error' @@ -13480,7 +12897,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.secureScore' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13540,7 +12957,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13571,8 +12988,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.secureScore' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.secureScore' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13698,7 +13119,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.securityActionCollectionResponse' default: $ref: '#/components/responses/error' @@ -13723,7 +13144,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityAction' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13786,15 +13207,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.securityAction' - links: - cancelSecurityAction: - operationId: security.securityActions.securityAction.cancelSecurityAction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13820,8 +13238,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityAction' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.securityAction' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14002,7 +13424,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subjectRightsRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -14023,7 +13445,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14100,25 +13522,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' - links: - notes: - operationId: security.SubjectRightsRequests.ListNotes - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - team: - operationId: security.SubjectRightsRequests.GetTeam - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - getFinalAttachment: - operationId: security.subjectRightsRequests.subjectRightsRequest.getFinalAttachment - getFinalReport: - operationId: security.subjectRightsRequests.subjectRightsRequest.getFinalReport default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14144,8 +13553,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14191,7 +13604,7 @@ paths: type: string x-ms-docs-key-type: subjectRightsRequest responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -14223,7 +13636,7 @@ paths: type: string x-ms-docs-key-type: subjectRightsRequest responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -14310,7 +13723,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authoredNoteCollectionResponse' default: $ref: '#/components/responses/error' @@ -14344,7 +13757,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authoredNote' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14405,7 +13818,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14444,8 +13857,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authoredNote' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authoredNote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14571,73 +13988,12 @@ paths: - schedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' - links: - allChannels: - operationId: security.subjectRightsRequests.Team.ListAllChannels - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - channels: - operationId: security.subjectRightsRequests.Team.ListChannels - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - group: - operationId: security.subjectRightsRequests.Team.GetGroup - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - incomingChannels: - operationId: security.subjectRightsRequests.Team.ListIncomingChannels - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - installedApps: - operationId: security.subjectRightsRequests.Team.ListInstalledApps - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - members: - operationId: security.subjectRightsRequests.Team.ListMembers - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - operations: - operationId: security.subjectRightsRequests.Team.ListOperations - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - owners: - operationId: security.subjectRightsRequests.Team.ListOwners - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - permissionGrants: - operationId: security.subjectRightsRequests.Team.ListPermissionGrants - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - photo: - operationId: security.subjectRightsRequests.Team.GetPhoto - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - primaryChannel: - operationId: security.subjectRightsRequests.Team.GetPrimaryChannel - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - tags: - operationId: security.subjectRightsRequests.Team.ListTags - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - template: - operationId: security.subjectRightsRequests.Team.GetTemplate - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - templateDefinition: - operationId: security.subjectRightsRequests.Team.GetTemplateDefinition - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id - schedule: - operationId: security.subjectRightsRequests.Team.GetSchedule - parameters: - subjectRightsRequest-id: $request.path.subjectRightsRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14682,21 +14038,12 @@ paths: - urlThreats type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.threatSubmissionRoot' - links: - emailThreats: - operationId: security.ThreatSubmission.ListEmailThreats - emailThreatSubmissionPolicies: - operationId: security.ThreatSubmission.ListEmailThreatSubmissionPolicies - fileThreats: - operationId: security.ThreatSubmission.ListFileThreats - urlThreats: - operationId: security.ThreatSubmission.ListUrlThreats default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14713,8 +14060,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.threatSubmissionRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.threatSubmissionRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14847,7 +14198,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.emailThreatSubmissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -14872,7 +14223,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.emailThreatSubmission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14940,7 +14291,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14971,8 +14322,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.emailThreatSubmission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.emailThreatSubmission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15095,7 +14450,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.emailThreatSubmissionPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -15116,7 +14471,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.emailThreatSubmissionPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15178,7 +14533,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15209,8 +14564,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.emailThreatSubmissionPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.emailThreatSubmissionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15327,7 +14686,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.fileThreatSubmissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15348,7 +14707,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.fileThreatSubmission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15408,7 +14767,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15439,8 +14798,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.fileThreatSubmission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.fileThreatSubmission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15557,7 +14920,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.urlThreatSubmissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15582,7 +14945,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.urlThreatSubmission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15642,7 +15005,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15673,8 +15036,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.urlThreatSubmission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.urlThreatSubmission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15932,7 +15299,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tiIndicatorCollectionResponse' default: $ref: '#/components/responses/error' @@ -15957,7 +15324,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.tiIndicator' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16064,7 +15431,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16095,8 +15462,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.tiIndicator' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tiIndicator' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16152,7 +15523,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16200,7 +15571,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16247,7 +15618,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16295,7 +15666,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16352,15 +15723,12 @@ paths: - retentionEvents type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.triggersRoot' - links: - retentionEvents: - operationId: security.Triggers.ListRetentionEvents default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16377,8 +15745,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.triggersRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.triggersRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16489,7 +15861,7 @@ paths: - retentionEventType type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.retentionEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -16514,7 +15886,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.retentionEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16576,17 +15948,12 @@ paths: - retentionEventType type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.retentionEvent' - links: - retentionEventType: - operationId: security.triggers.RetentionEvents.GetRetentionEventType - parameters: - retentionEvent-id: $request.path.retentionEvent-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16612,8 +15979,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.retentionEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.retentionEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16690,7 +16061,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16733,15 +16104,12 @@ paths: - retentionEventTypes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.triggerTypesRoot' - links: - retentionEventTypes: - operationId: security.TriggerTypes.ListRetentionEventTypes default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16758,8 +16126,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.triggerTypesRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.triggerTypesRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16853,7 +16225,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.retentionEventTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -16878,7 +16250,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16933,7 +16305,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16964,8 +16336,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17075,7 +16451,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -17096,7 +16472,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userSecurityProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17155,7 +16531,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17186,8 +16562,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userSecurityProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userSecurityProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27322,6 +26702,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -32639,6 +32020,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index f160a4bc460..bca88edfe0c 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -142,7 +142,7 @@ paths: - onenote type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' @@ -246,99 +246,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: groups.Sites.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - lastModifiedByUser: - operationId: groups.Sites.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - analytics: - operationId: groups.Sites.GetAnalytics - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - columns: - operationId: groups.Sites.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentTypes: - operationId: groups.Sites.ListContentTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive: - operationId: groups.Sites.GetDrive - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drives: - operationId: groups.Sites.ListDrives - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - externalColumns: - operationId: groups.Sites.ListExternalColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - items: - operationId: groups.Sites.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - lists: - operationId: groups.Sites.ListLists - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - operations: - operationId: groups.Sites.ListOperations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - pages: - operationId: groups.Sites.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - permissions: - operationId: groups.Sites.ListPermissions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sites: - operationId: groups.Sites.ListSites - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - termStore: - operationId: groups.Sites.GetTermStore - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenote: - operationId: groups.Sites.GetOnenote - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - getActivitiesByInterval: - operationId: groups.group.sites.site.getActivitiesGraphBPreInterval - getApplicableContentTypesForList: - operationId: groups.group.sites.site.getApplicableContentTypesGraphFPreList - getByPath: - operationId: groups.group.sites.site.getGraphBPrePath default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -372,8 +285,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.site' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -432,28 +349,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.sites.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - itemActivityStats: - operationId: groups.sites.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - lastSevenDays: - operationId: groups.sites.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -622,7 +523,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -664,7 +565,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -763,19 +664,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -817,8 +711,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -954,19 +852,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1092,7 +983,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -1134,7 +1025,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1224,53 +1115,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.ContentTypes.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.sites.ContentTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.sites.ContentTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.sites.ContentTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.sites.ContentTypes.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: groups.group.sites.site.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: groups.group.sites.site.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: groups.group.sites.site.contentTypes.contentType.isPublished - publish: - operationId: groups.group.sites.site.contentTypes.contentType.publish - unpublish: - operationId: groups.group.sites.site.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1312,8 +1162,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1440,43 +1294,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.contentTypes.Base.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.sites.contentTypes.Base.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.sites.contentTypes.Base.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.sites.contentTypes.Base.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.sites.contentTypes.Base.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1607,7 +1430,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -1704,48 +1527,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.contentTypes.BaseTypes.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: groups.sites.contentTypes.BaseTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: groups.sites.contentTypes.BaseTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: groups.sites.contentTypes.BaseTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: groups.sites.contentTypes.BaseTypes.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1827,7 +1614,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -1873,7 +1660,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1948,7 +1735,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2003,8 +1790,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2228,7 +2019,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2334,20 +2125,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.contentTypes.ColumnPositions.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2524,7 +2307,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2574,7 +2357,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2681,20 +2464,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.contentTypes.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2744,8 +2519,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2897,20 +2676,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2998,58 +2769,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.sites.Drive.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - lastModifiedByUser: - operationId: groups.sites.Drive.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - activities: - operationId: groups.sites.Drive.ListActivities - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - bundles: - operationId: groups.sites.Drive.ListBundles - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - following: - operationId: groups.sites.Drive.ListFollowing - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - items: - operationId: groups.sites.Drive.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list: - operationId: groups.sites.Drive.GetList - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - root: - operationId: groups.sites.Drive.GetRoot - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - special: - operationId: groups.sites.Drive.ListSpecial - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3183,7 +2908,7 @@ paths: - special type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' @@ -3280,67 +3005,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.sites.Drives.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.sites.Drives.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - activities: - operationId: groups.sites.Drives.ListActivities - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - bundles: - operationId: groups.sites.Drives.ListBundles - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - following: - operationId: groups.sites.Drives.ListFollowing - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - items: - operationId: groups.sites.Drives.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - list: - operationId: groups.sites.Drives.GetList - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - root: - operationId: groups.sites.Drives.GetRoot - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - special: - operationId: groups.sites.Drives.ListSpecial - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3506,7 +3176,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3604,19 +3274,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.ExternalColumns.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3718,7 +3381,7 @@ paths: - lastModifiedByUser type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -3796,25 +3459,12 @@ paths: - lastModifiedByUser type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseItem' - links: - createdByUser: - operationId: groups.sites.Items.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - baseItem-id: $request.path.baseItem-id - lastModifiedByUser: - operationId: groups.sites.Items.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - baseItem-id: $request.path.baseItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3945,7 +3595,7 @@ paths: - subscriptions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listCollectionResponse' default: $ref: '#/components/responses/error' @@ -3987,7 +3637,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4084,67 +3734,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: groups.sites.Lists.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - lastModifiedByUser: - operationId: groups.sites.Lists.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - activities: - operationId: groups.sites.Lists.ListActivities - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - columns: - operationId: groups.sites.Lists.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentTypes: - operationId: groups.sites.Lists.ListContentTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - drive: - operationId: groups.sites.Lists.GetDrive - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - items: - operationId: groups.sites.Lists.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - operations: - operationId: groups.sites.Lists.ListOperations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - subscriptions: - operationId: groups.sites.Lists.ListSubscriptions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4186,8 +3781,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4321,7 +3920,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -4367,7 +3966,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4549,7 +4148,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4599,7 +4198,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4705,20 +4304,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.lists.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4768,8 +4359,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4921,20 +4516,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.lists.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5068,7 +4655,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -5114,7 +4701,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5211,58 +4798,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.lists.ContentTypes.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.sites.lists.ContentTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.sites.lists.ContentTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.sites.lists.ContentTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.sites.lists.ContentTypes.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: groups.group.sites.site.lists.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: groups.group.sites.site.lists.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: groups.group.sites.site.lists.list.contentTypes.contentType.isPublished - publish: - operationId: groups.group.sites.site.lists.list.contentTypes.contentType.publish - unpublish: - operationId: groups.group.sites.site.lists.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5312,8 +4853,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5456,48 +5001,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.lists.contentTypes.Base.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.sites.lists.contentTypes.Base.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.sites.lists.contentTypes.Base.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.sites.lists.contentTypes.Base.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.sites.lists.contentTypes.Base.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5636,7 +5145,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -5741,53 +5250,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.lists.contentTypes.BaseTypes.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: groups.sites.lists.contentTypes.BaseTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: groups.sites.lists.contentTypes.BaseTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: groups.sites.lists.contentTypes.BaseTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: groups.sites.lists.contentTypes.BaseTypes.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5877,7 +5345,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -5931,7 +5399,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6014,7 +5482,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6077,8 +5545,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6318,7 +5790,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6432,21 +5904,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.lists.contentTypes.ColumnPositions.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6631,7 +6094,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6689,7 +6152,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6804,21 +6267,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.lists.contentTypes.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6876,8 +6330,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7045,21 +6503,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.lists.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7152,67 +6601,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.sites.lists.Drive.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - lastModifiedByUser: - operationId: groups.sites.lists.Drive.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - activities: - operationId: groups.sites.lists.Drive.ListActivities - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - bundles: - operationId: groups.sites.lists.Drive.ListBundles - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - following: - operationId: groups.sites.lists.Drive.ListFollowing - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - items: - operationId: groups.sites.lists.Drive.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - list: - operationId: groups.sites.lists.Drive.GetList - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - root: - operationId: groups.sites.lists.Drive.GetRoot - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - special: - operationId: groups.sites.lists.Drive.ListSpecial - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7346,7 +6740,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -7396,7 +6790,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7498,73 +6892,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.sites.lists.Items.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: groups.sites.lists.Items.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - activities: - operationId: groups.sites.lists.Items.ListActivities - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - analytics: - operationId: groups.sites.lists.Items.GetAnalytics - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: groups.sites.lists.Items.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: groups.sites.lists.Items.GetDriveItem - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - fields: - operationId: groups.sites.lists.Items.GetFields - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - versions: - operationId: groups.sites.lists.Items.ListVersions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - createLink: - operationId: groups.group.sites.site.lists.list.items.listItem.createLink - getActivitiesByInterval: - operationId: groups.group.sites.site.lists.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7614,8 +6947,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7765,7 +7102,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -7819,7 +7156,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7908,29 +7245,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: groups.sites.lists.items.Activities.GetDriveItem - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.sites.lists.items.Activities.GetListItem - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7988,8 +7308,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8180,101 +7504,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.sites.lists.items.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: groups.sites.lists.items.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: groups.sites.lists.items.activities.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: groups.sites.lists.items.activities.DriveItem.ListActivities - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: groups.sites.lists.items.activities.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: groups.sites.lists.items.activities.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: groups.sites.lists.items.activities.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: groups.sites.lists.items.activities.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: groups.sites.lists.items.activities.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: groups.sites.lists.items.activities.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: groups.sites.lists.items.activities.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8327,7 +7562,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -8498,77 +7733,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.sites.lists.items.activities.ListItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: groups.sites.lists.items.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: groups.sites.lists.items.activities.ListItem.ListActivities - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: groups.sites.lists.items.activities.ListItem.GetAnalytics - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: groups.sites.lists.items.activities.ListItem.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: groups.sites.lists.items.activities.ListItem.GetDriveItem - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: groups.sites.lists.items.activities.ListItem.GetFields - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: groups.sites.lists.items.activities.ListItem.ListVersions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8643,34 +7813,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.sites.lists.items.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: groups.sites.lists.items.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: groups.sites.lists.items.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8786,7 +7934,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8844,7 +7992,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8936,23 +8084,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: groups.sites.lists.items.DocumentSetVersions.GetFields - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: groups.group.sites.site.lists.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9010,8 +8147,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9195,90 +8336,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.sites.lists.items.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: groups.sites.lists.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - workbook: - operationId: groups.sites.lists.items.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - activities: - operationId: groups.sites.lists.items.DriveItem.ListActivities - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - analytics: - operationId: groups.sites.lists.items.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - children: - operationId: groups.sites.lists.items.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - listItem: - operationId: groups.sites.lists.items.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - permissions: - operationId: groups.sites.lists.items.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: groups.sites.lists.items.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: groups.sites.lists.items.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - versions: - operationId: groups.sites.lists.items.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9323,7 +8386,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -9451,7 +8514,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9510,8 +8573,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9659,7 +8726,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -9713,7 +8780,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9800,23 +8867,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: groups.sites.lists.items.Versions.GetFields - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: groups.group.sites.site.lists.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9874,8 +8930,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10010,7 +9070,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10073,8 +9133,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10238,7 +9302,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -10284,7 +9348,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10367,7 +9431,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10422,8 +9486,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10597,7 +9665,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -10643,7 +9711,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10732,15 +9800,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: groups.group.sites.site.lists.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10790,8 +9855,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10905,43 +9974,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' - links: - notebooks: - operationId: groups.sites.Onenote.ListNotebooks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - operations: - operationId: groups.sites.Onenote.ListOperations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - pages: - operationId: groups.sites.Onenote.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - resources: - operationId: groups.sites.Onenote.ListResources - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroups: - operationId: groups.sites.Onenote.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sections: - operationId: groups.sites.Onenote.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10975,8 +10013,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11124,7 +10166,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' default: $ref: '#/components/responses/error' @@ -11166,7 +10208,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11248,27 +10290,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.Notebooks.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sections: - operationId: groups.sites.onenote.Notebooks.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - copyNotebook: - operationId: groups.group.sites.site.onenote.notebooks.notebook.copyNotebook default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11310,8 +10337,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11467,7 +10498,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -11517,7 +10548,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11607,41 +10638,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.sites.onenote.notebooks.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.notebooks.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11691,8 +10693,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11827,27 +10833,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11932,41 +10923,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12088,7 +11050,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -12185,45 +11147,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12346,7 +11275,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -12404,7 +11333,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12501,41 +11430,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.notebooks.sectionGroups.Sections.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sectionGroups.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12593,8 +11493,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12784,7 +11688,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -12846,7 +11750,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12951,37 +11855,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13047,8 +11926,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13175,7 +12058,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -13351,31 +12234,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13475,40 +12339,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13601,29 +12437,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13716,45 +12535,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13869,7 +12655,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -13919,7 +12705,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14008,38 +12794,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.notebooks.Sections.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.sites.onenote.notebooks.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14089,8 +12849,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14264,7 +13028,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -14318,7 +13082,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14415,35 +13179,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.sites.onenote.notebooks.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14501,8 +13242,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14613,7 +13358,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -14773,29 +13518,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.notebooks.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.sites.onenote.notebooks.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14887,37 +13615,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.notebooks.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.sites.onenote.notebooks.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15002,27 +13705,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.notebooks.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.notebooks.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15107,41 +13795,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.sites.onenote.notebooks.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.notebooks.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15233,7 +13892,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -15271,7 +13930,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15344,7 +14003,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15391,8 +14050,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15542,7 +14205,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -15580,7 +14243,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15661,31 +14324,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.sites.onenote.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.sites.onenote.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.sites.site.onenote.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.sites.site.onenote.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.sites.site.onenote.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15727,8 +14371,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15807,7 +14455,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -15935,25 +14583,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.sites.onenote.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16029,31 +14664,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.sites.onenote.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.sites.onenote.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16133,7 +14749,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -16171,7 +14787,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16240,7 +14856,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16287,8 +14903,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16366,7 +14986,7 @@ paths: type: string x-ms-docs-key-type: onenoteResource responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16522,7 +15142,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -16560,7 +15180,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16642,37 +15262,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.sites.onenote.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.sites.onenote.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16714,8 +15309,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16834,25 +15433,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.sectionGroups.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16929,37 +15515,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.sites.onenote.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.sectionGroups.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17073,7 +15634,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -17162,41 +15723,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: groups.sites.onenote.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: groups.sites.onenote.sectionGroups.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17311,7 +15843,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -17361,7 +15893,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17450,38 +15982,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.sectionGroups.Sections.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.sectionGroups.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17531,8 +16037,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17706,7 +16216,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -17760,7 +16270,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17857,35 +16367,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.sites.onenote.sectionGroups.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17943,8 +16430,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18055,7 +16546,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -18215,29 +16706,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.sites.onenote.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18329,37 +16803,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.sites.onenote.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18444,27 +16893,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.sectionGroups.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18549,41 +16983,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18690,7 +17095,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -18728,7 +17133,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18809,35 +17214,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.Sections.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.sites.onenote.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.sites.site.onenote.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.sites.site.onenote.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18879,8 +17261,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19038,7 +17424,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -19084,7 +17470,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19173,33 +17559,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.sites.onenote.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.sites.onenote.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.sites.site.onenote.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.sites.site.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.sites.site.onenote.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19249,8 +17614,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19345,7 +17714,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -19489,27 +17858,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.sites.onenote.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19593,34 +17947,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.sites.onenote.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.sites.onenote.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19697,25 +18029,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19792,37 +18111,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.sites.onenote.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19923,7 +18217,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -19961,7 +18255,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20036,7 +18330,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20083,8 +18377,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20246,7 +18544,7 @@ paths: - lastModifiedByUser type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sitePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -20288,7 +18586,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sitePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20372,27 +18670,12 @@ paths: - lastModifiedByUser type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sitePage' - links: - createdByUser: - operationId: groups.sites.Pages.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sitePage-id: $request.path.sitePage-id - lastModifiedByUser: - operationId: groups.sites.Pages.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sitePage-id: $request.path.sitePage-id - publish: - operationId: groups.group.sites.site.pages.sitePage.publish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20434,8 +18717,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sitePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sitePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20584,7 +18871,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -20626,7 +18913,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20703,17 +18990,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: groups.group.sites.site.permissions.permission.grant - revokeGrants: - operationId: groups.group.sites.site.permissions.permission.revokeGrants default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20755,8 +19037,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20949,7 +19235,7 @@ paths: - onenote type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' @@ -21061,109 +19347,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: groups.sites.Sites.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - lastModifiedByUser: - operationId: groups.sites.Sites.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - analytics: - operationId: groups.sites.Sites.GetAnalytics - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - columns: - operationId: groups.sites.Sites.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - contentTypes: - operationId: groups.sites.Sites.ListContentTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - drive: - operationId: groups.sites.Sites.GetDrive - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - drives: - operationId: groups.sites.Sites.ListDrives - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - externalColumns: - operationId: groups.sites.Sites.ListExternalColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - items: - operationId: groups.sites.Sites.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - lists: - operationId: groups.sites.Sites.ListLists - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - operations: - operationId: groups.sites.Sites.ListOperations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - pages: - operationId: groups.sites.Sites.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - permissions: - operationId: groups.sites.Sites.ListPermissions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - sites: - operationId: groups.sites.Sites.ListSites - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - termStore: - operationId: groups.sites.Sites.GetTermStore - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - onenote: - operationId: groups.sites.Sites.GetOnenote - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21225,23 +19414,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' - links: - groups: - operationId: groups.sites.TermStore.ListGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sets: - operationId: groups.sites.TermStore.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21275,8 +19453,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21401,7 +19583,7 @@ paths: - sets type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -21443,7 +19625,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21516,19 +19698,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: groups.sites.termStore.Groups.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21570,8 +19745,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21715,7 +19894,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -21761,7 +19940,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21847,41 +20026,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.Sets.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - parentGroup: - operationId: groups.sites.termStore.groups.Sets.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relations: - operationId: groups.sites.termStore.groups.Sets.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - terms: - operationId: groups.sites.termStore.groups.Sets.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21931,8 +20081,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22093,7 +20247,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -22151,7 +20305,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22244,37 +20398,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.groups.sets.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.groups.sets.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22332,8 +20461,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22507,7 +20640,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -22569,7 +20702,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22670,40 +20803,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.groups.sets.children.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.groups.sets.children.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22769,8 +20874,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22948,7 +21057,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -23018,7 +21127,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23123,43 +21232,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.groups.sets.children.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.groups.sets.children.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23233,8 +21311,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23412,43 +21494,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23553,53 +21604,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.children.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.groups.sets.children.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23703,43 +21713,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23836,49 +21815,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.groups.sets.children.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.groups.sets.children.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.groups.sets.children.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23982,7 +21924,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -24044,7 +21986,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24141,40 +22083,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.groups.sets.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.groups.sets.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24240,8 +22154,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24403,40 +22321,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24533,49 +22423,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.groups.sets.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24671,40 +22524,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24793,45 +22618,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.groups.sets.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.groups.sets.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24907,20 +22699,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: groups.sites.termStore.groups.sets.ParentGroup.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24970,8 +22754,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25120,7 +22908,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -25174,7 +22962,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25263,37 +23051,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.groups.sets.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.groups.sets.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25351,8 +23114,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25498,37 +23265,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25617,45 +23359,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.groups.sets.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25743,37 +23452,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25881,7 +23565,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -25935,7 +23619,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26028,37 +23712,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.Terms.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.groups.sets.Terms.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.groups.sets.Terms.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26116,8 +23775,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26291,7 +23954,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -26353,7 +24016,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26454,40 +24117,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.groups.sets.terms.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.groups.sets.terms.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26553,8 +24188,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26732,7 +24371,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -26802,7 +24441,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26907,43 +24546,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.groups.sets.terms.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.groups.sets.terms.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27017,8 +24625,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27196,43 +24808,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27337,53 +24918,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27487,43 +25027,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27620,49 +25129,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.groups.sets.terms.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.groups.sets.terms.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.groups.sets.terms.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27766,7 +25238,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -27828,7 +25300,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27925,40 +25397,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.groups.sets.terms.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.groups.sets.terms.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28024,8 +25468,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28187,40 +25635,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28317,49 +25737,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.terms.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.groups.sets.terms.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28455,40 +25838,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28577,45 +25932,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.terms.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.groups.sets.terms.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28706,7 +26028,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -28744,7 +26066,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28822,37 +26144,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.Sets.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - parentGroup: - operationId: groups.sites.termStore.Sets.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relations: - operationId: groups.sites.termStore.Sets.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - terms: - operationId: groups.sites.termStore.Sets.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28894,8 +26191,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29040,7 +26341,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -29090,7 +26391,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29175,34 +26476,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.sets.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29252,8 +26531,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29411,7 +26694,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -29465,7 +26748,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29558,37 +26841,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.children.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.children.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.sets.children.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29646,8 +26904,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29809,7 +27071,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -29871,7 +27133,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29968,40 +27230,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.children.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.children.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30067,8 +27301,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30230,40 +27468,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.children.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30360,49 +27570,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.children.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.children.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.children.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30498,40 +27671,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.children.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30620,45 +27765,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.children.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.sets.children.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.children.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.sets.children.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30754,7 +27866,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -30808,7 +27920,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30897,37 +28009,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30985,8 +28072,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31132,37 +28223,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31251,45 +28317,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31377,37 +28410,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31488,41 +28496,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.sets.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.sets.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31590,19 +28569,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: groups.sites.termStore.sets.ParentGroup.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31644,8 +28616,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31789,7 +28765,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -31835,7 +28811,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31921,41 +28897,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.Sets.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.Sets.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relations: - operationId: groups.sites.termStore.sets.parentGroup.Sets.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - terms: - operationId: groups.sites.termStore.sets.parentGroup.Sets.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32005,8 +28952,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32167,7 +29118,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -32225,7 +29176,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32318,37 +29269,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32406,8 +29332,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32581,7 +29511,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -32643,7 +29573,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32744,40 +29674,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32843,8 +29745,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33022,7 +29928,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -33092,7 +29998,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33197,43 +30103,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33307,8 +30182,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33486,43 +30365,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33627,53 +30475,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33777,43 +30584,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33910,49 +30686,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34056,7 +30795,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -34118,7 +30857,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34215,40 +30954,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34314,8 +31025,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34477,40 +31192,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34607,49 +31294,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34745,40 +31395,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34867,45 +31489,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35004,7 +31593,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -35058,7 +31647,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35147,37 +31736,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35235,8 +31799,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35382,37 +31950,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35501,45 +32044,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35627,37 +32137,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35765,7 +32250,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -35819,7 +32304,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35912,37 +32397,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.Terms.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.Terms.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.Terms.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36000,8 +32460,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36175,7 +32639,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -36237,7 +32701,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36338,40 +32802,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36437,8 +32873,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36616,7 +33056,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -36686,7 +33126,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36791,43 +33231,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36901,8 +33310,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37080,43 +33493,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37221,53 +33603,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37371,43 +33712,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37504,49 +33814,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37650,7 +33923,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -37712,7 +33985,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37809,40 +34082,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37908,8 +34153,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38071,40 +34320,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38201,49 +34422,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38339,40 +34523,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38461,45 +34617,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38590,7 +34713,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -38636,7 +34759,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38717,34 +34840,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38794,8 +34895,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38925,34 +35030,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39033,41 +35116,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39147,34 +35201,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39274,7 +35306,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -39320,7 +35352,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39405,34 +35437,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.Terms.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.Terms.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.sets.Terms.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39482,8 +35492,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39641,7 +35655,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -39695,7 +35709,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39788,37 +35802,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.terms.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.terms.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.sets.terms.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39876,8 +35865,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40039,7 +36032,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -40101,7 +36094,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40198,40 +36191,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.terms.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.terms.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40297,8 +36262,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40460,40 +36429,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.terms.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40590,49 +36531,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.terms.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.terms.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.terms.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40728,40 +36632,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.terms.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40850,45 +36726,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.terms.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.sets.terms.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.terms.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.sets.terms.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40984,7 +36827,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -41038,7 +36881,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41127,37 +36970,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.terms.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.terms.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41215,8 +37033,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41362,37 +37184,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.terms.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41481,45 +37278,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.terms.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.terms.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.terms.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41607,37 +37371,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.terms.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41718,41 +37457,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.terms.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.sets.terms.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.terms.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.sets.terms.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41887,7 +37597,7 @@ paths: - onenote type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' @@ -41986,83 +37696,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: sites.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - lastModifiedByUser: - operationId: sites.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - analytics: - operationId: sites.GetAnalytics - parameters: - site-id: $request.path.site-id - columns: - operationId: sites.ListColumns - parameters: - site-id: $request.path.site-id - contentTypes: - operationId: sites.ListContentTypes - parameters: - site-id: $request.path.site-id - drive: - operationId: sites.GetDrive - parameters: - site-id: $request.path.site-id - drives: - operationId: sites.ListDrives - parameters: - site-id: $request.path.site-id - externalColumns: - operationId: sites.ListExternalColumns - parameters: - site-id: $request.path.site-id - items: - operationId: sites.ListItems - parameters: - site-id: $request.path.site-id - lists: - operationId: sites.ListLists - parameters: - site-id: $request.path.site-id - operations: - operationId: sites.ListOperations - parameters: - site-id: $request.path.site-id - pages: - operationId: sites.ListPages - parameters: - site-id: $request.path.site-id - permissions: - operationId: sites.ListPermissions - parameters: - site-id: $request.path.site-id - sites: - operationId: sites.ListSites - parameters: - site-id: $request.path.site-id - termStore: - operationId: sites.GetTermStore - parameters: - site-id: $request.path.site-id - onenote: - operationId: sites.GetOnenote - parameters: - site-id: $request.path.site-id - getActivitiesByInterval: - operationId: sites.site.getActivitiesGraphBPreInterval - getApplicableContentTypesForList: - operationId: sites.site.getApplicableContentTypesGraphFPreList - getByPath: - operationId: sites.site.getGraphBPrePath default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42088,8 +37727,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.site' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42140,25 +37783,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: sites.Analytics.GetAllTime - parameters: - site-id: $request.path.site-id - itemActivityStats: - operationId: sites.Analytics.ListItemActivityStats - parameters: - site-id: $request.path.site-id - lastSevenDays: - operationId: sites.Analytics.GetLastSevenDays - parameters: - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42319,7 +37949,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -42353,7 +37983,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42444,18 +38074,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.Columns.GetSourceColumn - parameters: - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42489,8 +38113,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42610,18 +38238,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.columns.SourceColumn.GetSourceColumn - parameters: - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42739,7 +38361,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -42773,7 +38395,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42855,48 +38477,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.ContentTypes.GetBase - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: sites.ContentTypes.ListBaseTypes - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: sites.ContentTypes.ListColumnLinks - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: sites.ContentTypes.ListColumnPositions - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columns: - operationId: sites.ContentTypes.ListColumns - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: sites.site.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: sites.site.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: sites.site.contentTypes.contentType.isPublished - publish: - operationId: sites.site.contentTypes.contentType.publish - unpublish: - operationId: sites.site.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42930,8 +38516,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43042,38 +38632,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.contentTypes.Base.GetBase - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: sites.contentTypes.Base.ListBaseTypes - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: sites.contentTypes.Base.ListColumnLinks - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: sites.contentTypes.Base.ListColumnPositions - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columns: - operationId: sites.contentTypes.Base.ListColumns - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43196,7 +38760,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -43285,43 +38849,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.contentTypes.BaseTypes.GetBase - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: sites.contentTypes.BaseTypes.ListBaseTypes - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: sites.contentTypes.BaseTypes.ListColumnLinks - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: sites.contentTypes.BaseTypes.ListColumnPositions - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: sites.contentTypes.BaseTypes.ListColumns - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43395,7 +38928,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -43433,7 +38966,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43500,7 +39033,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43547,8 +39080,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43756,7 +39293,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -43854,19 +39391,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.contentTypes.ColumnPositions.GetSourceColumn - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44035,7 +39565,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -44077,7 +39607,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44176,19 +39706,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.contentTypes.Columns.GetSourceColumn - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44230,8 +39753,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44367,19 +39894,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44506,7 +40026,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -44619,7 +40139,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -44660,7 +40180,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -44762,7 +40282,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -44861,49 +40381,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: sites.Drive.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - lastModifiedByUser: - operationId: sites.Drive.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - activities: - operationId: sites.Drive.ListActivities - parameters: - site-id: $request.path.site-id - bundles: - operationId: sites.Drive.ListBundles - parameters: - site-id: $request.path.site-id - following: - operationId: sites.Drive.ListFollowing - parameters: - site-id: $request.path.site-id - items: - operationId: sites.Drive.ListItems - parameters: - site-id: $request.path.site-id - list: - operationId: sites.Drive.GetList - parameters: - site-id: $request.path.site-id - root: - operationId: sites.Drive.GetRoot - parameters: - site-id: $request.path.site-id - special: - operationId: sites.Drive.ListSpecial - parameters: - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45029,7 +40512,7 @@ paths: - special type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' @@ -45118,58 +40601,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: sites.Drives.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: sites.Drives.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - activities: - operationId: sites.Drives.ListActivities - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - bundles: - operationId: sites.Drives.ListBundles - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - following: - operationId: sites.Drives.ListFollowing - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - items: - operationId: sites.Drives.ListItems - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - list: - operationId: sites.Drives.GetList - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - root: - operationId: sites.Drives.GetRoot - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - special: - operationId: sites.Drives.ListSpecial - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45327,7 +40764,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -45417,18 +40854,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.ExternalColumns.GetSourceColumn - parameters: - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45551,7 +40982,7 @@ paths: - subscriptions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listCollectionResponse' default: $ref: '#/components/responses/error' @@ -45585,7 +41016,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45674,58 +41105,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: sites.Lists.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - lastModifiedByUser: - operationId: sites.Lists.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - activities: - operationId: sites.Lists.ListActivities - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - columns: - operationId: sites.Lists.ListColumns - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentTypes: - operationId: sites.Lists.ListContentTypes - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - drive: - operationId: sites.Lists.GetDrive - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - items: - operationId: sites.Lists.ListItems - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - operations: - operationId: sites.Lists.ListOperations - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - subscriptions: - operationId: sites.Lists.ListSubscriptions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45759,8 +41144,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45878,7 +41267,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -45916,7 +41305,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46090,7 +41479,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -46132,7 +41521,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46230,19 +41619,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.lists.Columns.GetSourceColumn - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46284,8 +41666,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46421,19 +41807,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.lists.columns.SourceColumn.GetSourceColumn - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46559,7 +41938,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -46597,7 +41976,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46686,53 +42065,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.lists.ContentTypes.GetBase - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: sites.lists.ContentTypes.ListBaseTypes - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: sites.lists.ContentTypes.ListColumnLinks - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: sites.lists.ContentTypes.ListColumnPositions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columns: - operationId: sites.lists.ContentTypes.ListColumns - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: sites.site.lists.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: sites.site.lists.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: sites.site.lists.list.contentTypes.contentType.isPublished - publish: - operationId: sites.site.lists.list.contentTypes.contentType.publish - unpublish: - operationId: sites.site.lists.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46774,8 +42112,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46902,43 +42244,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.lists.contentTypes.Base.GetBase - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: sites.lists.contentTypes.Base.ListBaseTypes - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: sites.lists.contentTypes.Base.ListColumnLinks - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: sites.lists.contentTypes.Base.ListColumnPositions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columns: - operationId: sites.lists.contentTypes.Base.ListColumns - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47069,7 +42380,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -47166,48 +42477,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.lists.contentTypes.BaseTypes.GetBase - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: sites.lists.contentTypes.BaseTypes.ListBaseTypes - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: sites.lists.contentTypes.BaseTypes.ListColumnLinks - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: sites.lists.contentTypes.BaseTypes.ListColumnPositions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: sites.lists.contentTypes.BaseTypes.ListColumns - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47289,7 +42564,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -47335,7 +42610,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -47410,7 +42685,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -47465,8 +42740,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47690,7 +42969,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -47796,20 +43075,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.lists.contentTypes.ColumnPositions.GetSourceColumn - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47986,7 +43257,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -48036,7 +43307,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -48143,20 +43414,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.lists.contentTypes.Columns.GetSourceColumn - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48206,8 +43469,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48359,20 +43626,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.lists.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48523,7 +43782,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -48660,7 +43919,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -48709,7 +43968,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -48819,7 +44078,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -48923,58 +44182,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: sites.lists.Drive.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - lastModifiedByUser: - operationId: sites.lists.Drive.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - activities: - operationId: sites.lists.Drive.ListActivities - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - bundles: - operationId: sites.lists.Drive.ListBundles - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - following: - operationId: sites.lists.Drive.ListFollowing - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - items: - operationId: sites.lists.Drive.ListItems - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - list: - operationId: sites.lists.Drive.GetList - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - root: - operationId: sites.lists.Drive.GetRoot - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - special: - operationId: sites.lists.Drive.ListSpecial - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49100,7 +44313,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -49142,7 +44355,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49236,65 +44449,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: sites.lists.Items.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: sites.lists.Items.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - activities: - operationId: sites.lists.Items.ListActivities - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - analytics: - operationId: sites.lists.Items.GetAnalytics - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: sites.lists.Items.ListDocumentSetVersions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: sites.lists.Items.GetDriveItem - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - fields: - operationId: sites.lists.Items.GetFields - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - versions: - operationId: sites.lists.Items.ListVersions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - createLink: - operationId: sites.site.lists.list.items.listItem.createLink - getActivitiesByInterval: - operationId: sites.site.lists.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49336,8 +44496,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49471,7 +44635,7 @@ paths: - listItem type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.itemActivityOLDCollectionResponse' default: $ref: '#/components/responses/error' @@ -49517,7 +44681,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49598,27 +44762,12 @@ paths: - listItem type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - links: - driveItem: - operationId: sites.lists.items.Activities.GetDriveItem - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: sites.lists.items.Activities.GetListItem - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49668,8 +44817,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49844,90 +44997,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: sites.lists.items.activities.DriveItem.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: sites.lists.items.activities.DriveItem.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - workbook: - operationId: sites.lists.items.activities.DriveItem.GetWorkbook - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: sites.lists.items.activities.DriveItem.ListActivities - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: sites.lists.items.activities.DriveItem.GetAnalytics - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - children: - operationId: sites.lists.items.activities.DriveItem.ListChildren - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - listItem: - operationId: sites.lists.items.activities.DriveItem.GetListItem - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - permissions: - operationId: sites.lists.items.activities.DriveItem.ListPermissions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - subscriptions: - operationId: sites.lists.items.activities.DriveItem.ListSubscriptions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - thumbnails: - operationId: sites.lists.items.activities.DriveItem.ListThumbnails - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: sites.lists.items.activities.DriveItem.ListVersions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49972,7 +45047,7 @@ paths: type: string x-ms-docs-key-type: itemActivityOLD responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -50127,69 +45202,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: sites.lists.items.activities.ListItem.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - lastModifiedByUser: - operationId: sites.lists.items.activities.ListItem.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - activities: - operationId: sites.lists.items.activities.ListItem.ListActivities - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - analytics: - operationId: sites.lists.items.activities.ListItem.GetAnalytics - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - documentSetVersions: - operationId: sites.lists.items.activities.ListItem.ListDocumentSetVersions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - driveItem: - operationId: sites.lists.items.activities.ListItem.GetDriveItem - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - fields: - operationId: sites.lists.items.activities.ListItem.GetFields - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id - versions: - operationId: sites.lists.items.activities.ListItem.ListVersions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityOLD-id: $request.path.itemActivityOLD-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50256,31 +45274,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: sites.lists.items.Analytics.GetAllTime - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: sites.lists.items.Analytics.ListItemActivityStats - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: sites.lists.items.Analytics.GetLastSevenDays - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50388,7 +45387,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -50438,7 +45437,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -50522,22 +45521,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: sites.lists.items.DocumentSetVersions.GetFields - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: sites.site.lists.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50587,8 +45576,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50805,79 +45798,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: sites.lists.items.DriveItem.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: sites.lists.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - workbook: - operationId: sites.lists.items.DriveItem.GetWorkbook - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - activities: - operationId: sites.lists.items.DriveItem.ListActivities - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - analytics: - operationId: sites.lists.items.DriveItem.GetAnalytics - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - children: - operationId: sites.lists.items.DriveItem.ListChildren - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - listItem: - operationId: sites.lists.items.DriveItem.GetListItem - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - permissions: - operationId: sites.lists.items.DriveItem.ListPermissions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: sites.lists.items.DriveItem.ListSubscriptions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: sites.lists.items.DriveItem.ListThumbnails - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - versions: - operationId: sites.lists.items.DriveItem.ListVersions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50914,7 +45840,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -51026,7 +45952,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -51077,8 +46003,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51192,7 +46122,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -51315,7 +46245,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -51424,7 +46354,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -51470,7 +46400,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -51549,22 +46479,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: sites.lists.items.Versions.GetFields - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: sites.site.lists.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51614,8 +46534,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51734,7 +46658,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -51789,8 +46713,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51987,7 +46915,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -52119,7 +47047,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -52239,7 +47167,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -52277,7 +47205,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52352,7 +47280,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -52399,8 +47327,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52558,7 +47490,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -52596,7 +47528,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52677,15 +47609,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: sites.site.lists.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52727,8 +47656,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52909,7 +47842,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -53032,7 +47965,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -53079,7 +48012,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -53141,7 +48074,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -53219,7 +48152,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -53297,7 +48230,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -53380,7 +48313,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -53504,7 +48437,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -53574,7 +48507,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -53644,7 +48577,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -53719,7 +48652,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -53827,7 +48760,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -53869,7 +48802,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -53907,7 +48840,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -53979,7 +48912,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -54055,7 +48988,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -54125,7 +49058,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -54195,7 +49128,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -54270,7 +49203,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -54378,7 +49311,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -54440,7 +49373,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -54502,7 +49435,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -54569,7 +49502,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -54661,7 +49594,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -54778,7 +49711,7 @@ paths: - lastModifiedByUser type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sitePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -54812,7 +49745,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sitePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -54888,25 +49821,12 @@ paths: - lastModifiedByUser type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sitePage' - links: - createdByUser: - operationId: sites.Pages.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - sitePage-id: $request.path.sitePage-id - lastModifiedByUser: - operationId: sites.Pages.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - sitePage-id: $request.path.sitePage-id - publish: - operationId: sites.site.pages.sitePage.publish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54940,8 +49860,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sitePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sitePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55103,7 +50027,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -55137,7 +50061,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55206,17 +50130,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: sites.site.permissions.permission.grant - revokeGrants: - operationId: sites.site.permissions.permission.revokeGrants default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55250,8 +50169,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55336,7 +50259,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -55401,7 +50324,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -55549,7 +50472,7 @@ paths: - onenote type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' @@ -55653,93 +50576,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: sites.Sites.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - lastModifiedByUser: - operationId: sites.Sites.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - analytics: - operationId: sites.Sites.GetAnalytics - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - columns: - operationId: sites.Sites.ListColumns - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - contentTypes: - operationId: sites.Sites.ListContentTypes - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - drive: - operationId: sites.Sites.GetDrive - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - drives: - operationId: sites.Sites.ListDrives - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - externalColumns: - operationId: sites.Sites.ListExternalColumns - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - items: - operationId: sites.Sites.ListItems - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - lists: - operationId: sites.Sites.ListLists - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - operations: - operationId: sites.Sites.ListOperations - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - pages: - operationId: sites.Sites.ListPages - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - permissions: - operationId: sites.Sites.ListPermissions - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - sites: - operationId: sites.Sites.ListSites - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - termStore: - operationId: sites.Sites.GetTermStore - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - onenote: - operationId: sites.Sites.GetOnenote - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55793,21 +50635,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' - links: - groups: - operationId: sites.TermStore.ListGroups - parameters: - site-id: $request.path.site-id - sets: - operationId: sites.TermStore.ListSets - parameters: - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55833,8 +50666,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55943,7 +50780,7 @@ paths: - sets type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -55977,7 +50814,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56042,18 +50879,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: sites.termStore.Groups.ListSets - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56087,8 +50918,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56216,7 +51051,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -56254,7 +51089,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56332,37 +51167,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.Sets.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - parentGroup: - operationId: sites.termStore.groups.Sets.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relations: - operationId: sites.termStore.groups.Sets.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - terms: - operationId: sites.termStore.groups.Sets.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56404,8 +51214,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56550,7 +51364,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -56600,7 +51414,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56685,34 +51499,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.Children.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.groups.sets.Children.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStore.groups.sets.Children.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56762,8 +51554,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56921,7 +51717,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -56975,7 +51771,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -57068,37 +51864,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.children.Children.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.groups.sets.children.Children.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.groups.sets.children.Children.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57156,8 +51927,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57319,7 +52094,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -57381,7 +52156,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -57478,40 +52253,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.groups.sets.children.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.groups.sets.children.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57577,8 +52324,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57740,40 +52491,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.children.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57870,49 +52593,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.children.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.groups.sets.children.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.groups.sets.children.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58008,40 +52694,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.children.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58130,45 +52788,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.children.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.groups.sets.children.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.groups.sets.children.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.groups.sets.children.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58264,7 +52889,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -58318,7 +52943,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58407,37 +53032,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.groups.sets.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.groups.sets.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58495,8 +53095,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58642,37 +53246,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58761,45 +53340,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.groups.sets.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.groups.sets.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58887,37 +53433,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58998,41 +53519,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.groups.sets.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.groups.sets.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStore.groups.sets.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59100,19 +53592,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: sites.termStore.groups.sets.ParentGroup.ListSets - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59154,8 +53639,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59288,7 +53777,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -59334,7 +53823,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -59415,34 +53904,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.groups.sets.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.Relations.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.groups.sets.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59492,8 +53959,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59623,34 +54094,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59731,41 +54180,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.groups.sets.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.groups.sets.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59845,34 +54265,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59972,7 +54370,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -60018,7 +54416,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60103,34 +54501,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.Terms.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.groups.sets.Terms.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStore.groups.sets.Terms.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60180,8 +54556,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60339,7 +54719,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -60393,7 +54773,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60486,37 +54866,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.terms.Children.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.groups.sets.terms.Children.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.groups.sets.terms.Children.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60574,8 +54929,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60737,7 +55096,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -60799,7 +55158,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60896,40 +55255,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.groups.sets.terms.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.groups.sets.terms.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60995,8 +55326,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61158,40 +55493,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.terms.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61288,49 +55595,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.terms.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.groups.sets.terms.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.groups.sets.terms.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61426,40 +55696,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.terms.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61548,45 +55790,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.terms.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.groups.sets.terms.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.groups.sets.terms.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.groups.sets.terms.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61682,7 +55891,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -61736,7 +55945,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -61825,37 +56034,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.groups.sets.terms.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.Relations.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.groups.sets.terms.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61913,8 +56097,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62060,37 +56248,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.terms.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62179,45 +56342,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.terms.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.groups.sets.terms.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.groups.sets.terms.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62305,37 +56435,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.terms.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62416,41 +56521,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.terms.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.groups.sets.terms.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.groups.sets.terms.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStore.groups.sets.terms.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62533,7 +56609,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -62563,7 +56639,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62633,33 +56709,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.Sets.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - parentGroup: - operationId: sites.termStore.Sets.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relations: - operationId: sites.termStore.Sets.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - terms: - operationId: sites.termStore.Sets.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62693,8 +56748,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62823,7 +56882,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -62865,7 +56924,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62942,31 +57001,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStore.sets.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63008,8 +57048,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63151,7 +57195,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -63197,7 +57241,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63282,34 +57326,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.children.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.children.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.sets.children.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63359,8 +57381,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63506,7 +57532,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -63560,7 +57586,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63649,37 +57675,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.children.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.children.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63737,8 +57738,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63884,37 +57889,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.children.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64003,45 +57983,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.children.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.children.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.children.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64129,37 +58076,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.children.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64240,41 +58162,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.children.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.sets.children.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.children.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.sets.children.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64362,7 +58255,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -64408,7 +58301,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -64489,34 +58382,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64566,8 +58437,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64697,34 +58572,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64805,41 +58658,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64919,34 +58743,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65019,37 +58821,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.sets.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStore.sets.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65109,18 +58886,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: sites.termStore.sets.ParentGroup.ListSets - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65154,8 +58925,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65283,7 +59058,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -65321,7 +59096,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -65399,37 +59174,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.Sets.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - parentGroup: - operationId: sites.termStore.sets.parentGroup.Sets.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relations: - operationId: sites.termStore.sets.parentGroup.Sets.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - terms: - operationId: sites.termStore.sets.parentGroup.Sets.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65471,8 +59221,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65617,7 +59371,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -65667,7 +59421,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -65752,34 +59506,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: sites.termStore.sets.parentGroup.sets.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65829,8 +59561,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65988,7 +59724,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -66042,7 +59778,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -66135,37 +59871,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.sets.parentGroup.sets.children.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66223,8 +59934,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66386,7 +60101,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -66448,7 +60163,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -66545,40 +60260,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66644,8 +60331,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66807,40 +60498,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66937,49 +60600,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67075,40 +60701,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67197,45 +60795,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67331,7 +60896,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -67385,7 +60950,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -67474,37 +61039,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.parentGroup.sets.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.parentGroup.sets.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67562,8 +61102,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67709,37 +61253,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67828,45 +61347,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67954,37 +61440,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68065,41 +61526,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68190,7 +61622,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -68236,7 +61668,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -68317,34 +61749,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.parentGroup.sets.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.parentGroup.sets.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68394,8 +61804,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68525,34 +61939,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68633,41 +62025,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68747,34 +62110,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68874,7 +62215,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -68920,7 +62261,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -69005,34 +62346,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.Terms.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.Terms.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: sites.termStore.sets.parentGroup.sets.Terms.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69082,8 +62401,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69241,7 +62564,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -69295,7 +62618,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -69388,37 +62711,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69476,8 +62774,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69639,7 +62941,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -69701,7 +63003,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -69798,40 +63100,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69897,8 +63171,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70060,40 +63338,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70190,49 +63440,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70328,40 +63541,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70450,45 +63635,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70584,7 +63736,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -70638,7 +63790,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -70727,37 +63879,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.parentGroup.sets.terms.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.parentGroup.sets.terms.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70815,8 +63942,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70962,37 +64093,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71081,45 +64187,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71207,37 +64280,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71318,41 +64366,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.terms.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.terms.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71435,7 +64454,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -71473,7 +64492,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -71546,31 +64565,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71612,8 +64612,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71727,31 +64731,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71824,37 +64809,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71926,31 +64886,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72042,7 +64983,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -72080,7 +65021,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -72157,31 +65098,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.Terms.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.Terms.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStore.sets.Terms.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72223,8 +65145,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72366,7 +65292,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -72412,7 +65338,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -72497,34 +65423,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.terms.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.terms.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.sets.terms.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72574,8 +65478,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72721,7 +65629,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -72775,7 +65683,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -72864,37 +65772,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.terms.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.terms.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72952,8 +65835,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73099,37 +65986,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.terms.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73218,45 +66080,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.terms.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.terms.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.terms.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73344,37 +66173,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.terms.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73455,41 +66259,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.terms.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.sets.terms.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.terms.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.sets.terms.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73577,7 +66352,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -73623,7 +66398,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -73704,34 +66479,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.terms.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.terms.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73781,8 +66534,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73912,34 +66669,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.terms.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74020,41 +66755,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.terms.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.terms.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.terms.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74134,34 +66840,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.terms.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74234,37 +66918,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.terms.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.sets.terms.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.terms.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStore.sets.terms.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74293,7 +66952,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74415,7 +67074,7 @@ paths: - siteCollection desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -74466,7 +67125,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74628,7 +67287,7 @@ paths: - onenote type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' @@ -74731,93 +67390,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: users.FollowedSites.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - lastModifiedByUser: - operationId: users.FollowedSites.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - analytics: - operationId: users.FollowedSites.GetAnalytics - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - columns: - operationId: users.FollowedSites.ListColumns - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - contentTypes: - operationId: users.FollowedSites.ListContentTypes - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - drive: - operationId: users.FollowedSites.GetDrive - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - drives: - operationId: users.FollowedSites.ListDrives - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - externalColumns: - operationId: users.FollowedSites.ListExternalColumns - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - items: - operationId: users.FollowedSites.ListItems - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - lists: - operationId: users.FollowedSites.ListLists - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - operations: - operationId: users.FollowedSites.ListOperations - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - pages: - operationId: users.FollowedSites.ListPages - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - permissions: - operationId: users.FollowedSites.ListPermissions - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - sites: - operationId: users.FollowedSites.ListSites - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - termStore: - operationId: users.FollowedSites.GetTermStore - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - onenote: - operationId: users.FollowedSites.GetOnenote - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88885,6 +81463,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -92927,6 +85506,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index dcb7b62b963..dbc90ee0f6a 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -71,7 +71,7 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -96,7 +96,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -150,17 +150,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: appCatalogs.TeamsApps.ListAppDefinitions - parameters: - teamsApp-id: $request.path.teamsApp-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -186,8 +181,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -312,7 +311,7 @@ paths: - outlineIcon type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -346,7 +345,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -420,28 +419,12 @@ paths: - outlineIcon type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: appCatalogs.teamsApps.AppDefinitions.GetBot - parameters: - teamsApp-id: $request.path.teamsApp-id - teamsAppDefinition-id: $request.path.teamsAppDefinition-id - colorIcon: - operationId: appCatalogs.teamsApps.AppDefinitions.GetColorIcon - parameters: - teamsApp-id: $request.path.teamsApp-id - teamsAppDefinition-id: $request.path.teamsAppDefinition-id - outlineIcon: - operationId: appCatalogs.teamsApps.AppDefinitions.GetOutlineIcon - parameters: - teamsApp-id: $request.path.teamsApp-id - teamsAppDefinition-id: $request.path.teamsAppDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -475,8 +458,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -566,7 +553,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -605,8 +592,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkBot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkBot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -699,18 +690,12 @@ paths: - hostedContent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' - links: - hostedContent: - operationId: appCatalogs.teamsApps.appDefinitions.ColorIcon.GetHostedContent - parameters: - teamsApp-id: $request.path.teamsApp-id - teamsAppDefinition-id: $request.path.teamsAppDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -744,8 +729,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -837,7 +826,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -876,8 +865,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -942,7 +935,7 @@ paths: type: string x-ms-docs-key-type: teamsAppDefinition responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1043,18 +1036,12 @@ paths: - hostedContent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' - links: - hostedContent: - operationId: appCatalogs.teamsApps.appDefinitions.OutlineIcon.GetHostedContent - parameters: - teamsApp-id: $request.path.teamsApp-id - teamsAppDefinition-id: $request.path.teamsAppDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1088,8 +1075,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1181,7 +1172,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1220,8 +1211,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1286,7 +1281,7 @@ paths: type: string x-ms-docs-key-type: teamsAppDefinition responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1426,7 +1421,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatCollectionResponse' default: $ref: '#/components/responses/error' @@ -1451,7 +1446,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -1528,55 +1523,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' - links: - installedApps: - operationId: chats.ListInstalledApps - parameters: - chat-id: $request.path.chat-id - lastMessagePreview: - operationId: chats.GetLastMessagePreview - parameters: - chat-id: $request.path.chat-id - members: - operationId: chats.ListMembers - parameters: - chat-id: $request.path.chat-id - messages: - operationId: chats.ListMessages - parameters: - chat-id: $request.path.chat-id - operations: - operationId: chats.ListOperations - parameters: - chat-id: $request.path.chat-id - permissionGrants: - operationId: chats.ListPermissionGrants - parameters: - chat-id: $request.path.chat-id - pinnedMessages: - operationId: chats.ListPinnedMessages - parameters: - chat-id: $request.path.chat-id - tabs: - operationId: chats.ListTabs - parameters: - chat-id: $request.path.chat-id - hideForUser: - operationId: chats.chat.hideGraphFPreUser - markChatReadForUser: - operationId: chats.chat.markChatReadGraphFPreUser - markChatUnreadForUser: - operationId: chats.chat.markChatUnreadGraphFPreUser - sendActivityNotification: - operationId: chats.chat.sendActivityNotification - unhideForUser: - operationId: chats.chat.unhideGraphFPreUser default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1606,8 +1558,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1703,7 +1659,7 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1737,7 +1693,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1799,25 +1755,12 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - links: - teamsApp: - operationId: chats.InstalledApps.GetTeamsApp - parameters: - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - teamsAppDefinition: - operationId: chats.InstalledApps.GetTeamsAppDefinition - parameters: - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - upgrade: - operationId: chats.chat.installedApps.teamsAppInstallation.upgrade default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1851,8 +1794,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1977,18 +1924,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: chats.installedApps.TeamsApp.ListAppDefinitions - parameters: - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2057,28 +1998,12 @@ paths: - outlineIcon type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: chats.installedApps.TeamsAppDefinition.GetBot - parameters: - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - colorIcon: - operationId: chats.installedApps.TeamsAppDefinition.GetColorIcon - parameters: - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - outlineIcon: - operationId: chats.installedApps.TeamsAppDefinition.GetOutlineIcon - parameters: - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2129,7 +2054,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2160,8 +2085,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2262,7 +2191,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -2296,7 +2225,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2357,7 +2286,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2396,8 +2325,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2469,7 +2402,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2626,7 +2559,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -2660,7 +2593,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2745,31 +2678,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: chats.Messages.ListHostedContents - parameters: - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: chats.Messages.ListReplies - parameters: - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - setReaction: - operationId: chats.chat.messages.chatMessage.setReaction - softDelete: - operationId: chats.chat.messages.chatMessage.softDelete - undoSoftDelete: - operationId: chats.chat.messages.chatMessage.undoSoftDelete - unsetReaction: - operationId: chats.chat.messages.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2803,8 +2717,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2918,7 +2836,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -2956,7 +2874,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3024,7 +2942,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3071,8 +2989,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3411,7 +3333,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -3453,7 +3375,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3546,33 +3468,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: chats.messages.Replies.ListHostedContents - parameters: - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: chats.messages.Replies.ListReplies - parameters: - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - setReaction: - operationId: chats.chat.messages.chatMessage.replies.chatMessage.setReaction - softDelete: - operationId: chats.chat.messages.chatMessage.replies.chatMessage.softDelete - undoSoftDelete: - operationId: chats.chat.messages.chatMessage.replies.chatMessage.undoSoftDelete - unsetReaction: - operationId: chats.chat.messages.chatMessage.replies.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3614,8 +3515,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3745,7 +3650,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -3791,7 +3696,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3867,7 +3772,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3922,8 +3827,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4284,7 +4193,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4427,7 +4336,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4756,7 +4665,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -4786,7 +4695,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4852,7 +4761,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4891,8 +4800,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5010,7 +4923,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -5040,7 +4953,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5104,23 +5017,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - links: - checkMemberGroups: - operationId: chats.chat.permissionGrants.resourceSpecificPermissionGrant.checkMemberGroups - checkMemberObjects: - operationId: chats.chat.permissionGrants.resourceSpecificPermissionGrant.checkMemberObjects - getMemberGroups: - operationId: chats.chat.permissionGrants.resourceSpecificPermissionGrant.getMemberGroups - getMemberObjects: - operationId: chats.chat.permissionGrants.resourceSpecificPermissionGrant.getMemberObjects - restore: - operationId: chats.chat.permissionGrants.resourceSpecificPermissionGrant.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5154,8 +5056,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5235,7 +5141,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5295,7 +5201,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5359,7 +5265,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5419,7 +5325,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5469,7 +5375,7 @@ paths: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant responses: - '200': + 2XX: description: Success content: application/json: @@ -5517,7 +5423,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5572,7 +5478,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5694,7 +5600,7 @@ paths: - message type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pinnedChatMessageInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -5728,7 +5634,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5788,18 +5694,12 @@ paths: - message type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' - links: - message: - operationId: chats.PinnedMessages.GetMessage - parameters: - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5833,8 +5733,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5948,23 +5852,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: chats.pinnedMessages.Message.ListHostedContents - parameters: - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id - replies: - operationId: chats.pinnedMessages.Message.ListReplies - parameters: - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6050,7 +5943,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -6084,7 +5977,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6150,18 +6043,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: chats.Tabs.GetTeamsApp - parameters: - chat-id: $request.path.chat-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6195,8 +6082,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6288,18 +6179,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: chats.tabs.TeamsApp.ListAppDefinitions - parameters: - chat-id: $request.path.chat-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6412,7 +6297,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6544,7 +6429,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6655,83 +6540,12 @@ paths: - schedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' - links: - allChannels: - operationId: groups.Team.ListAllChannels - parameters: - group-id: $request.path.group-id - channels: - operationId: groups.Team.ListChannels - parameters: - group-id: $request.path.group-id - group: - operationId: groups.Team.GetGroup - parameters: - group-id: $request.path.group-id - incomingChannels: - operationId: groups.Team.ListIncomingChannels - parameters: - group-id: $request.path.group-id - installedApps: - operationId: groups.Team.ListInstalledApps - parameters: - group-id: $request.path.group-id - members: - operationId: groups.Team.ListMembers - parameters: - group-id: $request.path.group-id - operations: - operationId: groups.Team.ListOperations - parameters: - group-id: $request.path.group-id - owners: - operationId: groups.Team.ListOwners - parameters: - group-id: $request.path.group-id - permissionGrants: - operationId: groups.Team.ListPermissionGrants - parameters: - group-id: $request.path.group-id - photo: - operationId: groups.Team.GetPhoto - parameters: - group-id: $request.path.group-id - primaryChannel: - operationId: groups.Team.GetPrimaryChannel - parameters: - group-id: $request.path.group-id - tags: - operationId: groups.Team.ListTags - parameters: - group-id: $request.path.group-id - template: - operationId: groups.Team.GetTemplate - parameters: - group-id: $request.path.group-id - templateDefinition: - operationId: groups.Team.GetTemplateDefinition - parameters: - group-id: $request.path.group-id - schedule: - operationId: groups.Team.GetSchedule - parameters: - group-id: $request.path.group-id - archive: - operationId: groups.group.team.archive - clone: - operationId: groups.group.team.clone - completeMigration: - operationId: groups.group.team.completeMigration - sendActivityNotification: - operationId: groups.group.team.sendActivityNotification - unarchive: - operationId: groups.group.team.unarchive default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6761,8 +6575,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.team' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6894,7 +6712,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -6971,38 +6789,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: groups.team.AllChannels.GetFilesFolder - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - members: - operationId: groups.team.AllChannels.ListMembers - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - messages: - operationId: groups.team.AllChannels.ListMessages - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: groups.team.AllChannels.ListSharedGraphWPreTeams - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - tabs: - operationId: groups.team.AllChannels.ListTabs - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7108,7 +6900,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -7142,7 +6934,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7220,46 +7012,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: groups.team.Channels.GetFilesFolder - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - members: - operationId: groups.team.Channels.ListMembers - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - messages: - operationId: groups.team.Channels.ListMessages - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: groups.team.Channels.ListSharedGraphWPreTeams - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - tabs: - operationId: groups.team.Channels.ListTabs - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - completeMigration: - operationId: groups.group.team.channels.channel.completeMigration - doesUserHaveAccess: - operationId: groups.group.team.channels.channel.doesUserHaveAccess - provisionEmail: - operationId: groups.group.team.channels.channel.provisionEmail - removeEmail: - operationId: groups.group.team.channels.channel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7293,8 +7051,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7441,68 +7203,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.team.channels.FilesFolder.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - lastModifiedByUser: - operationId: groups.team.channels.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - workbook: - operationId: groups.team.channels.FilesFolder.GetWorkbook - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - activities: - operationId: groups.team.channels.FilesFolder.ListActivities - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - analytics: - operationId: groups.team.channels.FilesFolder.GetAnalytics - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - children: - operationId: groups.team.channels.FilesFolder.ListChildren - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - listItem: - operationId: groups.team.channels.FilesFolder.GetListItem - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - permissions: - operationId: groups.team.channels.FilesFolder.ListPermissions - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - subscriptions: - operationId: groups.team.channels.FilesFolder.ListSubscriptions - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - thumbnails: - operationId: groups.team.channels.FilesFolder.ListThumbnails - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - versions: - operationId: groups.team.channels.FilesFolder.ListVersions - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7534,7 +7240,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -7660,7 +7366,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -7702,7 +7408,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7771,7 +7477,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7818,8 +7524,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8008,7 +7718,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -8050,7 +7760,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8143,33 +7853,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: groups.team.channels.Messages.ListHostedContents - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: groups.team.channels.Messages.ListReplies - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - setReaction: - operationId: groups.group.team.channels.channel.messages.chatMessage.setReaction - softDelete: - operationId: groups.group.team.channels.channel.messages.chatMessage.softDelete - undoSoftDelete: - operationId: groups.group.team.channels.channel.messages.chatMessage.undoSoftDelete - unsetReaction: - operationId: groups.group.team.channels.channel.messages.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8211,8 +7900,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8342,7 +8035,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -8388,7 +8081,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8464,7 +8157,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8519,8 +8212,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8725,7 +8422,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -8775,7 +8472,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8876,35 +8573,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: groups.team.channels.messages.Replies.ListHostedContents - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: groups.team.channels.messages.Replies.ListReplies - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - setReaction: - operationId: groups.group.team.channels.channel.messages.chatMessage.replies.chatMessage.setReaction - softDelete: - operationId: groups.group.team.channels.channel.messages.chatMessage.replies.chatMessage.softDelete - undoSoftDelete: - operationId: groups.group.team.channels.channel.messages.chatMessage.replies.chatMessage.undoSoftDelete - unsetReaction: - operationId: groups.group.team.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8954,8 +8628,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9101,7 +8779,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -9155,7 +8833,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9239,7 +8917,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9302,8 +8980,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9448,7 +9130,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -9486,7 +9168,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9559,25 +9241,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: groups.team.channels.SharedGraphWPreTeams.GetTeam - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: groups.team.channels.SharedGraphWPreTeams.ListAllowedMembers - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9619,8 +9288,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9753,7 +9426,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -9829,7 +9502,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9928,7 +9601,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -9966,7 +9639,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10040,19 +9713,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: groups.team.channels.Tabs.GetTeamsApp - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10094,8 +9760,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10203,19 +9873,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: groups.team.channels.tabs.TeamsApp.ListAppDefinitions - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10366,125 +10029,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: groups.team.Group.ListAppRoleAssignments - parameters: - group-id: $request.path.group-id - createdOnBehalfOf: - operationId: groups.team.Group.GetCreatedOnBehalfGraphOPre - parameters: - group-id: $request.path.group-id - endpoints: - operationId: groups.team.Group.ListEndpoints - parameters: - group-id: $request.path.group-id - memberOf: - operationId: groups.team.Group.ListMemberGraphOPre - parameters: - group-id: $request.path.group-id - members: - operationId: groups.team.Group.ListMembers - parameters: - group-id: $request.path.group-id - membersWithLicenseErrors: - operationId: groups.team.Group.ListMembersGraphWPreLicenseErrors - parameters: - group-id: $request.path.group-id - owners: - operationId: groups.team.Group.ListOwners - parameters: - group-id: $request.path.group-id - permissionGrants: - operationId: groups.team.Group.ListPermissionGrants - parameters: - group-id: $request.path.group-id - settings: - operationId: groups.team.Group.ListSettings - parameters: - group-id: $request.path.group-id - transitiveMemberOf: - operationId: groups.team.Group.ListTransitiveMemberGraphOPre - parameters: - group-id: $request.path.group-id - transitiveMembers: - operationId: groups.team.Group.ListTransitiveMembers - parameters: - group-id: $request.path.group-id - acceptedSenders: - operationId: groups.team.Group.ListAcceptedSenders - parameters: - group-id: $request.path.group-id - calendar: - operationId: groups.team.Group.GetCalendar - parameters: - group-id: $request.path.group-id - calendarView: - operationId: groups.team.Group.ListCalendarView - parameters: - group-id: $request.path.group-id - conversations: - operationId: groups.team.Group.ListConversations - parameters: - group-id: $request.path.group-id - events: - operationId: groups.team.Group.ListEvents - parameters: - group-id: $request.path.group-id - rejectedSenders: - operationId: groups.team.Group.ListRejectedSenders - parameters: - group-id: $request.path.group-id - threads: - operationId: groups.team.Group.ListThreads - parameters: - group-id: $request.path.group-id - drive: - operationId: groups.team.Group.GetDrive - parameters: - group-id: $request.path.group-id - drives: - operationId: groups.team.Group.ListDrives - parameters: - group-id: $request.path.group-id - sites: - operationId: groups.team.Group.ListSites - parameters: - group-id: $request.path.group-id - extensions: - operationId: groups.team.Group.ListExtensions - parameters: - group-id: $request.path.group-id - groupLifecyclePolicies: - operationId: groups.team.Group.ListGroupLifecyclePolicies - parameters: - group-id: $request.path.group-id - planner: - operationId: groups.team.Group.GetPlanner - parameters: - group-id: $request.path.group-id - onenote: - operationId: groups.team.Group.GetOnenote - parameters: - group-id: $request.path.group-id - photo: - operationId: groups.team.Group.GetPhoto - parameters: - group-id: $request.path.group-id - photos: - operationId: groups.team.Group.ListPhotos - parameters: - group-id: $request.path.group-id - team: - operationId: groups.team.Group.GetTeam - parameters: - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10590,7 +10140,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -10667,38 +10217,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: groups.team.IncomingChannels.GetFilesFolder - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - members: - operationId: groups.team.IncomingChannels.ListMembers - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - messages: - operationId: groups.team.IncomingChannels.ListMessages - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: groups.team.IncomingChannels.ListSharedGraphWPreTeams - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - tabs: - operationId: groups.team.IncomingChannels.ListTabs - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10768,7 +10292,7 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -10802,7 +10326,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10864,25 +10388,12 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - links: - teamsApp: - operationId: groups.team.InstalledApps.GetTeamsApp - parameters: - group-id: $request.path.group-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - teamsAppDefinition: - operationId: groups.team.InstalledApps.GetTeamsAppDefinition - parameters: - group-id: $request.path.group-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - upgrade: - operationId: groups.group.team.installedApps.teamsAppInstallation.upgrade default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10916,8 +10427,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11009,18 +10524,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: groups.team.installedApps.TeamsApp.ListAppDefinitions - parameters: - group-id: $request.path.group-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11089,28 +10598,12 @@ paths: - outlineIcon type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: groups.team.installedApps.TeamsAppDefinition.GetBot - parameters: - group-id: $request.path.group-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - colorIcon: - operationId: groups.team.installedApps.TeamsAppDefinition.GetColorIcon - parameters: - group-id: $request.path.group-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - outlineIcon: - operationId: groups.team.installedApps.TeamsAppDefinition.GetOutlineIcon - parameters: - group-id: $request.path.group-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11185,7 +10678,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -11219,7 +10712,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11280,7 +10773,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11319,8 +10812,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11441,7 +10938,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -11471,7 +10968,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11537,7 +11034,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11576,8 +11073,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12045,7 +11546,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -12311,333 +11812,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: groups.team.Owners.GetAnalytics - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - cloudPCs: - operationId: groups.team.Owners.ListCloudPCs - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - usageRights: - operationId: groups.team.Owners.ListUsageRights - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - informationProtection: - operationId: groups.team.Owners.GetInformationProtection - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - appRoleAssignedResources: - operationId: groups.team.Owners.ListAppRoleAssignedResources - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - appRoleAssignments: - operationId: groups.team.Owners.ListAppRoleAssignments - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - createdObjects: - operationId: groups.team.Owners.ListCreatedObjects - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - directReports: - operationId: groups.team.Owners.ListDirectReports - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - licenseDetails: - operationId: groups.team.Owners.ListLicenseDetails - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - manager: - operationId: groups.team.Owners.GetManager - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - memberOf: - operationId: groups.team.Owners.ListMemberGraphOPre - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - oauth2PermissionGrants: - operationId: groups.team.Owners.ListOauth2PermissionGrants - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - ownedDevices: - operationId: groups.team.Owners.ListOwnedDevices - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - ownedObjects: - operationId: groups.team.Owners.ListOwnedObjects - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - registeredDevices: - operationId: groups.team.Owners.ListRegisteredDevices - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - scopedRoleMemberOf: - operationId: groups.team.Owners.ListScopedRoleMemberGraphOPre - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - transitiveMemberOf: - operationId: groups.team.Owners.ListTransitiveMemberGraphOPre - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - transitiveReports: - operationId: groups.team.Owners.ListTransitiveReports - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - calendar: - operationId: groups.team.Owners.GetCalendar - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - calendarGroups: - operationId: groups.team.Owners.ListCalendarGroups - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - calendars: - operationId: groups.team.Owners.ListCalendars - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - calendarView: - operationId: groups.team.Owners.ListCalendarView - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - contactFolders: - operationId: groups.team.Owners.ListContactFolders - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - contacts: - operationId: groups.team.Owners.ListContacts - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - events: - operationId: groups.team.Owners.ListEvents - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - inferenceClassification: - operationId: groups.team.Owners.GetInferenceClassification - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - joinedGroups: - operationId: groups.team.Owners.ListJoinedGroups - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - mailFolders: - operationId: groups.team.Owners.ListMailFolders - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - messages: - operationId: groups.team.Owners.ListMessages - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - outlook: - operationId: groups.team.Owners.GetOutlook - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - people: - operationId: groups.team.Owners.ListPeople - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - drive: - operationId: groups.team.Owners.GetDrive - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - drives: - operationId: groups.team.Owners.ListDrives - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - followedSites: - operationId: groups.team.Owners.ListFollowedSites - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - extensions: - operationId: groups.team.Owners.ListExtensions - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - appConsentRequestsForApproval: - operationId: groups.team.Owners.ListAppConsentRequestsGraphFPreApproval - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - approvals: - operationId: groups.team.Owners.ListApprovals - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - pendingAccessReviewInstances: - operationId: groups.team.Owners.ListPendingAccessReviewInstances - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - agreementAcceptances: - operationId: groups.team.Owners.ListAgreementAcceptances - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - security: - operationId: groups.team.Owners.GetSecurity - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - deviceEnrollmentConfigurations: - operationId: groups.team.Owners.ListDeviceEnrollmentConfigurations - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - managedDevices: - operationId: groups.team.Owners.ListManagedDevices - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - managedAppRegistrations: - operationId: groups.team.Owners.ListManagedAppRegistrations - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - windowsInformationProtectionDeviceRegistrations: - operationId: groups.team.Owners.ListWindowsInformationProtectionDeviceRegistrations - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - deviceManagementTroubleshootingEvents: - operationId: groups.team.Owners.ListDeviceManagementTroubleshootingEvents - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - mobileAppIntentAndStates: - operationId: groups.team.Owners.ListMobileAppIntentAndStates - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - mobileAppTroubleshootingEvents: - operationId: groups.team.Owners.ListMobileAppTroubleshootingEvents - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - notifications: - operationId: groups.team.Owners.ListNotifications - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - planner: - operationId: groups.team.Owners.GetPlanner - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - insights: - operationId: groups.team.Owners.GetInsights - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - settings: - operationId: groups.team.Owners.GetSettings - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - onenote: - operationId: groups.team.Owners.GetOnenote - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - photo: - operationId: groups.team.Owners.GetPhoto - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - photos: - operationId: groups.team.Owners.ListPhotos - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - profile: - operationId: groups.team.Owners.GetProfile - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - activities: - operationId: groups.team.Owners.ListActivities - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - devices: - operationId: groups.team.Owners.ListDevices - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - onlineMeetings: - operationId: groups.team.Owners.ListOnlineMeetings - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - presence: - operationId: groups.team.Owners.GetPresence - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - authentication: - operationId: groups.team.Owners.GetAuthentication - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - chats: - operationId: groups.team.Owners.ListChats - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - joinedTeams: - operationId: groups.team.Owners.ListJoinedTeams - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - teamwork: - operationId: groups.team.Owners.GetTeamwork - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id - todo: - operationId: groups.team.Owners.GetTodo - parameters: - group-id: $request.path.group-id - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12721,7 +11901,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -12751,7 +11931,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12815,23 +11995,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - links: - checkMemberGroups: - operationId: groups.group.team.permissionGrants.resourceSpecificPermissionGrant.checkMemberGroups - checkMemberObjects: - operationId: groups.group.team.permissionGrants.resourceSpecificPermissionGrant.checkMemberObjects - getMemberGroups: - operationId: groups.group.team.permissionGrants.resourceSpecificPermissionGrant.getMemberGroups - getMemberObjects: - operationId: groups.group.team.permissionGrants.resourceSpecificPermissionGrant.getMemberObjects - restore: - operationId: groups.group.team.permissionGrants.resourceSpecificPermissionGrant.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12865,8 +12034,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12947,7 +12120,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12978,8 +12151,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13025,7 +12202,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -13127,41 +12304,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: groups.team.PrimaryChannel.GetFilesFolder - parameters: - group-id: $request.path.group-id - members: - operationId: groups.team.PrimaryChannel.ListMembers - parameters: - group-id: $request.path.group-id - messages: - operationId: groups.team.PrimaryChannel.ListMessages - parameters: - group-id: $request.path.group-id - sharedWithTeams: - operationId: groups.team.PrimaryChannel.ListSharedGraphWPreTeams - parameters: - group-id: $request.path.group-id - tabs: - operationId: groups.team.PrimaryChannel.ListTabs - parameters: - group-id: $request.path.group-id - completeMigration: - operationId: groups.group.team.primaryChannel.completeMigration - doesUserHaveAccess: - operationId: groups.group.team.primaryChannel.doesUserHaveAccess - provisionEmail: - operationId: groups.group.team.primaryChannel.provisionEmail - removeEmail: - operationId: groups.group.team.primaryChannel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13187,8 +12335,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13319,57 +12471,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.team.primaryChannel.FilesFolder.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - lastModifiedByUser: - operationId: groups.team.primaryChannel.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - workbook: - operationId: groups.team.primaryChannel.FilesFolder.GetWorkbook - parameters: - group-id: $request.path.group-id - activities: - operationId: groups.team.primaryChannel.FilesFolder.ListActivities - parameters: - group-id: $request.path.group-id - analytics: - operationId: groups.team.primaryChannel.FilesFolder.GetAnalytics - parameters: - group-id: $request.path.group-id - children: - operationId: groups.team.primaryChannel.FilesFolder.ListChildren - parameters: - group-id: $request.path.group-id - listItem: - operationId: groups.team.primaryChannel.FilesFolder.GetListItem - parameters: - group-id: $request.path.group-id - permissions: - operationId: groups.team.primaryChannel.FilesFolder.ListPermissions - parameters: - group-id: $request.path.group-id - subscriptions: - operationId: groups.team.primaryChannel.FilesFolder.ListSubscriptions - parameters: - group-id: $request.path.group-id - thumbnails: - operationId: groups.team.primaryChannel.FilesFolder.ListThumbnails - parameters: - group-id: $request.path.group-id - versions: - operationId: groups.team.primaryChannel.FilesFolder.ListVersions - parameters: - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13393,7 +12500,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -13503,7 +12610,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -13537,7 +12644,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13598,7 +12705,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13637,8 +12744,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13811,7 +12922,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -13845,7 +12956,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13930,31 +13041,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: groups.team.primaryChannel.Messages.ListHostedContents - parameters: - group-id: $request.path.group-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: groups.team.primaryChannel.Messages.ListReplies - parameters: - group-id: $request.path.group-id - chatMessage-id: $request.path.chatMessage-id - setReaction: - operationId: groups.group.team.primaryChannel.messages.chatMessage.setReaction - softDelete: - operationId: groups.group.team.primaryChannel.messages.chatMessage.softDelete - undoSoftDelete: - operationId: groups.group.team.primaryChannel.messages.chatMessage.undoSoftDelete - unsetReaction: - operationId: groups.group.team.primaryChannel.messages.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13988,8 +13080,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14103,7 +13199,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -14141,7 +13237,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14209,7 +13305,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14256,8 +13352,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14446,7 +13546,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -14488,7 +13588,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14581,33 +13681,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: groups.team.primaryChannel.messages.Replies.ListHostedContents - parameters: - group-id: $request.path.group-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: groups.team.primaryChannel.messages.Replies.ListReplies - parameters: - group-id: $request.path.group-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - setReaction: - operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.chatMessage.setReaction - softDelete: - operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.chatMessage.softDelete - undoSoftDelete: - operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.chatMessage.undoSoftDelete - unsetReaction: - operationId: groups.group.team.primaryChannel.messages.chatMessage.replies.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14649,8 +13728,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14780,7 +13863,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -14826,7 +13909,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14902,7 +13985,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14957,8 +14040,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15087,7 +14174,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -15117,7 +14204,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15182,23 +14269,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: groups.team.primaryChannel.SharedGraphWPreTeams.GetTeam - parameters: - group-id: $request.path.group-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: groups.team.primaryChannel.SharedGraphWPreTeams.ListAllowedMembers - parameters: - group-id: $request.path.group-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15232,8 +14308,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15350,7 +14430,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -15418,7 +14498,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15509,7 +14589,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -15539,7 +14619,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15605,18 +14685,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: groups.team.primaryChannel.Tabs.GetTeamsApp - parameters: - group-id: $request.path.group-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15650,8 +14724,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15743,18 +14821,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: groups.team.primaryChannel.tabs.TeamsApp.ListAppDefinitions - parameters: - group-id: $request.path.group-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15833,55 +14905,12 @@ paths: - timesOff type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' - links: - offerShiftRequests: - operationId: groups.team.Schedule.ListOfferShiftRequests - parameters: - group-id: $request.path.group-id - openShiftChangeRequests: - operationId: groups.team.Schedule.ListOpenShiftChangeRequests - parameters: - group-id: $request.path.group-id - openShifts: - operationId: groups.team.Schedule.ListOpenShifts - parameters: - group-id: $request.path.group-id - schedulingGroups: - operationId: groups.team.Schedule.ListSchedulingGroups - parameters: - group-id: $request.path.group-id - shifts: - operationId: groups.team.Schedule.ListShifts - parameters: - group-id: $request.path.group-id - swapShiftsChangeRequests: - operationId: groups.team.Schedule.ListSwapShiftsChangeRequests - parameters: - group-id: $request.path.group-id - timeCards: - operationId: groups.team.Schedule.ListTimeCards - parameters: - group-id: $request.path.group-id - timeOffReasons: - operationId: groups.team.Schedule.ListTimeOffReasons - parameters: - group-id: $request.path.group-id - timeOffRequests: - operationId: groups.team.Schedule.ListTimeOffRequests - parameters: - group-id: $request.path.group-id - timesOff: - operationId: groups.team.Schedule.ListTimesOff - parameters: - group-id: $request.path.group-id - share: - operationId: groups.group.team.schedule.share default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15907,8 +14936,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16048,7 +15081,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.offerShiftRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -16078,7 +15111,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16151,7 +15184,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16190,8 +15223,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16330,7 +15367,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -16364,7 +15401,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16434,7 +15471,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16473,8 +15510,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16598,7 +15639,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -16628,7 +15669,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16693,7 +15734,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16732,8 +15773,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16842,7 +15887,7 @@ paths: - userIds type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -16876,7 +15921,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16929,7 +15974,7 @@ paths: - userIds type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16968,8 +16013,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17084,7 +16133,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -17118,7 +16167,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17173,7 +16222,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17212,8 +16261,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17364,7 +16417,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -17398,7 +16451,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17472,7 +16525,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17511,8 +16564,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17648,7 +16705,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeCardCollectionResponse' default: $ref: '#/components/responses/error' @@ -17678,7 +16735,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeCard' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17747,21 +16804,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeCard' - links: - clockOut: - operationId: groups.group.team.schedule.timeCards.timeCard.clockOut - confirm: - operationId: groups.group.team.schedule.timeCards.timeCard.confirm - endBreak: - operationId: groups.group.team.schedule.timeCards.timeCard.endBreak - startBreak: - operationId: groups.group.team.schedule.timeCards.timeCard.startBreak default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17795,8 +16843,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeCard' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeCard' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17905,7 +16957,7 @@ paths: - isActive type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' default: $ref: '#/components/responses/error' @@ -17939,7 +16991,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17992,7 +17044,7 @@ paths: - isActive type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18031,8 +17083,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18165,7 +17221,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -18195,7 +17251,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18255,7 +17311,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18294,8 +17350,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18407,7 +17467,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' default: $ref: '#/components/responses/error' @@ -18441,7 +17501,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18495,7 +17555,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18534,8 +17594,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOff' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18652,7 +17716,7 @@ paths: - members type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -18686,7 +17750,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18751,18 +17815,12 @@ paths: - members type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' - links: - members: - operationId: groups.team.Tags.ListMembers - parameters: - group-id: $request.path.group-id - teamworkTag-id: $request.path.teamworkTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18796,8 +17854,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18914,7 +17976,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -18956,7 +18018,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19025,7 +18087,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19072,8 +18134,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19160,7 +18226,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19222,17 +18288,12 @@ paths: - teamDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamTemplateDefinition' - links: - teamDefinition: - operationId: groups.team.TemplateDefinition.GetTeamDefinition - parameters: - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19371,7 +18432,7 @@ paths: - schedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamCollectionResponse' default: $ref: '#/components/responses/error' @@ -19396,7 +18457,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -19496,83 +18557,12 @@ paths: - schedule type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' - links: - allChannels: - operationId: teams.ListAllChannels - parameters: - team-id: $request.path.team-id - channels: - operationId: teams.ListChannels - parameters: - team-id: $request.path.team-id - group: - operationId: teams.GetGroup - parameters: - team-id: $request.path.team-id - incomingChannels: - operationId: teams.ListIncomingChannels - parameters: - team-id: $request.path.team-id - installedApps: - operationId: teams.ListInstalledApps - parameters: - team-id: $request.path.team-id - members: - operationId: teams.ListMembers - parameters: - team-id: $request.path.team-id - operations: - operationId: teams.ListOperations - parameters: - team-id: $request.path.team-id - owners: - operationId: teams.ListOwners - parameters: - team-id: $request.path.team-id - permissionGrants: - operationId: teams.ListPermissionGrants - parameters: - team-id: $request.path.team-id - photo: - operationId: teams.GetPhoto - parameters: - team-id: $request.path.team-id - primaryChannel: - operationId: teams.GetPrimaryChannel - parameters: - team-id: $request.path.team-id - tags: - operationId: teams.ListTags - parameters: - team-id: $request.path.team-id - template: - operationId: teams.GetTemplate - parameters: - team-id: $request.path.team-id - templateDefinition: - operationId: teams.GetTemplateDefinition - parameters: - team-id: $request.path.team-id - schedule: - operationId: teams.GetSchedule - parameters: - team-id: $request.path.team-id - archive: - operationId: teams.team.archive - clone: - operationId: teams.team.clone - completeMigration: - operationId: teams.team.completeMigration - sendActivityNotification: - operationId: teams.team.sendActivityNotification - unarchive: - operationId: teams.team.unarchive default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19602,8 +18592,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.team' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19735,7 +18729,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -19812,38 +18806,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teams.AllChannels.GetFilesFolder - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - members: - operationId: teams.AllChannels.ListMembers - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - messages: - operationId: teams.AllChannels.ListMessages - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: teams.AllChannels.ListSharedGraphWPreTeams - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - tabs: - operationId: teams.AllChannels.ListTabs - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19949,7 +18917,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -19983,7 +18951,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20061,46 +19029,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teams.Channels.GetFilesFolder - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - members: - operationId: teams.Channels.ListMembers - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - messages: - operationId: teams.Channels.ListMessages - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: teams.Channels.ListSharedGraphWPreTeams - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - tabs: - operationId: teams.Channels.ListTabs - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - completeMigration: - operationId: teams.team.channels.channel.completeMigration - doesUserHaveAccess: - operationId: teams.team.channels.channel.doesUserHaveAccess - provisionEmail: - operationId: teams.team.channels.channel.provisionEmail - removeEmail: - operationId: teams.team.channels.channel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20134,8 +19068,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20282,68 +19220,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: teams.channels.FilesFolder.GetCreatedGraphBPreUser - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - lastModifiedByUser: - operationId: teams.channels.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - workbook: - operationId: teams.channels.FilesFolder.GetWorkbook - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - activities: - operationId: teams.channels.FilesFolder.ListActivities - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - analytics: - operationId: teams.channels.FilesFolder.GetAnalytics - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - children: - operationId: teams.channels.FilesFolder.ListChildren - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - listItem: - operationId: teams.channels.FilesFolder.GetListItem - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - permissions: - operationId: teams.channels.FilesFolder.ListPermissions - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - subscriptions: - operationId: teams.channels.FilesFolder.ListSubscriptions - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - thumbnails: - operationId: teams.channels.FilesFolder.ListThumbnails - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - versions: - operationId: teams.channels.FilesFolder.ListVersions - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20375,7 +19257,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -20501,7 +19383,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -20543,7 +19425,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20612,7 +19494,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20659,8 +19541,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20748,7 +19634,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20913,7 +19799,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -20955,7 +19841,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21048,33 +19934,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teams.channels.Messages.ListHostedContents - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: teams.channels.Messages.ListReplies - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - setReaction: - operationId: teams.team.channels.channel.messages.chatMessage.setReaction - softDelete: - operationId: teams.team.channels.channel.messages.chatMessage.softDelete - undoSoftDelete: - operationId: teams.team.channels.channel.messages.chatMessage.undoSoftDelete - unsetReaction: - operationId: teams.team.channels.channel.messages.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21116,8 +19981,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21247,7 +20116,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -21293,7 +20162,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21369,7 +20238,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21424,8 +20293,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21812,7 +20685,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -21862,7 +20735,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21963,35 +20836,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teams.channels.messages.Replies.ListHostedContents - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: teams.channels.messages.Replies.ListReplies - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - setReaction: - operationId: teams.team.channels.channel.messages.chatMessage.replies.chatMessage.setReaction - softDelete: - operationId: teams.team.channels.channel.messages.chatMessage.replies.chatMessage.softDelete - undoSoftDelete: - operationId: teams.team.channels.channel.messages.chatMessage.replies.chatMessage.undoSoftDelete - unsetReaction: - operationId: teams.team.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22041,8 +20891,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22188,7 +21042,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -22242,7 +21096,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22326,7 +21180,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22389,8 +21243,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22799,7 +21657,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -22950,7 +21808,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -23057,7 +21915,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23100,7 +21958,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Success content: application/json: @@ -23225,7 +22083,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -23263,7 +22121,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23336,25 +22194,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: teams.channels.SharedGraphWPreTeams.GetTeam - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: teams.channels.SharedGraphWPreTeams.ListAllowedMembers - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23396,8 +22241,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23530,7 +22379,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -23606,7 +22455,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23705,7 +22554,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -23743,7 +22592,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23817,19 +22666,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: teams.channels.Tabs.GetTeamsApp - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23871,8 +22713,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23980,19 +22826,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: teams.channels.tabs.TeamsApp.ListAppDefinitions - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24113,7 +22952,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -24253,7 +23092,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -24423,125 +23262,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: teams.Group.ListAppRoleAssignments - parameters: - team-id: $request.path.team-id - createdOnBehalfOf: - operationId: teams.Group.GetCreatedOnBehalfGraphOPre - parameters: - team-id: $request.path.team-id - endpoints: - operationId: teams.Group.ListEndpoints - parameters: - team-id: $request.path.team-id - memberOf: - operationId: teams.Group.ListMemberGraphOPre - parameters: - team-id: $request.path.team-id - members: - operationId: teams.Group.ListMembers - parameters: - team-id: $request.path.team-id - membersWithLicenseErrors: - operationId: teams.Group.ListMembersGraphWPreLicenseErrors - parameters: - team-id: $request.path.team-id - owners: - operationId: teams.Group.ListOwners - parameters: - team-id: $request.path.team-id - permissionGrants: - operationId: teams.Group.ListPermissionGrants - parameters: - team-id: $request.path.team-id - settings: - operationId: teams.Group.ListSettings - parameters: - team-id: $request.path.team-id - transitiveMemberOf: - operationId: teams.Group.ListTransitiveMemberGraphOPre - parameters: - team-id: $request.path.team-id - transitiveMembers: - operationId: teams.Group.ListTransitiveMembers - parameters: - team-id: $request.path.team-id - acceptedSenders: - operationId: teams.Group.ListAcceptedSenders - parameters: - team-id: $request.path.team-id - calendar: - operationId: teams.Group.GetCalendar - parameters: - team-id: $request.path.team-id - calendarView: - operationId: teams.Group.ListCalendarView - parameters: - team-id: $request.path.team-id - conversations: - operationId: teams.Group.ListConversations - parameters: - team-id: $request.path.team-id - events: - operationId: teams.Group.ListEvents - parameters: - team-id: $request.path.team-id - rejectedSenders: - operationId: teams.Group.ListRejectedSenders - parameters: - team-id: $request.path.team-id - threads: - operationId: teams.Group.ListThreads - parameters: - team-id: $request.path.team-id - drive: - operationId: teams.Group.GetDrive - parameters: - team-id: $request.path.team-id - drives: - operationId: teams.Group.ListDrives - parameters: - team-id: $request.path.team-id - sites: - operationId: teams.Group.ListSites - parameters: - team-id: $request.path.team-id - extensions: - operationId: teams.Group.ListExtensions - parameters: - team-id: $request.path.team-id - groupLifecyclePolicies: - operationId: teams.Group.ListGroupLifecyclePolicies - parameters: - team-id: $request.path.team-id - planner: - operationId: teams.Group.GetPlanner - parameters: - team-id: $request.path.team-id - onenote: - operationId: teams.Group.GetOnenote - parameters: - team-id: $request.path.team-id - photo: - operationId: teams.Group.GetPhoto - parameters: - team-id: $request.path.team-id - photos: - operationId: teams.Group.ListPhotos - parameters: - team-id: $request.path.team-id - team: - operationId: teams.Group.GetTeam - parameters: - team-id: $request.path.team-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24647,7 +23373,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -24724,38 +23450,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teams.IncomingChannels.GetFilesFolder - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - members: - operationId: teams.IncomingChannels.ListMembers - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - messages: - operationId: teams.IncomingChannels.ListMessages - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: teams.IncomingChannels.ListSharedGraphWPreTeams - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - tabs: - operationId: teams.IncomingChannels.ListTabs - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24825,7 +23525,7 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -24859,7 +23559,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24921,25 +23621,12 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - links: - teamsApp: - operationId: teams.InstalledApps.GetTeamsApp - parameters: - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - teamsAppDefinition: - operationId: teams.InstalledApps.GetTeamsAppDefinition - parameters: - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - upgrade: - operationId: teams.team.installedApps.teamsAppInstallation.upgrade default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24973,8 +23660,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25099,18 +23790,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: teams.installedApps.TeamsApp.ListAppDefinitions - parameters: - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25179,28 +23864,12 @@ paths: - outlineIcon type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: teams.installedApps.TeamsAppDefinition.GetBot - parameters: - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - colorIcon: - operationId: teams.installedApps.TeamsAppDefinition.GetColorIcon - parameters: - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - outlineIcon: - operationId: teams.installedApps.TeamsAppDefinition.GetOutlineIcon - parameters: - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25275,7 +23944,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -25309,7 +23978,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25370,7 +24039,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25409,8 +24078,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25482,7 +24155,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -25779,7 +24452,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -25809,7 +24482,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25875,7 +24548,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25914,8 +24587,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26383,7 +25060,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -26649,333 +25326,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: teams.Owners.GetAnalytics - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - cloudPCs: - operationId: teams.Owners.ListCloudPCs - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - usageRights: - operationId: teams.Owners.ListUsageRights - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - informationProtection: - operationId: teams.Owners.GetInformationProtection - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - appRoleAssignedResources: - operationId: teams.Owners.ListAppRoleAssignedResources - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - appRoleAssignments: - operationId: teams.Owners.ListAppRoleAssignments - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - createdObjects: - operationId: teams.Owners.ListCreatedObjects - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - directReports: - operationId: teams.Owners.ListDirectReports - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - licenseDetails: - operationId: teams.Owners.ListLicenseDetails - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - manager: - operationId: teams.Owners.GetManager - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - memberOf: - operationId: teams.Owners.ListMemberGraphOPre - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - oauth2PermissionGrants: - operationId: teams.Owners.ListOauth2PermissionGrants - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - ownedDevices: - operationId: teams.Owners.ListOwnedDevices - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - ownedObjects: - operationId: teams.Owners.ListOwnedObjects - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - registeredDevices: - operationId: teams.Owners.ListRegisteredDevices - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - scopedRoleMemberOf: - operationId: teams.Owners.ListScopedRoleMemberGraphOPre - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - transitiveMemberOf: - operationId: teams.Owners.ListTransitiveMemberGraphOPre - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - transitiveReports: - operationId: teams.Owners.ListTransitiveReports - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - calendar: - operationId: teams.Owners.GetCalendar - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - calendarGroups: - operationId: teams.Owners.ListCalendarGroups - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - calendars: - operationId: teams.Owners.ListCalendars - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - calendarView: - operationId: teams.Owners.ListCalendarView - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - contactFolders: - operationId: teams.Owners.ListContactFolders - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - contacts: - operationId: teams.Owners.ListContacts - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - events: - operationId: teams.Owners.ListEvents - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - inferenceClassification: - operationId: teams.Owners.GetInferenceClassification - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - joinedGroups: - operationId: teams.Owners.ListJoinedGroups - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - mailFolders: - operationId: teams.Owners.ListMailFolders - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - messages: - operationId: teams.Owners.ListMessages - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - outlook: - operationId: teams.Owners.GetOutlook - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - people: - operationId: teams.Owners.ListPeople - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - drive: - operationId: teams.Owners.GetDrive - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - drives: - operationId: teams.Owners.ListDrives - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - followedSites: - operationId: teams.Owners.ListFollowedSites - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - extensions: - operationId: teams.Owners.ListExtensions - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - appConsentRequestsForApproval: - operationId: teams.Owners.ListAppConsentRequestsGraphFPreApproval - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - approvals: - operationId: teams.Owners.ListApprovals - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - pendingAccessReviewInstances: - operationId: teams.Owners.ListPendingAccessReviewInstances - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - agreementAcceptances: - operationId: teams.Owners.ListAgreementAcceptances - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - security: - operationId: teams.Owners.GetSecurity - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - deviceEnrollmentConfigurations: - operationId: teams.Owners.ListDeviceEnrollmentConfigurations - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - managedDevices: - operationId: teams.Owners.ListManagedDevices - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - managedAppRegistrations: - operationId: teams.Owners.ListManagedAppRegistrations - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - windowsInformationProtectionDeviceRegistrations: - operationId: teams.Owners.ListWindowsInformationProtectionDeviceRegistrations - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - deviceManagementTroubleshootingEvents: - operationId: teams.Owners.ListDeviceManagementTroubleshootingEvents - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - mobileAppIntentAndStates: - operationId: teams.Owners.ListMobileAppIntentAndStates - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - mobileAppTroubleshootingEvents: - operationId: teams.Owners.ListMobileAppTroubleshootingEvents - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - notifications: - operationId: teams.Owners.ListNotifications - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - planner: - operationId: teams.Owners.GetPlanner - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - insights: - operationId: teams.Owners.GetInsights - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - settings: - operationId: teams.Owners.GetSettings - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - onenote: - operationId: teams.Owners.GetOnenote - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - photo: - operationId: teams.Owners.GetPhoto - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - photos: - operationId: teams.Owners.ListPhotos - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - profile: - operationId: teams.Owners.GetProfile - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - activities: - operationId: teams.Owners.ListActivities - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - devices: - operationId: teams.Owners.ListDevices - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - onlineMeetings: - operationId: teams.Owners.ListOnlineMeetings - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - presence: - operationId: teams.Owners.GetPresence - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - authentication: - operationId: teams.Owners.GetAuthentication - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - chats: - operationId: teams.Owners.ListChats - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - joinedTeams: - operationId: teams.Owners.ListJoinedTeams - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - teamwork: - operationId: teams.Owners.GetTeamwork - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id - todo: - operationId: teams.Owners.GetTodo - parameters: - team-id: $request.path.team-id - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27059,7 +25415,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -27089,7 +25445,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27153,23 +25509,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - links: - checkMemberGroups: - operationId: teams.team.permissionGrants.resourceSpecificPermissionGrant.checkMemberGroups - checkMemberObjects: - operationId: teams.team.permissionGrants.resourceSpecificPermissionGrant.checkMemberObjects - getMemberGroups: - operationId: teams.team.permissionGrants.resourceSpecificPermissionGrant.getMemberGroups - getMemberObjects: - operationId: teams.team.permissionGrants.resourceSpecificPermissionGrant.getMemberObjects - restore: - operationId: teams.team.permissionGrants.resourceSpecificPermissionGrant.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27203,8 +25548,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27284,7 +25633,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27344,7 +25693,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27408,7 +25757,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27468,7 +25817,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27518,7 +25867,7 @@ paths: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant responses: - '200': + 2XX: description: Success content: application/json: @@ -27566,7 +25915,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27621,7 +25970,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27722,7 +26071,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27753,8 +26102,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27800,7 +26153,7 @@ paths: type: string x-ms-docs-key-type: team responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -27902,41 +26255,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teams.PrimaryChannel.GetFilesFolder - parameters: - team-id: $request.path.team-id - members: - operationId: teams.PrimaryChannel.ListMembers - parameters: - team-id: $request.path.team-id - messages: - operationId: teams.PrimaryChannel.ListMessages - parameters: - team-id: $request.path.team-id - sharedWithTeams: - operationId: teams.PrimaryChannel.ListSharedGraphWPreTeams - parameters: - team-id: $request.path.team-id - tabs: - operationId: teams.PrimaryChannel.ListTabs - parameters: - team-id: $request.path.team-id - completeMigration: - operationId: teams.team.primaryChannel.completeMigration - doesUserHaveAccess: - operationId: teams.team.primaryChannel.doesUserHaveAccess - provisionEmail: - operationId: teams.team.primaryChannel.provisionEmail - removeEmail: - operationId: teams.team.primaryChannel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27962,8 +26286,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28094,57 +26422,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: teams.primaryChannel.FilesFolder.GetCreatedGraphBPreUser - parameters: - team-id: $request.path.team-id - lastModifiedByUser: - operationId: teams.primaryChannel.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - team-id: $request.path.team-id - workbook: - operationId: teams.primaryChannel.FilesFolder.GetWorkbook - parameters: - team-id: $request.path.team-id - activities: - operationId: teams.primaryChannel.FilesFolder.ListActivities - parameters: - team-id: $request.path.team-id - analytics: - operationId: teams.primaryChannel.FilesFolder.GetAnalytics - parameters: - team-id: $request.path.team-id - children: - operationId: teams.primaryChannel.FilesFolder.ListChildren - parameters: - team-id: $request.path.team-id - listItem: - operationId: teams.primaryChannel.FilesFolder.GetListItem - parameters: - team-id: $request.path.team-id - permissions: - operationId: teams.primaryChannel.FilesFolder.ListPermissions - parameters: - team-id: $request.path.team-id - subscriptions: - operationId: teams.primaryChannel.FilesFolder.ListSubscriptions - parameters: - team-id: $request.path.team-id - thumbnails: - operationId: teams.primaryChannel.FilesFolder.ListThumbnails - parameters: - team-id: $request.path.team-id - versions: - operationId: teams.primaryChannel.FilesFolder.ListVersions - parameters: - team-id: $request.path.team-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28168,7 +26451,7 @@ paths: type: string x-ms-docs-key-type: team responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -28278,7 +26561,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -28312,7 +26595,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28373,7 +26656,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28412,8 +26695,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28485,7 +26772,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28642,7 +26929,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -28676,7 +26963,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28761,31 +27048,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teams.primaryChannel.Messages.ListHostedContents - parameters: - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: teams.primaryChannel.Messages.ListReplies - parameters: - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id - setReaction: - operationId: teams.team.primaryChannel.messages.chatMessage.setReaction - softDelete: - operationId: teams.team.primaryChannel.messages.chatMessage.softDelete - undoSoftDelete: - operationId: teams.team.primaryChannel.messages.chatMessage.undoSoftDelete - unsetReaction: - operationId: teams.team.primaryChannel.messages.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28819,8 +27087,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28934,7 +27206,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -28972,7 +27244,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29040,7 +27312,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29087,8 +27359,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29427,7 +27703,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -29469,7 +27745,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29562,33 +27838,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teams.primaryChannel.messages.Replies.ListHostedContents - parameters: - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: teams.primaryChannel.messages.Replies.ListReplies - parameters: - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - setReaction: - operationId: teams.team.primaryChannel.messages.chatMessage.replies.chatMessage.setReaction - softDelete: - operationId: teams.team.primaryChannel.messages.chatMessage.replies.chatMessage.softDelete - undoSoftDelete: - operationId: teams.team.primaryChannel.messages.chatMessage.replies.chatMessage.undoSoftDelete - unsetReaction: - operationId: teams.team.primaryChannel.messages.chatMessage.replies.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29630,8 +27885,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29761,7 +28020,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -29807,7 +28066,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29883,7 +28142,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29938,8 +28197,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30300,7 +28563,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -30443,7 +28706,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -30534,7 +28797,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30569,7 +28832,7 @@ paths: type: string x-ms-docs-key-type: team responses: - '200': + 2XX: description: Success content: application/json: @@ -30678,7 +28941,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -30708,7 +28971,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30773,23 +29036,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: teams.primaryChannel.SharedGraphWPreTeams.GetTeam - parameters: - team-id: $request.path.team-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: teams.primaryChannel.SharedGraphWPreTeams.ListAllowedMembers - parameters: - team-id: $request.path.team-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30823,8 +29075,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30941,7 +29197,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -31009,7 +29265,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31100,7 +29356,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -31130,7 +29386,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31196,18 +29452,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: teams.primaryChannel.Tabs.GetTeamsApp - parameters: - team-id: $request.path.team-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31241,8 +29491,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31334,18 +29588,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: teams.primaryChannel.tabs.TeamsApp.ListAppDefinitions - parameters: - team-id: $request.path.team-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31424,55 +29672,12 @@ paths: - timesOff type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' - links: - offerShiftRequests: - operationId: teams.Schedule.ListOfferShiftRequests - parameters: - team-id: $request.path.team-id - openShiftChangeRequests: - operationId: teams.Schedule.ListOpenShiftChangeRequests - parameters: - team-id: $request.path.team-id - openShifts: - operationId: teams.Schedule.ListOpenShifts - parameters: - team-id: $request.path.team-id - schedulingGroups: - operationId: teams.Schedule.ListSchedulingGroups - parameters: - team-id: $request.path.team-id - shifts: - operationId: teams.Schedule.ListShifts - parameters: - team-id: $request.path.team-id - swapShiftsChangeRequests: - operationId: teams.Schedule.ListSwapShiftsChangeRequests - parameters: - team-id: $request.path.team-id - timeCards: - operationId: teams.Schedule.ListTimeCards - parameters: - team-id: $request.path.team-id - timeOffReasons: - operationId: teams.Schedule.ListTimeOffReasons - parameters: - team-id: $request.path.team-id - timeOffRequests: - operationId: teams.Schedule.ListTimeOffRequests - parameters: - team-id: $request.path.team-id - timesOff: - operationId: teams.Schedule.ListTimesOff - parameters: - team-id: $request.path.team-id - share: - operationId: teams.team.schedule.share default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31498,8 +29703,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31688,7 +29897,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.offerShiftRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -31718,7 +29927,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31791,7 +30000,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31830,8 +30039,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31970,7 +30183,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -32004,7 +30217,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32074,7 +30287,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32113,8 +30326,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32238,7 +30455,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -32268,7 +30485,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32333,7 +30550,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32372,8 +30589,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32482,7 +30703,7 @@ paths: - userIds type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -32516,7 +30737,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32569,7 +30790,7 @@ paths: - userIds type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32608,8 +30829,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32724,7 +30949,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -32758,7 +30983,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32813,7 +31038,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32852,8 +31077,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33004,7 +31233,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -33038,7 +31267,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33112,7 +31341,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33151,8 +31380,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33288,7 +31521,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeCardCollectionResponse' default: $ref: '#/components/responses/error' @@ -33318,7 +31551,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeCard' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33387,21 +31620,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeCard' - links: - clockOut: - operationId: teams.team.schedule.timeCards.timeCard.clockOut - confirm: - operationId: teams.team.schedule.timeCards.timeCard.confirm - endBreak: - operationId: teams.team.schedule.timeCards.timeCard.endBreak - startBreak: - operationId: teams.team.schedule.timeCards.timeCard.startBreak default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33435,8 +31659,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeCard' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeCard' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33518,7 +31746,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33555,7 +31783,7 @@ paths: type: string x-ms-docs-key-type: timeCard responses: - '200': + 2XX: description: Success content: application/json: @@ -33608,7 +31836,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33661,7 +31889,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33709,7 +31937,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33789,7 +32017,7 @@ paths: - isActive type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' default: $ref: '#/components/responses/error' @@ -33823,7 +32051,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33876,7 +32104,7 @@ paths: - isActive type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33915,8 +32143,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34049,7 +32281,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -34079,7 +32311,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34139,7 +32371,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34178,8 +32410,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34291,7 +32527,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' default: $ref: '#/components/responses/error' @@ -34325,7 +32561,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34379,7 +32615,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34418,8 +32654,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOff' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34536,7 +32776,7 @@ paths: - members type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -34570,7 +32810,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34635,18 +32875,12 @@ paths: - members type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' - links: - members: - operationId: teams.Tags.ListMembers - parameters: - team-id: $request.path.team-id - teamworkTag-id: $request.path.teamworkTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34680,8 +32914,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34798,7 +33036,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -34840,7 +33078,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34909,7 +33147,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34956,8 +33194,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35044,7 +33286,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35106,17 +33348,12 @@ paths: - teamDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamTemplateDefinition' - links: - teamDefinition: - operationId: teams.TemplateDefinition.GetTeamDefinition - parameters: - team-id: $request.path.team-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35229,7 +33466,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -35361,7 +33598,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -35426,25 +33663,12 @@ paths: - teamTemplates type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamwork' - links: - workforceIntegrations: - operationId: teamwork.ListWorkforceIntegrations - deletedTeams: - operationId: teamwork.ListDeletedTeams - devices: - operationId: teamwork.ListDevices - teamsAppSettings: - operationId: teamwork.GetTeamsAppSettings - teamTemplates: - operationId: teamwork.ListTeamTemplates - sendActivityNotificationToRecipients: - operationId: teamwork.sendActivityNotificationToRecipients default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35461,8 +33685,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamwork' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamwork' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35522,7 +33750,7 @@ paths: - channels type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deletedTeamCollectionResponse' default: $ref: '#/components/responses/error' @@ -35543,7 +33771,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deletedTeam' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35595,17 +33823,12 @@ paths: - channels type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deletedTeam' - links: - channels: - operationId: teamwork.DeletedTeams.ListChannels - parameters: - deletedTeam-id: $request.path.deletedTeam-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35631,8 +33854,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deletedTeam' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deletedTeam' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35761,7 +33988,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -35791,7 +34018,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35869,46 +34096,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teamwork.deletedTeams.Channels.GetFilesFolder - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - members: - operationId: teamwork.deletedTeams.Channels.ListMembers - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - messages: - operationId: teamwork.deletedTeams.Channels.ListMessages - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: teamwork.deletedTeams.Channels.ListSharedGraphWPreTeams - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - tabs: - operationId: teamwork.deletedTeams.Channels.ListTabs - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - completeMigration: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.completeMigration - doesUserHaveAccess: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.doesUserHaveAccess - provisionEmail: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.provisionEmail - removeEmail: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35942,8 +34135,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36090,68 +34287,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: teamwork.deletedTeams.channels.FilesFolder.GetCreatedGraphBPreUser - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - lastModifiedByUser: - operationId: teamwork.deletedTeams.channels.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - workbook: - operationId: teamwork.deletedTeams.channels.FilesFolder.GetWorkbook - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - activities: - operationId: teamwork.deletedTeams.channels.FilesFolder.ListActivities - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - analytics: - operationId: teamwork.deletedTeams.channels.FilesFolder.GetAnalytics - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - children: - operationId: teamwork.deletedTeams.channels.FilesFolder.ListChildren - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - listItem: - operationId: teamwork.deletedTeams.channels.FilesFolder.GetListItem - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - permissions: - operationId: teamwork.deletedTeams.channels.FilesFolder.ListPermissions - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - subscriptions: - operationId: teamwork.deletedTeams.channels.FilesFolder.ListSubscriptions - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - thumbnails: - operationId: teamwork.deletedTeams.channels.FilesFolder.ListThumbnails - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - versions: - operationId: teamwork.deletedTeams.channels.FilesFolder.ListVersions - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36183,7 +34324,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -36309,7 +34450,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -36351,7 +34492,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36420,7 +34561,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -36467,8 +34608,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36556,7 +34701,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -36721,7 +34866,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -36763,7 +34908,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36856,33 +35001,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teamwork.deletedTeams.channels.Messages.ListHostedContents - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: teamwork.deletedTeams.channels.Messages.ListReplies - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - setReaction: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.setReaction - softDelete: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.softDelete - undoSoftDelete: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.undoSoftDelete - unsetReaction: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36924,8 +35048,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37055,7 +35183,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -37101,7 +35229,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37177,7 +35305,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37232,8 +35360,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37620,7 +35752,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -37670,7 +35802,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37771,35 +35903,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teamwork.deletedTeams.channels.messages.Replies.ListHostedContents - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: teamwork.deletedTeams.channels.messages.Replies.ListReplies - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - setReaction: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.setReaction - softDelete: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.softDelete - undoSoftDelete: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.undoSoftDelete - unsetReaction: - operationId: teamwork.deletedTeams.deletedTeam.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37849,8 +35958,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37996,7 +36109,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -38050,7 +36163,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38134,7 +36247,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38197,8 +36310,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38607,7 +36724,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -38758,7 +36875,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -38865,7 +36982,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -38908,7 +37025,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Success content: application/json: @@ -39033,7 +37150,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -39071,7 +37188,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39144,25 +37261,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: teamwork.deletedTeams.channels.SharedGraphWPreTeams.GetTeam - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: teamwork.deletedTeams.channels.SharedGraphWPreTeams.ListAllowedMembers - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39204,8 +37308,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39338,7 +37446,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -39414,7 +37522,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39513,7 +37621,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -39551,7 +37659,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39625,19 +37733,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: teamwork.deletedTeams.channels.Tabs.GetTeamsApp - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39679,8 +37780,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39788,19 +37893,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: teamwork.deletedTeams.channels.tabs.TeamsApp.ListAppDefinitions - parameters: - deletedTeam-id: $request.path.deletedTeam-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39921,7 +38019,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -40061,7 +38159,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -40193,7 +38291,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -40311,7 +38409,7 @@ paths: - operations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -40332,7 +38430,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40401,35 +38499,12 @@ paths: - operations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkDevice' - links: - activity: - operationId: teamwork.Devices.GetActivity - parameters: - teamworkDevice-id: $request.path.teamworkDevice-id - configuration: - operationId: teamwork.Devices.GetConfiguration - parameters: - teamworkDevice-id: $request.path.teamworkDevice-id - health: - operationId: teamwork.Devices.GetHealth - parameters: - teamworkDevice-id: $request.path.teamworkDevice-id - operations: - operationId: teamwork.Devices.ListOperations - parameters: - teamworkDevice-id: $request.path.teamworkDevice-id - restart: - operationId: teamwork.devices.teamworkDevice.restart - runDiagnostics: - operationId: teamwork.devices.teamworkDevice.runDiagnostics - updateSoftware: - operationId: teamwork.devices.teamworkDevice.updateSoftware default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40455,8 +38530,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40535,7 +38614,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40566,8 +38645,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkDeviceActivity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkDeviceActivity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40653,7 +38736,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40684,8 +38767,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkDeviceConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkDeviceConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40768,7 +38855,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40799,8 +38886,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkDeviceHealth' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkDeviceHealth' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41009,7 +39100,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkDeviceOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -41039,7 +39130,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkDeviceOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41106,7 +39197,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41145,8 +39236,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkDeviceOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkDeviceOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41269,7 +39364,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41295,8 +39390,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41374,7 +39473,7 @@ paths: - definitions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -41395,7 +39494,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamTemplate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41447,17 +39546,12 @@ paths: - definitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamTemplate' - links: - definitions: - operationId: teamwork.TeamTemplates.ListDefinitions - parameters: - teamTemplate-id: $request.path.teamTemplate-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41483,8 +39577,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41607,7 +39705,7 @@ paths: - teamDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamTemplateDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -41637,7 +39735,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamTemplateDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41707,18 +39805,12 @@ paths: - teamDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamTemplateDefinition' - links: - teamDefinition: - operationId: teamwork.teamTemplates.Definitions.GetTeamDefinition - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41752,8 +39844,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamTemplateDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamTemplateDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41890,98 +39986,12 @@ paths: - schedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' - links: - allChannels: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.ListAllChannels - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channels: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.ListChannels - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - group: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.GetGroup - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - incomingChannels: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.ListIncomingChannels - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - installedApps: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.ListInstalledApps - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - members: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.ListMembers - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - operations: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.ListOperations - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - owners: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.ListOwners - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - permissionGrants: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.ListPermissionGrants - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - photo: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.GetPhoto - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - primaryChannel: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.GetPrimaryChannel - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - tags: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.ListTags - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - template: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.GetTemplate - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - templateDefinition: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.GetTemplateDefinition - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - schedule: - operationId: teamwork.teamTemplates.definitions.TeamDefinition.GetSchedule - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - archive: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.archive - clone: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.clone - completeMigration: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.completeMigration - sendActivityNotification: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.sendActivityNotification - unarchive: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.unarchive default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42015,8 +40025,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.team' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42164,7 +40178,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -42249,43 +40263,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teamwork.teamTemplates.definitions.teamDefinition.AllChannels.GetFilesFolder - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - members: - operationId: teamwork.teamTemplates.definitions.teamDefinition.AllChannels.ListMembers - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - messages: - operationId: teamwork.teamTemplates.definitions.teamDefinition.AllChannels.ListMessages - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: teamwork.teamTemplates.definitions.teamDefinition.AllChannels.ListSharedGraphWPreTeams - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - tabs: - operationId: teamwork.teamTemplates.definitions.teamDefinition.AllChannels.ListTabs - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42399,7 +40382,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -42441,7 +40424,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42527,51 +40510,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Channels.GetFilesFolder - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - members: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Channels.ListMembers - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - messages: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Channels.ListMessages - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Channels.ListSharedGraphWPreTeams - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - tabs: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Channels.ListTabs - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - completeMigration: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.completeMigration - doesUserHaveAccess: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.doesUserHaveAccess - provisionEmail: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.provisionEmail - removeEmail: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42613,8 +40557,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42777,79 +40725,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.FilesFolder.GetCreatedGraphBPreUser - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - lastModifiedByUser: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - workbook: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.FilesFolder.GetWorkbook - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - activities: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.FilesFolder.ListActivities - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - analytics: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.FilesFolder.GetAnalytics - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - children: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.FilesFolder.ListChildren - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - listItem: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.FilesFolder.GetListItem - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - permissions: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.FilesFolder.ListPermissions - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - subscriptions: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.FilesFolder.ListSubscriptions - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - thumbnails: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.FilesFolder.ListThumbnails - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - versions: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.FilesFolder.ListVersions - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42889,7 +40770,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -43031,7 +40912,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -43081,7 +40962,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43158,7 +41039,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43213,8 +41094,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43318,7 +41203,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -43491,7 +41376,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -43541,7 +41426,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43642,35 +41527,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.Messages.ListHostedContents - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.Messages.ListReplies - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - setReaction: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.messages.chatMessage.setReaction - softDelete: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.messages.chatMessage.softDelete - undoSoftDelete: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.messages.chatMessage.undoSoftDelete - unsetReaction: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.messages.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43720,8 +41582,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43867,7 +41733,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -43921,7 +41787,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44005,7 +41871,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44068,8 +41934,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44504,7 +42374,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -44562,7 +42432,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44671,37 +42541,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.messages.Replies.ListHostedContents - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.messages.Replies.ListReplies - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - setReaction: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.messages.chatMessage.replies.chatMessage.setReaction - softDelete: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.messages.chatMessage.replies.chatMessage.softDelete - undoSoftDelete: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.messages.chatMessage.replies.chatMessage.undoSoftDelete - unsetReaction: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.channels.channel.messages.chatMessage.replies.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44759,8 +42604,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44922,7 +42771,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -44984,7 +42833,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45076,7 +42925,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -45147,8 +42996,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45605,7 +43458,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -45764,7 +43617,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -45887,7 +43740,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -45938,7 +43791,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Success content: application/json: @@ -46079,7 +43932,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -46125,7 +43978,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46206,27 +44059,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.SharedGraphWPreTeams.GetTeam - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.SharedGraphWPreTeams.ListAllowedMembers - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46276,8 +44114,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46426,7 +44268,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -46510,7 +44352,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -46617,7 +44459,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -46663,7 +44505,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46745,20 +44587,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.Tabs.GetTeamsApp - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46808,8 +44642,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46933,20 +44771,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: teamwork.teamTemplates.definitions.teamDefinition.channels.tabs.TeamsApp.ListAppDefinitions - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47075,7 +44905,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -47223,7 +45053,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -47401,153 +45231,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListAppRoleAssignments - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - createdOnBehalfOf: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.GetCreatedOnBehalfGraphOPre - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - endpoints: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListEndpoints - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - memberOf: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListMemberGraphOPre - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - members: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListMembers - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - membersWithLicenseErrors: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListMembersGraphWPreLicenseErrors - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - owners: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListOwners - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - permissionGrants: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListPermissionGrants - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - settings: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListSettings - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - transitiveMemberOf: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListTransitiveMemberGraphOPre - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - transitiveMembers: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListTransitiveMembers - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - acceptedSenders: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListAcceptedSenders - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - calendar: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.GetCalendar - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - calendarView: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListCalendarView - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - conversations: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListConversations - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - events: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListEvents - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - rejectedSenders: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListRejectedSenders - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - threads: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListThreads - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - drive: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.GetDrive - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - drives: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListDrives - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - sites: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListSites - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - extensions: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListExtensions - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - groupLifecyclePolicies: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListGroupLifecyclePolicies - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - planner: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.GetPlanner - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - onenote: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.GetOnenote - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - photo: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.GetPhoto - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - photos: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.ListPhotos - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - team: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Group.GetTeam - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47661,7 +45350,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -47746,43 +45435,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teamwork.teamTemplates.definitions.teamDefinition.IncomingChannels.GetFilesFolder - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - members: - operationId: teamwork.teamTemplates.definitions.teamDefinition.IncomingChannels.ListMembers - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - messages: - operationId: teamwork.teamTemplates.definitions.teamDefinition.IncomingChannels.ListMessages - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: teamwork.teamTemplates.definitions.teamDefinition.IncomingChannels.ListSharedGraphWPreTeams - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id - tabs: - operationId: teamwork.teamTemplates.definitions.teamDefinition.IncomingChannels.ListTabs - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47860,7 +45518,7 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -47902,7 +45560,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -47972,27 +45630,12 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - links: - teamsApp: - operationId: teamwork.teamTemplates.definitions.teamDefinition.InstalledApps.GetTeamsApp - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - teamsAppDefinition: - operationId: teamwork.teamTemplates.definitions.teamDefinition.InstalledApps.GetTeamsAppDefinition - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - upgrade: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.installedApps.teamsAppInstallation.upgrade default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48034,8 +45677,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48184,19 +45831,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: teamwork.teamTemplates.definitions.teamDefinition.installedApps.TeamsApp.ListAppDefinitions - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48273,31 +45913,12 @@ paths: - outlineIcon type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: teamwork.teamTemplates.definitions.teamDefinition.installedApps.TeamsAppDefinition.GetBot - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - colorIcon: - operationId: teamwork.teamTemplates.definitions.teamDefinition.installedApps.TeamsAppDefinition.GetColorIcon - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - outlineIcon: - operationId: teamwork.teamTemplates.definitions.teamDefinition.installedApps.TeamsAppDefinition.GetOutlineIcon - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48380,7 +46001,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -48422,7 +46043,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -48491,7 +46112,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -48538,8 +46159,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48627,7 +46252,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -48972,7 +46597,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -49010,7 +46635,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49084,7 +46709,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -49131,8 +46756,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49616,7 +47245,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -49890,397 +47519,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetAnalytics - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - cloudPCs: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListCloudPCs - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - usageRights: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListUsageRights - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - informationProtection: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetInformationProtection - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - appRoleAssignedResources: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListAppRoleAssignedResources - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - appRoleAssignments: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListAppRoleAssignments - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - createdObjects: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListCreatedObjects - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - directReports: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListDirectReports - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - licenseDetails: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListLicenseDetails - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - manager: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetManager - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - memberOf: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListMemberGraphOPre - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - oauth2PermissionGrants: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListOauth2PermissionGrants - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - ownedDevices: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListOwnedDevices - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - ownedObjects: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListOwnedObjects - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - registeredDevices: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListRegisteredDevices - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - scopedRoleMemberOf: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListScopedRoleMemberGraphOPre - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - transitiveMemberOf: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListTransitiveMemberGraphOPre - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - transitiveReports: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListTransitiveReports - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - calendar: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetCalendar - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - calendarGroups: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListCalendarGroups - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - calendars: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListCalendars - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - calendarView: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListCalendarView - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - contactFolders: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListContactFolders - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - contacts: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListContacts - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - events: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListEvents - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - inferenceClassification: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetInferenceClassification - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - joinedGroups: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListJoinedGroups - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - mailFolders: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListMailFolders - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - messages: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListMessages - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - outlook: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetOutlook - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - people: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListPeople - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - drive: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetDrive - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - drives: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListDrives - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - followedSites: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListFollowedSites - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - extensions: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListExtensions - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - appConsentRequestsForApproval: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListAppConsentRequestsGraphFPreApproval - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - approvals: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListApprovals - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - pendingAccessReviewInstances: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListPendingAccessReviewInstances - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - agreementAcceptances: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListAgreementAcceptances - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - security: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetSecurity - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - deviceEnrollmentConfigurations: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListDeviceEnrollmentConfigurations - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - managedDevices: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListManagedDevices - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - managedAppRegistrations: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListManagedAppRegistrations - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - windowsInformationProtectionDeviceRegistrations: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListWindowsInformationProtectionDeviceRegistrations - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - deviceManagementTroubleshootingEvents: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListDeviceManagementTroubleshootingEvents - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - mobileAppIntentAndStates: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListMobileAppIntentAndStates - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - mobileAppTroubleshootingEvents: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListMobileAppTroubleshootingEvents - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - notifications: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListNotifications - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - planner: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetPlanner - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - insights: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetInsights - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - settings: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetSettings - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - onenote: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetOnenote - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - photo: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetPhoto - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - photos: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListPhotos - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - profile: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetProfile - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - activities: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListActivities - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - devices: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListDevices - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - onlineMeetings: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListOnlineMeetings - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - presence: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetPresence - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - authentication: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetAuthentication - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - chats: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListChats - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - joinedTeams: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.ListJoinedTeams - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - teamwork: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetTeamwork - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id - todo: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Owners.GetTodo - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50372,7 +47616,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -50410,7 +47654,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -50482,23 +47726,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - links: - checkMemberGroups: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.permissionGrants.resourceSpecificPermissionGrant.checkMemberGroups - checkMemberObjects: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.permissionGrants.resourceSpecificPermissionGrant.checkMemberObjects - getMemberGroups: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.permissionGrants.resourceSpecificPermissionGrant.getMemberGroups - getMemberObjects: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.permissionGrants.resourceSpecificPermissionGrant.getMemberObjects - restore: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.permissionGrants.resourceSpecificPermissionGrant.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50540,8 +47773,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50637,7 +47874,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -50705,7 +47942,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -50777,7 +48014,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -50845,7 +48082,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -50903,7 +48140,7 @@ paths: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant responses: - '200': + 2XX: description: Success content: application/json: @@ -50959,7 +48196,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -51022,7 +48259,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -51139,7 +48376,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -51178,8 +48415,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51241,7 +48482,7 @@ paths: type: string x-ms-docs-key-type: teamTemplateDefinition responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -51359,46 +48600,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teamwork.teamTemplates.definitions.teamDefinition.PrimaryChannel.GetFilesFolder - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - members: - operationId: teamwork.teamTemplates.definitions.teamDefinition.PrimaryChannel.ListMembers - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - messages: - operationId: teamwork.teamTemplates.definitions.teamDefinition.PrimaryChannel.ListMessages - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - sharedWithTeams: - operationId: teamwork.teamTemplates.definitions.teamDefinition.PrimaryChannel.ListSharedGraphWPreTeams - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - tabs: - operationId: teamwork.teamTemplates.definitions.teamDefinition.PrimaryChannel.ListTabs - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - completeMigration: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.completeMigration - doesUserHaveAccess: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.doesUserHaveAccess - provisionEmail: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.provisionEmail - removeEmail: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51432,8 +48639,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51580,68 +48791,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.FilesFolder.GetCreatedGraphBPreUser - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - lastModifiedByUser: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - workbook: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.FilesFolder.GetWorkbook - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - activities: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.FilesFolder.ListActivities - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - analytics: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.FilesFolder.GetAnalytics - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - children: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.FilesFolder.ListChildren - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - listItem: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.FilesFolder.GetListItem - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - permissions: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.FilesFolder.ListPermissions - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - subscriptions: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.FilesFolder.ListSubscriptions - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - thumbnails: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.FilesFolder.ListThumbnails - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - versions: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.FilesFolder.ListVersions - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51673,7 +48828,7 @@ paths: type: string x-ms-docs-key-type: teamTemplateDefinition responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -51799,7 +48954,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -51841,7 +48996,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -51910,7 +49065,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -51957,8 +49112,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52046,7 +49205,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -52211,7 +49370,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -52253,7 +49412,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52346,33 +49505,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.Messages.ListHostedContents - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.Messages.ListReplies - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - chatMessage-id: $request.path.chatMessage-id - setReaction: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.messages.chatMessage.setReaction - softDelete: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.messages.chatMessage.softDelete - undoSoftDelete: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.messages.chatMessage.undoSoftDelete - unsetReaction: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.messages.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52414,8 +49552,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52545,7 +49687,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -52591,7 +49733,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52667,7 +49809,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -52722,8 +49864,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53110,7 +50256,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -53160,7 +50306,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -53261,35 +50407,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.messages.Replies.ListHostedContents - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.messages.Replies.ListReplies - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - setReaction: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.messages.chatMessage.replies.chatMessage.setReaction - softDelete: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.messages.chatMessage.replies.chatMessage.softDelete - undoSoftDelete: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.messages.chatMessage.replies.chatMessage.undoSoftDelete - unsetReaction: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.primaryChannel.messages.chatMessage.replies.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53339,8 +50462,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53486,7 +50613,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -53540,7 +50667,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -53624,7 +50751,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -53687,8 +50814,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54097,7 +51228,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -54248,7 +51379,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -54355,7 +51486,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -54398,7 +51529,7 @@ paths: type: string x-ms-docs-key-type: teamTemplateDefinition responses: - '200': + 2XX: description: Success content: application/json: @@ -54523,7 +51654,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -54561,7 +51692,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -54634,25 +51765,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.SharedGraphWPreTeams.GetTeam - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.SharedGraphWPreTeams.ListAllowedMembers - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54694,8 +51812,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54828,7 +51950,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -54904,7 +52026,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -55003,7 +52125,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -55041,7 +52163,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55115,19 +52237,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.Tabs.GetTeamsApp - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55169,8 +52284,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55278,19 +52397,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: teamwork.teamTemplates.definitions.teamDefinition.primaryChannel.tabs.TeamsApp.ListAppDefinitions - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55377,65 +52489,12 @@ paths: - timesOff type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' - links: - offerShiftRequests: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Schedule.ListOfferShiftRequests - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - openShiftChangeRequests: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Schedule.ListOpenShiftChangeRequests - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - openShifts: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Schedule.ListOpenShifts - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - schedulingGroups: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Schedule.ListSchedulingGroups - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - shifts: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Schedule.ListShifts - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - swapShiftsChangeRequests: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Schedule.ListSwapShiftsChangeRequests - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - timeCards: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Schedule.ListTimeCards - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - timeOffReasons: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Schedule.ListTimeOffReasons - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - timeOffRequests: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Schedule.ListTimeOffRequests - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - timesOff: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Schedule.ListTimesOff - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - share: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.schedule.share default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55469,8 +52528,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55683,7 +52746,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.offerShiftRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -55721,7 +52784,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55802,7 +52865,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -55849,8 +52912,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56005,7 +53072,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -56047,7 +53114,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56125,7 +53192,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -56172,8 +53239,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56313,7 +53384,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -56351,7 +53422,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56424,7 +53495,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -56471,8 +53542,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56597,7 +53672,7 @@ paths: - userIds type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -56639,7 +53714,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56700,7 +53775,7 @@ paths: - userIds type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -56747,8 +53822,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56879,7 +53958,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -56921,7 +54000,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56984,7 +54063,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -57031,8 +54110,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57199,7 +54282,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -57241,7 +54324,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -57323,7 +54406,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -57370,8 +54453,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57523,7 +54610,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeCardCollectionResponse' default: $ref: '#/components/responses/error' @@ -57561,7 +54648,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeCard' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -57638,21 +54725,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeCard' - links: - clockOut: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.schedule.timeCards.timeCard.clockOut - confirm: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.schedule.timeCards.timeCard.confirm - endBreak: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.schedule.timeCards.timeCard.endBreak - startBreak: - operationId: teamwork.teamTemplates.teamTemplate.definitions.teamTemplateDefinition.teamDefinition.schedule.timeCards.timeCard.startBreak default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57694,8 +54772,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeCard' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeCard' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57793,7 +54875,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -57838,7 +54920,7 @@ paths: type: string x-ms-docs-key-type: timeCard responses: - '200': + 2XX: description: Success content: application/json: @@ -57899,7 +54981,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -57960,7 +55042,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -58016,7 +55098,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -58104,7 +55186,7 @@ paths: - isActive type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' default: $ref: '#/components/responses/error' @@ -58146,7 +55228,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58207,7 +55289,7 @@ paths: - isActive type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -58254,8 +55336,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58404,7 +55490,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -58442,7 +55528,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58510,7 +55596,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -58557,8 +55643,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58686,7 +55776,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' default: $ref: '#/components/responses/error' @@ -58728,7 +55818,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58790,7 +55880,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -58837,8 +55927,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOff' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58971,7 +56065,7 @@ paths: - members type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -59013,7 +56107,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -59086,19 +56180,12 @@ paths: - members type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' - links: - members: - operationId: teamwork.teamTemplates.definitions.teamDefinition.Tags.ListMembers - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id - teamworkTag-id: $request.path.teamworkTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59140,8 +56227,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59274,7 +56365,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -59324,7 +56415,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -59401,7 +56492,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -59456,8 +56547,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59560,7 +56655,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -59630,18 +56725,12 @@ paths: - teamDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamTemplateDefinition' - links: - teamDefinition: - operationId: teamwork.teamTemplates.definitions.teamDefinition.TemplateDefinition.GetTeamDefinition - parameters: - teamTemplate-id: $request.path.teamTemplate-id - teamTemplateDefinition-id: $request.path.teamTemplateDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59735,7 +56824,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.workforceIntegrationCollectionResponse' default: $ref: '#/components/responses/error' @@ -59760,7 +56849,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.workforceIntegration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -59822,7 +56911,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -59853,8 +56942,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.workforceIntegration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workforceIntegration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59986,7 +57079,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatCollectionResponse' default: $ref: '#/components/responses/error' @@ -60016,7 +57109,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60097,63 +57190,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' - links: - installedApps: - operationId: users.Chats.ListInstalledApps - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - lastMessagePreview: - operationId: users.Chats.GetLastMessagePreview - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - members: - operationId: users.Chats.ListMembers - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - messages: - operationId: users.Chats.ListMessages - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - operations: - operationId: users.Chats.ListOperations - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - permissionGrants: - operationId: users.Chats.ListPermissionGrants - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - pinnedMessages: - operationId: users.Chats.ListPinnedMessages - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - tabs: - operationId: users.Chats.ListTabs - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - hideForUser: - operationId: users.user.chats.chat.hideGraphFPreUser - markChatReadForUser: - operationId: users.user.chats.chat.markChatReadGraphFPreUser - markChatUnreadForUser: - operationId: users.user.chats.chat.markChatUnreadGraphFPreUser - sendActivityNotification: - operationId: users.user.chats.chat.sendActivityNotification - unhideForUser: - operationId: users.user.chats.chat.unhideGraphFPreUser default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60187,8 +57229,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60300,7 +57346,7 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -60342,7 +57388,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60412,27 +57458,12 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - links: - teamsApp: - operationId: users.chats.InstalledApps.GetTeamsApp - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - teamsAppDefinition: - operationId: users.chats.InstalledApps.GetTeamsAppDefinition - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - upgrade: - operationId: users.user.chats.chat.installedApps.teamsAppInstallation.upgrade default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60474,8 +57505,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60583,19 +57618,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: users.chats.installedApps.TeamsApp.ListAppDefinitions - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60672,31 +57700,12 @@ paths: - outlineIcon type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: users.chats.installedApps.TeamsAppDefinition.GetBot - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - colorIcon: - operationId: users.chats.installedApps.TeamsAppDefinition.GetColorIcon - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - outlineIcon: - operationId: users.chats.installedApps.TeamsAppDefinition.GetOutlineIcon - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60755,7 +57764,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -60794,8 +57803,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60912,7 +57925,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -60954,7 +57967,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -61023,7 +58036,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -61070,8 +58083,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61260,7 +58277,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -61302,7 +58319,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -61395,33 +58412,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: users.chats.Messages.ListHostedContents - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: users.chats.Messages.ListReplies - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - setReaction: - operationId: users.user.chats.chat.messages.chatMessage.setReaction - softDelete: - operationId: users.user.chats.chat.messages.chatMessage.softDelete - undoSoftDelete: - operationId: users.user.chats.chat.messages.chatMessage.undoSoftDelete - unsetReaction: - operationId: users.user.chats.chat.messages.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61463,8 +58459,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61594,7 +58594,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -61640,7 +58640,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -61716,7 +58716,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -61771,8 +58771,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61977,7 +58981,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -62027,7 +59031,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62128,35 +59132,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: users.chats.messages.Replies.ListHostedContents - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: users.chats.messages.Replies.ListReplies - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - setReaction: - operationId: users.user.chats.chat.messages.chatMessage.replies.chatMessage.setReaction - softDelete: - operationId: users.user.chats.chat.messages.chatMessage.replies.chatMessage.softDelete - undoSoftDelete: - operationId: users.user.chats.chat.messages.chatMessage.replies.chatMessage.undoSoftDelete - unsetReaction: - operationId: users.user.chats.chat.messages.chatMessage.replies.chatMessage.unsetReaction default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62206,8 +59187,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62353,7 +59338,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -62407,7 +59392,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62491,7 +59476,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -62554,8 +59539,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62711,7 +59700,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -62749,7 +59738,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62823,7 +59812,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -62870,8 +59859,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63005,7 +59998,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -63043,7 +60036,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63115,23 +60108,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - links: - checkMemberGroups: - operationId: users.user.chats.chat.permissionGrants.resourceSpecificPermissionGrant.checkMemberGroups - checkMemberObjects: - operationId: users.user.chats.chat.permissionGrants.resourceSpecificPermissionGrant.checkMemberObjects - getMemberGroups: - operationId: users.user.chats.chat.permissionGrants.resourceSpecificPermissionGrant.getMemberGroups - getMemberObjects: - operationId: users.user.chats.chat.permissionGrants.resourceSpecificPermissionGrant.getMemberObjects - restore: - operationId: users.user.chats.chat.permissionGrants.resourceSpecificPermissionGrant.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63173,8 +60155,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63292,7 +60278,7 @@ paths: - message type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pinnedChatMessageInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -63334,7 +60320,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63402,19 +60388,12 @@ paths: - message type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' - links: - message: - operationId: users.chats.PinnedMessages.GetMessage - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63456,8 +60435,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63587,25 +60570,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: users.chats.pinnedMessages.Message.ListHostedContents - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id - replies: - operationId: users.chats.pinnedMessages.Message.ListReplies - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63699,7 +60669,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -63741,7 +60711,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63815,19 +60785,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: users.chats.Tabs.GetTeamsApp - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63869,8 +60832,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63978,19 +60945,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: users.chats.tabs.TeamsApp.ListAppDefinitions - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64137,7 +61097,7 @@ paths: - schedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamCollectionResponse' default: $ref: '#/components/responses/error' @@ -64241,88 +61201,12 @@ paths: - schedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' - links: - allChannels: - operationId: users.JoinedTeams.ListAllChannels - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channels: - operationId: users.JoinedTeams.ListChannels - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - group: - operationId: users.JoinedTeams.GetGroup - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - incomingChannels: - operationId: users.JoinedTeams.ListIncomingChannels - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - installedApps: - operationId: users.JoinedTeams.ListInstalledApps - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - members: - operationId: users.JoinedTeams.ListMembers - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - operations: - operationId: users.JoinedTeams.ListOperations - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - owners: - operationId: users.JoinedTeams.ListOwners - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - permissionGrants: - operationId: users.JoinedTeams.ListPermissionGrants - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - photo: - operationId: users.JoinedTeams.GetPhoto - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - primaryChannel: - operationId: users.JoinedTeams.GetPrimaryChannel - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - tags: - operationId: users.JoinedTeams.ListTags - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - template: - operationId: users.JoinedTeams.GetTemplate - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - templateDefinition: - operationId: users.JoinedTeams.GetTemplateDefinition - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - schedule: - operationId: users.JoinedTeams.GetSchedule - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64371,23 +61255,12 @@ paths: - installedApps type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userTeamwork' - links: - associatedTeams: - operationId: users.Teamwork.ListAssociatedTeams - parameters: - user-id: $request.path.user-id - installedApps: - operationId: users.Teamwork.ListInstalledApps - parameters: - user-id: $request.path.user-id - sendActivityNotification: - operationId: users.user.teamwork.sendActivityNotification default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64413,8 +61286,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userTeamwork' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userTeamwork' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64514,7 +61391,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.associatedTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -64544,7 +61421,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -64606,18 +61483,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' - links: - team: - operationId: users.teamwork.AssociatedTeams.GetTeam - parameters: - user-id: $request.path.user-id - associatedTeamInfo-id: $request.path.associatedTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64651,8 +61522,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64758,7 +61633,7 @@ paths: - chat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userScopeTeamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -64792,7 +61667,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -64856,28 +61731,12 @@ paths: - chat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' - links: - teamsApp: - operationId: users.teamwork.InstalledApps.GetTeamsApp - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - teamsAppDefinition: - operationId: users.teamwork.InstalledApps.GetTeamsAppDefinition - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - chat: - operationId: users.teamwork.InstalledApps.GetChat - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64911,8 +61770,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65026,53 +61889,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' - links: - installedApps: - operationId: users.teamwork.installedApps.Chat.ListInstalledApps - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - lastMessagePreview: - operationId: users.teamwork.installedApps.Chat.GetLastMessagePreview - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - members: - operationId: users.teamwork.installedApps.Chat.ListMembers - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - messages: - operationId: users.teamwork.installedApps.Chat.ListMessages - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - operations: - operationId: users.teamwork.installedApps.Chat.ListOperations - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - permissionGrants: - operationId: users.teamwork.installedApps.Chat.ListPermissionGrants - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - pinnedMessages: - operationId: users.teamwork.installedApps.Chat.ListPinnedMessages - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - tabs: - operationId: users.teamwork.installedApps.Chat.ListTabs - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65404,6 +62226,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -67996,6 +64819,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index 11129f76a4f..117462aded2 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -101,7 +101,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -152,7 +152,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -212,7 +212,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -276,7 +276,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -336,7 +336,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -386,7 +386,7 @@ paths: type: string x-ms-docs-key-type: microsoftAuthenticatorAuthenticationMethod responses: - '200': + 2XX: description: Success content: application/json: @@ -437,7 +437,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -497,7 +497,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -561,7 +561,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -621,7 +621,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -671,7 +671,7 @@ paths: type: string x-ms-docs-key-type: passwordlessMicrosoftAuthenticatorAuthenticationMethod responses: - '200': + 2XX: description: Success content: application/json: @@ -722,7 +722,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -782,7 +782,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -846,7 +846,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -906,7 +906,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -956,7 +956,7 @@ paths: type: string x-ms-docs-key-type: windowsHelloForBusinessAuthenticationMethod responses: - '200': + 2XX: description: Success content: application/json: @@ -1005,7 +1005,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1062,7 +1062,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1127,7 +1127,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2008,7 +2008,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2073,7 +2073,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3274,7 +3274,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3331,7 +3331,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3396,7 +3396,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4277,7 +4277,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4342,7 +4342,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5548,7 +5548,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5626,7 +5626,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5699,7 +5699,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5780,7 +5780,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6901,7 +6901,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6982,7 +6982,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8535,7 +8535,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8608,7 +8608,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8689,7 +8689,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9810,7 +9810,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9891,7 +9891,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11449,7 +11449,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11519,7 +11519,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11584,7 +11584,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11657,7 +11657,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12658,7 +12658,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12731,7 +12731,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14108,7 +14108,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14173,7 +14173,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14246,7 +14246,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15247,7 +15247,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15320,7 +15320,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16702,7 +16702,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16764,7 +16764,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16821,7 +16821,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16886,7 +16886,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17767,7 +17767,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17832,7 +17832,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19076,7 +19076,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19801,7 +19801,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19869,7 +19869,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19941,7 +19941,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20009,7 +20009,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20067,7 +20067,7 @@ paths: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant responses: - '200': + 2XX: description: Success content: application/json: @@ -20123,7 +20123,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20186,7 +20186,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20717,7 +20717,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20781,7 +20781,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20841,7 +20841,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20905,7 +20905,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20965,7 +20965,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21015,7 +21015,7 @@ paths: type: string x-ms-docs-key-type: device responses: - '200': + 2XX: description: Success content: application/json: @@ -21063,7 +21063,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21118,7 +21118,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21293,7 +21293,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21551,7 +21551,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21631,7 +21631,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21688,7 +21688,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21729,7 +21729,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Success content: application/json: @@ -21774,7 +21774,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Success content: application/json: @@ -21859,7 +21859,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21942,7 +21942,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22002,7 +22002,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22167,7 +22167,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22248,7 +22248,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22588,7 +22588,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22637,7 +22637,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22763,7 +22763,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22955,7 +22955,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23173,7 +23173,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23245,7 +23245,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23294,7 +23294,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23327,7 +23327,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Success content: application/json: @@ -23364,7 +23364,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Success content: application/json: @@ -23441,7 +23441,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23516,7 +23516,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23568,7 +23568,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23709,7 +23709,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23782,7 +23782,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23909,7 +23909,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23966,7 +23966,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -24031,7 +24031,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -24912,7 +24912,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -24977,7 +24977,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26171,7 +26171,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26212,7 +26212,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26260,7 +26260,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26304,7 +26304,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26353,7 +26353,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26402,7 +26402,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26466,7 +26466,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26528,7 +26528,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26588,7 +26588,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26643,7 +26643,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26684,7 +26684,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26729,7 +26729,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26777,7 +26777,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26832,7 +26832,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26946,7 +26946,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27011,7 +27011,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27083,7 +27083,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27151,7 +27151,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27219,7 +27219,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27352,7 +27352,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27635,7 +27635,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27692,7 +27692,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27749,7 +27749,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27806,7 +27806,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27870,7 +27870,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27930,7 +27930,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27990,7 +27990,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28107,7 +28107,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28350,7 +28350,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28399,7 +28399,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28440,7 +28440,7 @@ paths: type: string x-ms-docs-key-type: deviceLogCollectionResponse responses: - '200': + 2XX: description: Success content: application/json: @@ -28607,7 +28607,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -28654,7 +28654,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -29358,7 +29358,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30046,7 +30046,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30097,7 +30097,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30143,7 +30143,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30180,7 +30180,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -30259,7 +30259,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30348,7 +30348,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30397,7 +30397,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30453,7 +30453,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30505,7 +30505,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30557,7 +30557,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30658,7 +30658,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -30884,7 +30884,7 @@ paths: requestBody: $ref: '#/components/requestBodies/assignLicenseRequestBody' responses: - '200': + 2XX: $ref: '#/components/responses/assignLicenseResponse' default: $ref: '#/components/responses/error' @@ -30950,7 +30950,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -31002,7 +31002,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -31073,7 +31073,7 @@ paths: requestBody: $ref: '#/components/requestBodies/findMeetingTimesRequestBody' responses: - '200': + 2XX: $ref: '#/components/responses/findMeetingTimesResponse' default: $ref: '#/components/responses/error' @@ -31100,7 +31100,7 @@ paths: requestBody: $ref: '#/components/requestBodies/getMailTipsRequestBody' responses: - '200': + 2XX: $ref: '#/components/responses/getMailTipsResponse' default: $ref: '#/components/responses/error' @@ -31142,7 +31142,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -31194,7 +31194,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -31236,7 +31236,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: $ref: '#/components/responses/invalidateAllRefreshTokensResponse' default: $ref: '#/components/responses/error' @@ -31283,7 +31283,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: $ref: '#/components/responses/reprocessLicenseAssignmentResponse' default: $ref: '#/components/responses/error' @@ -31308,7 +31308,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: description: Success content: application/json: @@ -31333,7 +31333,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: $ref: '#/components/responses/revokeSignInSessionsResponse' default: $ref: '#/components/responses/error' @@ -31387,7 +31387,7 @@ paths: requestBody: $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' responses: - '200': + 2XX: $ref: '#/components/responses/translateExchangeIdsResponse' default: $ref: '#/components/responses/error' @@ -31543,7 +31543,7 @@ paths: type: string x-ms-docs-key-type: appLogCollectionRequest responses: - '200': + 2XX: description: Success content: application/json: @@ -31605,7 +31605,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -31683,7 +31683,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -31761,7 +31761,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -31844,7 +31844,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -31981,7 +31981,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32051,7 +32051,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32126,7 +32126,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32227,7 +32227,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32286,7 +32286,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32399,7 +32399,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32469,7 +32469,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32544,7 +32544,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32665,7 +32665,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32727,7 +32727,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32794,7 +32794,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32903,7 +32903,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -32960,7 +32960,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33007,7 +33007,7 @@ paths: type: string x-ms-docs-key-type: outlookTask responses: - '200': + 2XX: description: Success content: application/json: @@ -33092,7 +33092,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33147,7 +33147,7 @@ paths: type: string x-ms-docs-key-type: outlookTask responses: - '200': + 2XX: description: Success content: application/json: @@ -33216,7 +33216,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -33255,7 +33255,7 @@ paths: type: string x-ms-docs-key-type: outlookTask responses: - '200': + 2XX: description: Success content: application/json: @@ -34622,7 +34622,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -34676,7 +34676,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -34728,7 +34728,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -34778,7 +34778,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -34885,7 +34885,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -34924,7 +34924,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -34970,7 +34970,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -35002,7 +35002,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -50981,6 +50981,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -54752,6 +54753,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 85255045bca..7e233b0fb38 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -92,7 +92,7 @@ paths: - visualElements desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -198,7 +198,7 @@ paths: - reason desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -287,7 +287,7 @@ paths: - pendingScopes desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -364,7 +364,7 @@ paths: - id desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -586,7 +586,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -803,7 +803,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1028,7 +1028,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1245,7 +1245,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1454,7 +1454,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1679,7 +1679,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1896,7 +1896,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2121,7 +2121,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2338,7 +2338,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2547,7 +2547,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2601,7 +2601,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -2838,7 +2838,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3071,7 +3071,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3312,7 +3312,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3545,7 +3545,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3770,7 +3770,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4011,7 +4011,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4244,7 +4244,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4485,7 +4485,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4718,7 +4718,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4943,7 +4943,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5013,7 +5013,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -5242,7 +5242,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5467,7 +5467,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5700,7 +5700,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5925,7 +5925,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6142,7 +6142,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6375,7 +6375,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6600,7 +6600,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6833,7 +6833,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7058,7 +7058,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7275,7 +7275,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7337,7 +7337,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -7558,7 +7558,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7775,7 +7775,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8000,7 +8000,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8217,7 +8217,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8426,7 +8426,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8585,7 +8585,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8736,7 +8736,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8879,7 +8879,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9019,7 +9019,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9071,7 +9071,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -9117,7 +9117,7 @@ paths: type: string x-ms-docs-key-type: cloudPC responses: - '200': + 2XX: description: Success content: application/json: @@ -9150,7 +9150,7 @@ paths: type: string x-ms-docs-key-type: cloudPC responses: - '200': + 2XX: description: Success content: application/json: @@ -9188,7 +9188,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -9391,7 +9391,7 @@ paths: - yomiSurname desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9488,7 +9488,7 @@ paths: - wellKnownName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9687,7 +9687,7 @@ paths: - yomiSurname desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9776,7 +9776,7 @@ paths: - wellKnownName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9967,7 +9967,7 @@ paths: - yomiSurname desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10157,7 +10157,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10297,7 +10297,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10498,7 +10498,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10710,7 +10710,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10850,7 +10850,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11059,7 +11059,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11114,7 +11114,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -11230,7 +11230,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11367,7 +11367,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11488,7 +11488,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11620,7 +11620,7 @@ paths: - sharepointIds desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11816,7 +11816,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' @@ -12002,7 +12002,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/searchResponse' default: $ref: '#/components/responses/error' @@ -12180,7 +12180,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' @@ -12294,7 +12294,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -12487,7 +12487,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -12691,7 +12691,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -12823,7 +12823,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -13024,7 +13024,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -13246,7 +13246,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -13463,7 +13463,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -13688,7 +13688,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -13905,7 +13905,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14114,7 +14114,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14367,7 +14367,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14563,7 +14563,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14674,7 +14674,7 @@ paths: - wellKnownName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14862,7 +14862,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14965,7 +14965,7 @@ paths: - wellKnownName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15020,7 +15020,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -15066,7 +15066,7 @@ paths: type: string x-ms-docs-key-type: managedDevice responses: - '200': + 2XX: description: Success content: application/json: @@ -15099,7 +15099,7 @@ paths: type: string x-ms-docs-key-type: managedDevice responses: - '200': + 2XX: description: Success content: application/json: @@ -15143,7 +15143,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -15189,7 +15189,7 @@ paths: type: string x-ms-docs-key-type: managedDevice responses: - '200': + 2XX: description: Success content: application/json: @@ -15230,7 +15230,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15268,7 +15268,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -15444,7 +15444,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15486,7 +15486,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' default: $ref: '#/components/responses/error' @@ -15527,7 +15527,7 @@ paths: type: integer format: int32 responses: - '200': + 2XX: $ref: '#/components/responses/exportDeviceAndAppManagementDataResponse' default: $ref: '#/components/responses/error' @@ -15557,7 +15557,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: $ref: '#/components/responses/findRoomListsResponse' default: $ref: '#/components/responses/error' @@ -15586,7 +15586,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: $ref: '#/components/responses/findRoomsResponse' default: $ref: '#/components/responses/error' @@ -15622,7 +15622,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: $ref: '#/components/responses/findRoomsResponse' default: $ref: '#/components/responses/error' @@ -15701,7 +15701,7 @@ paths: - version desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/getEffectiveDeviceEnrollmentConfigurationsResponse' default: $ref: '#/components/responses/error' @@ -16008,7 +16008,7 @@ paths: - windowsRemediatedMalwareCount desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/getLoggedOnManagedDevicesResponse' default: $ref: '#/components/responses/error' @@ -16038,7 +16038,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: $ref: '#/components/responses/getManagedAppDiagnosticStatusesResponse' default: $ref: '#/components/responses/error' @@ -16111,7 +16111,7 @@ paths: - version desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/getManagedAppPoliciesResponse' default: $ref: '#/components/responses/error' @@ -16141,7 +16141,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: $ref: '#/components/responses/getManagedDevicesWithAppFailuresResponse' default: $ref: '#/components/responses/error' @@ -16171,7 +16171,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: $ref: '#/components/responses/getManagedDevicesWithFailedOrPendingAppsResponse' default: $ref: '#/components/responses/error' @@ -16196,7 +16196,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: $ref: '#/components/responses/isManagedAppUserBlockedResponse' default: $ref: '#/components/responses/error' @@ -16237,7 +16237,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: $ref: '#/components/responses/reminderViewResponse' default: $ref: '#/components/responses/error' @@ -16293,7 +16293,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -16342,7 +16342,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -16380,7 +16380,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -16426,7 +16426,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -16475,7 +16475,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -16516,7 +16516,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -16550,7 +16550,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -16593,7 +16593,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -16643,7 +16643,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -16789,7 +16789,7 @@ paths: - target desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -16897,7 +16897,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17028,7 +17028,7 @@ paths: - target desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17175,7 +17175,7 @@ paths: - target desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17314,7 +17314,7 @@ paths: - target desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17414,7 +17414,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17515,7 +17515,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17584,7 +17584,7 @@ paths: - id desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17714,7 +17714,7 @@ paths: - title desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17800,7 +17800,7 @@ paths: - wellknownListName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -18171,7 +18171,7 @@ paths: - skills desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -18210,7 +18210,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -18596,6 +18596,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -21837,6 +21838,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 613cd2325d1..73be57ed2fb 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -441,7 +441,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -466,7 +466,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -728,335 +728,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - analytics: - operationId: users.GetAnalytics - parameters: - user-id: $request.path.user-id - cloudPCs: - operationId: users.ListCloudPCs - parameters: - user-id: $request.path.user-id - usageRights: - operationId: users.ListUsageRights - parameters: - user-id: $request.path.user-id - informationProtection: - operationId: users.GetInformationProtection - parameters: - user-id: $request.path.user-id - appRoleAssignedResources: - operationId: users.ListAppRoleAssignedResources - parameters: - user-id: $request.path.user-id - appRoleAssignments: - operationId: users.ListAppRoleAssignments - parameters: - user-id: $request.path.user-id - createdObjects: - operationId: users.ListCreatedObjects - parameters: - user-id: $request.path.user-id - directReports: - operationId: users.ListDirectReports - parameters: - user-id: $request.path.user-id - licenseDetails: - operationId: users.ListLicenseDetails - parameters: - user-id: $request.path.user-id - manager: - operationId: users.GetManager - parameters: - user-id: $request.path.user-id - memberOf: - operationId: users.ListMemberGraphOPre - parameters: - user-id: $request.path.user-id - oauth2PermissionGrants: - operationId: users.ListOauth2PermissionGrants - parameters: - user-id: $request.path.user-id - ownedDevices: - operationId: users.ListOwnedDevices - parameters: - user-id: $request.path.user-id - ownedObjects: - operationId: users.ListOwnedObjects - parameters: - user-id: $request.path.user-id - registeredDevices: - operationId: users.ListRegisteredDevices - parameters: - user-id: $request.path.user-id - scopedRoleMemberOf: - operationId: users.ListScopedRoleMemberGraphOPre - parameters: - user-id: $request.path.user-id - transitiveMemberOf: - operationId: users.ListTransitiveMemberGraphOPre - parameters: - user-id: $request.path.user-id - transitiveReports: - operationId: users.ListTransitiveReports - parameters: - user-id: $request.path.user-id - calendar: - operationId: users.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroups: - operationId: users.ListCalendarGroups - parameters: - user-id: $request.path.user-id - calendars: - operationId: users.ListCalendars - parameters: - user-id: $request.path.user-id - calendarView: - operationId: users.ListCalendarView - parameters: - user-id: $request.path.user-id - contactFolders: - operationId: users.ListContactFolders - parameters: - user-id: $request.path.user-id - contacts: - operationId: users.ListContacts - parameters: - user-id: $request.path.user-id - events: - operationId: users.ListEvents - parameters: - user-id: $request.path.user-id - inferenceClassification: - operationId: users.GetInferenceClassification - parameters: - user-id: $request.path.user-id - joinedGroups: - operationId: users.ListJoinedGroups - parameters: - user-id: $request.path.user-id - mailFolders: - operationId: users.ListMailFolders - parameters: - user-id: $request.path.user-id - messages: - operationId: users.ListMessages - parameters: - user-id: $request.path.user-id - outlook: - operationId: users.GetOutlook - parameters: - user-id: $request.path.user-id - people: - operationId: users.ListPeople - parameters: - user-id: $request.path.user-id - drive: - operationId: users.GetDrive - parameters: - user-id: $request.path.user-id - drives: - operationId: users.ListDrives - parameters: - user-id: $request.path.user-id - followedSites: - operationId: users.ListFollowedSites - parameters: - user-id: $request.path.user-id - extensions: - operationId: users.ListExtensions - parameters: - user-id: $request.path.user-id - appConsentRequestsForApproval: - operationId: users.ListAppConsentRequestsGraphFPreApproval - parameters: - user-id: $request.path.user-id - approvals: - operationId: users.ListApprovals - parameters: - user-id: $request.path.user-id - pendingAccessReviewInstances: - operationId: users.ListPendingAccessReviewInstances - parameters: - user-id: $request.path.user-id - agreementAcceptances: - operationId: users.ListAgreementAcceptances - parameters: - user-id: $request.path.user-id - security: - operationId: users.GetSecurity - parameters: - user-id: $request.path.user-id - deviceEnrollmentConfigurations: - operationId: users.ListDeviceEnrollmentConfigurations - parameters: - user-id: $request.path.user-id - managedDevices: - operationId: users.ListManagedDevices - parameters: - user-id: $request.path.user-id - managedAppRegistrations: - operationId: users.ListManagedAppRegistrations - parameters: - user-id: $request.path.user-id - windowsInformationProtectionDeviceRegistrations: - operationId: users.ListWindowsInformationProtectionDeviceRegistrations - parameters: - user-id: $request.path.user-id - deviceManagementTroubleshootingEvents: - operationId: users.ListDeviceManagementTroubleshootingEvents - parameters: - user-id: $request.path.user-id - mobileAppIntentAndStates: - operationId: users.ListMobileAppIntentAndStates - parameters: - user-id: $request.path.user-id - mobileAppTroubleshootingEvents: - operationId: users.ListMobileAppTroubleshootingEvents - parameters: - user-id: $request.path.user-id - notifications: - operationId: users.ListNotifications - parameters: - user-id: $request.path.user-id - planner: - operationId: users.GetPlanner - parameters: - user-id: $request.path.user-id - insights: - operationId: users.GetInsights - parameters: - user-id: $request.path.user-id - settings: - operationId: users.GetSettings - parameters: - user-id: $request.path.user-id - onenote: - operationId: users.GetOnenote - parameters: - user-id: $request.path.user-id - photo: - operationId: users.GetPhoto - parameters: - user-id: $request.path.user-id - photos: - operationId: users.ListPhotos - parameters: - user-id: $request.path.user-id - profile: - operationId: users.GetProfile - parameters: - user-id: $request.path.user-id - activities: - operationId: users.ListActivities - parameters: - user-id: $request.path.user-id - devices: - operationId: users.ListDevices - parameters: - user-id: $request.path.user-id - onlineMeetings: - operationId: users.ListOnlineMeetings - parameters: - user-id: $request.path.user-id - presence: - operationId: users.GetPresence - parameters: - user-id: $request.path.user-id - authentication: - operationId: users.GetAuthentication - parameters: - user-id: $request.path.user-id - chats: - operationId: users.ListChats - parameters: - user-id: $request.path.user-id - joinedTeams: - operationId: users.ListJoinedTeams - parameters: - user-id: $request.path.user-id - teamwork: - operationId: users.GetTeamwork - parameters: - user-id: $request.path.user-id - todo: - operationId: users.GetTodo - parameters: - user-id: $request.path.user-id - activateServicePlan: - operationId: users.user.activateServicePlan - assignLicense: - operationId: users.user.assignLicense - changePassword: - operationId: users.user.changePassword - checkMemberGroups: - operationId: users.user.checkMemberGroups - checkMemberObjects: - operationId: users.user.checkMemberObjects - exportDeviceAndAppManagementData: - operationId: users.user.exportDeviceAndAppManagementData - exportPersonalData: - operationId: users.user.exportPersonalData - findMeetingTimes: - operationId: users.user.findMeetingTimes - findRoomLists: - operationId: users.user.findRoomLists - findRooms: - operationId: users.user.findRooms - getEffectiveDeviceEnrollmentConfigurations: - operationId: users.user.getEffectiveDeviceEnrollmentConfigurations - getLoggedOnManagedDevices: - operationId: users.user.getLoggedOnManagedDevices - getMailTips: - operationId: users.user.getMailTips - getManagedAppDiagnosticStatuses: - operationId: users.user.getManagedAppDiagnosticStatuses - getManagedAppPolicies: - operationId: users.user.getManagedAppPolicies - getManagedDevicesWithAppFailures: - operationId: users.user.getManagedDevicesGraphWPreAppFailures - getManagedDevicesWithFailedOrPendingApps: - operationId: users.user.getManagedDevicesGraphWPreFailedOrPendingApps - getMemberGroups: - operationId: users.user.getMemberGroups - getMemberObjects: - operationId: users.user.getMemberObjects - invalidateAllRefreshTokens: - operationId: users.user.invalidateAllRefreshTokens - isManagedAppUserBlocked: - operationId: users.user.isManagedAppUserBlocked - reminderView: - operationId: users.user.reminderView - removeAllDevicesFromManagement: - operationId: users.user.removeAllDevicesFromManagement - reprocessLicenseAssignment: - operationId: users.user.reprocessLicenseAssignment - restore: - operationId: users.user.restore - revokeSignInSessions: - operationId: users.user.revokeSignInSessions - sendMail: - operationId: users.user.sendMail - translateExchangeIds: - operationId: users.user.translateExchangeIds - unblockManagedApps: - operationId: users.user.unblockManagedApps - wipeAndBlockManagedApps: - operationId: users.user.wipeAndBlockManagedApps - wipeManagedAppRegistrationByDeviceTag: - operationId: users.user.wipeManagedAppRegistrationGraphBPreDeviceTag - wipeManagedAppRegistrationsByAzureAdDeviceId: - operationId: users.user.wipeManagedAppRegistrationsGraphBPreAzureAdDeviceId - wipeManagedAppRegistrationsByDeviceTag: - operationId: users.user.wipeManagedAppRegistrationsGraphBPreDeviceTag default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1086,8 +763,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1186,7 +867,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -1244,7 +925,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1328,7 +1009,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -1396,7 +1077,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1464,7 +1145,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1494,7 +1175,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1552,7 +1233,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1591,8 +1272,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1701,7 +1386,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.licenseDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -1731,7 +1416,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.licenseDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1791,7 +1476,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1830,8 +1515,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.licenseDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.licenseDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1914,7 +1603,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1943,7 +1632,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: description: Retrieved navigation property link content: application/json: @@ -2075,7 +1764,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -2143,7 +1832,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2231,7 +1920,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.notificationCollectionResponse' default: $ref: '#/components/responses/error' @@ -2261,7 +1950,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.notification' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2325,7 +2014,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2364,8 +2053,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.notification' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notification' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2486,7 +2179,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -2549,7 +2242,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2591,33 +2284,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookUser' - links: - masterCategories: - operationId: users.Outlook.ListMasterCategories - parameters: - user-id: $request.path.user-id - taskFolders: - operationId: users.Outlook.ListTaskFolders - parameters: - user-id: $request.path.user-id - taskGroups: - operationId: users.Outlook.ListTaskGroups - parameters: - user-id: $request.path.user-id - tasks: - operationId: users.Outlook.ListTasks - parameters: - user-id: $request.path.user-id - supportedLanguages: - operationId: users.user.outlook.supportedLanguages - supportedTimeZones: - operationId: users.user.outlook.supportedTimeZones default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2676,7 +2348,7 @@ paths: - displayName type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.outlookCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -2710,7 +2382,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2758,7 +2430,7 @@ paths: - displayName type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2797,8 +2469,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.outlookCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2900,7 +2576,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.outlookTaskFolderCollectionResponse' default: $ref: '#/components/responses/error' @@ -2936,7 +2612,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTaskFolder' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2994,28 +2670,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookTaskFolder' - links: - multiValueExtendedProperties: - operationId: users.outlook.TaskFolders.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id - singleValueExtendedProperties: - operationId: users.outlook.TaskFolders.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id - tasks: - operationId: users.outlook.TaskFolders.ListTasks - parameters: - user-id: $request.path.user-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id default: $ref: '#/components/responses/error' deprecated: true @@ -3055,8 +2715,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTaskFolder' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.outlookTaskFolder' default: $ref: '#/components/responses/error' deprecated: true @@ -3176,7 +2840,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3220,7 +2884,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3293,7 +2957,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3346,8 +3010,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' deprecated: true @@ -3475,7 +3143,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3519,7 +3187,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3592,7 +3260,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3645,8 +3313,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' deprecated: true @@ -3821,7 +3493,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.outlookTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -3865,7 +3537,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3947,33 +3619,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookTask' - links: - attachments: - operationId: users.outlook.taskFolders.Tasks.ListAttachments - parameters: - user-id: $request.path.user-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id - outlookTask-id: $request.path.outlookTask-id - multiValueExtendedProperties: - operationId: users.outlook.taskFolders.Tasks.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id - outlookTask-id: $request.path.outlookTask-id - singleValueExtendedProperties: - operationId: users.outlook.taskFolders.Tasks.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id - outlookTask-id: $request.path.outlookTask-id - complete: - operationId: users.user.outlook.taskFolders.outlookTaskFolder.tasks.outlookTask.complete default: $ref: '#/components/responses/error' deprecated: true @@ -4021,8 +3672,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.outlookTask' default: $ref: '#/components/responses/error' deprecated: true @@ -4172,7 +3827,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -4228,7 +3883,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4313,7 +3968,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4462,7 +4117,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4514,7 +4169,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4595,7 +4250,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4656,8 +4311,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' deprecated: true @@ -4801,7 +4460,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4853,7 +4512,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4934,7 +4593,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4995,8 +4654,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' deprecated: true @@ -5124,7 +4787,7 @@ paths: - taskFolders type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.outlookTaskGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -5164,7 +4827,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTaskGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5220,18 +4883,12 @@ paths: - taskFolders type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookTaskGroup' - links: - taskFolders: - operationId: users.outlook.TaskGroups.ListTaskFolders - parameters: - user-id: $request.path.user-id - outlookTaskGroup-id: $request.path.outlookTaskGroup-id default: $ref: '#/components/responses/error' deprecated: true @@ -5271,8 +4928,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTaskGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.outlookTaskGroup' default: $ref: '#/components/responses/error' deprecated: true @@ -5394,7 +5055,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.outlookTaskFolderCollectionResponse' default: $ref: '#/components/responses/error' @@ -5438,7 +5099,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTaskFolder' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5505,31 +5166,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookTaskFolder' - links: - multiValueExtendedProperties: - operationId: users.outlook.taskGroups.TaskFolders.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - outlookTaskGroup-id: $request.path.outlookTaskGroup-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id - singleValueExtendedProperties: - operationId: users.outlook.taskGroups.TaskFolders.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - outlookTaskGroup-id: $request.path.outlookTaskGroup-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id - tasks: - operationId: users.outlook.taskGroups.TaskFolders.ListTasks - parameters: - user-id: $request.path.user-id - outlookTaskGroup-id: $request.path.outlookTaskGroup-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id default: $ref: '#/components/responses/error' deprecated: true @@ -5577,8 +5219,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTaskFolder' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.outlookTaskFolder' default: $ref: '#/components/responses/error' deprecated: true @@ -5714,7 +5360,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5766,7 +5412,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5847,7 +5493,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5908,8 +5554,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' deprecated: true @@ -6053,7 +5703,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6105,7 +5755,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6186,7 +5836,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6247,8 +5897,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' deprecated: true @@ -6439,7 +6093,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.outlookTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -6491,7 +6145,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6581,36 +6235,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookTask' - links: - attachments: - operationId: users.outlook.taskGroups.taskFolders.Tasks.ListAttachments - parameters: - user-id: $request.path.user-id - outlookTaskGroup-id: $request.path.outlookTaskGroup-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id - outlookTask-id: $request.path.outlookTask-id - multiValueExtendedProperties: - operationId: users.outlook.taskGroups.taskFolders.Tasks.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - outlookTaskGroup-id: $request.path.outlookTaskGroup-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id - outlookTask-id: $request.path.outlookTask-id - singleValueExtendedProperties: - operationId: users.outlook.taskGroups.taskFolders.Tasks.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - outlookTaskGroup-id: $request.path.outlookTaskGroup-id - outlookTaskFolder-id: $request.path.outlookTaskFolder-id - outlookTask-id: $request.path.outlookTask-id - complete: - operationId: users.user.outlook.taskGroups.outlookTaskGroup.taskFolders.outlookTaskFolder.tasks.outlookTask.complete default: $ref: '#/components/responses/error' deprecated: true @@ -6666,8 +6296,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.outlookTask' default: $ref: '#/components/responses/error' deprecated: true @@ -6833,7 +6467,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -6897,7 +6531,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6990,7 +6624,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7155,7 +6789,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7215,7 +6849,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7304,7 +6938,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7373,8 +7007,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' deprecated: true @@ -7534,7 +7172,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7594,7 +7232,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7683,7 +7321,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7752,8 +7390,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' deprecated: true @@ -7936,7 +7578,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.outlookTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -7976,7 +7618,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8049,30 +7691,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookTask' - links: - attachments: - operationId: users.outlook.Tasks.ListAttachments - parameters: - user-id: $request.path.user-id - outlookTask-id: $request.path.outlookTask-id - multiValueExtendedProperties: - operationId: users.outlook.Tasks.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - outlookTask-id: $request.path.outlookTask-id - singleValueExtendedProperties: - operationId: users.outlook.Tasks.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - outlookTask-id: $request.path.outlookTask-id - complete: - operationId: users.user.outlook.tasks.outlookTask.complete default: $ref: '#/components/responses/error' deprecated: true @@ -8112,8 +7736,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.outlookTask' default: $ref: '#/components/responses/error' deprecated: true @@ -8247,7 +7875,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -8295,7 +7923,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8372,7 +8000,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8505,7 +8133,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8549,7 +8177,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8622,7 +8250,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8675,8 +8303,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' deprecated: true @@ -8804,7 +8436,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8848,7 +8480,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8921,7 +8553,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8974,8 +8606,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' deprecated: true @@ -9108,7 +8744,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -9176,7 +8812,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9260,7 +8896,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -9328,7 +8964,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9368,7 +9004,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9399,8 +9035,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9420,7 +9060,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -9509,7 +9149,7 @@ paths: - width type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.profilePhotoCollectionResponse' default: $ref: '#/components/responses/error' @@ -9555,7 +9195,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9588,7 +9228,7 @@ paths: type: string x-ms-docs-key-type: profilePhoto responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -9709,7 +9349,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -9777,7 +9417,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9836,29 +9476,12 @@ paths: - shiftPreferences type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userSettings' - links: - itemInsights: - operationId: users.Settings.GetItemInsights - parameters: - user-id: $request.path.user-id - contactMergeSuggestions: - operationId: users.Settings.GetContactMergeSuggestions - parameters: - user-id: $request.path.user-id - regionalAndLanguageSettings: - operationId: users.Settings.GetRegionalAndLanguageSettings - parameters: - user-id: $request.path.user-id - shiftPreferences: - operationId: users.Settings.GetShiftPreferences - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9884,8 +9507,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9960,7 +9587,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9995,8 +9622,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactMergeSuggestions' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactMergeSuggestions' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10071,7 +9702,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10106,8 +9737,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10188,7 +9823,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10219,8 +9854,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.regionalAndLanguageSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10299,7 +9938,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10334,8 +9973,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shiftPreferences' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10408,17 +10051,12 @@ paths: - lists type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todo' - links: - lists: - operationId: users.Todo.ListLists - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10444,8 +10082,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.todo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.todo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10553,7 +10195,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.todoTaskListCollectionResponse' default: $ref: '#/components/responses/error' @@ -10587,7 +10229,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTaskList' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10653,23 +10295,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' - links: - extensions: - operationId: users.todo.Lists.ListExtensions - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - tasks: - operationId: users.todo.Lists.ListTasks - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10703,8 +10334,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTaskList' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.todoTaskList' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10809,7 +10444,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -10847,7 +10482,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10913,7 +10548,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10960,8 +10595,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11132,7 +10771,7 @@ paths: - linkedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.todoTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -11174,7 +10813,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11265,43 +10904,12 @@ paths: - linkedResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' - links: - attachments: - operationId: users.todo.lists.Tasks.ListAttachments - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - todoTask-id: $request.path.todoTask-id - attachmentSessions: - operationId: users.todo.lists.Tasks.ListAttachmentSessions - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - todoTask-id: $request.path.todoTask-id - checklistItems: - operationId: users.todo.lists.Tasks.ListChecklistItems - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - todoTask-id: $request.path.todoTask-id - extensions: - operationId: users.todo.lists.Tasks.ListExtensions - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - todoTask-id: $request.path.todoTask-id - linkedResources: - operationId: users.todo.lists.Tasks.ListLinkedResources - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - todoTask-id: $request.path.todoTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11343,8 +10951,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.todoTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11467,7 +11079,7 @@ paths: - size type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -11517,7 +11129,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachmentBase' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11583,7 +11195,7 @@ paths: - size type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11685,7 +11297,7 @@ paths: type: string x-ms-docs-key-type: attachmentBase responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -11817,7 +11429,7 @@ paths: - nextExpectedRanges type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentSessionCollectionResponse' default: $ref: '#/components/responses/error' @@ -11880,7 +11492,7 @@ paths: - nextExpectedRanges type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11935,8 +11547,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachmentSession' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachmentSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12031,7 +11647,7 @@ paths: type: string x-ms-docs-key-type: attachmentSession responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -12181,7 +11797,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.checklistItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -12227,7 +11843,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.checklistItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12305,7 +11921,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12360,8 +11976,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.checklistItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checklistItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12490,7 +12110,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -12536,7 +12156,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12610,7 +12230,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12665,8 +12285,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12810,7 +12434,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.linkedResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -12860,7 +12484,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.linkedResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12938,7 +12562,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12993,8 +12617,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.linkedResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.linkedResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13123,7 +12751,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -13191,7 +12819,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13272,7 +12900,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -13340,7 +12968,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25269,6 +24897,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' + description: 'List of activity history of a message item, including modification time and actions, such as reactionAdded, reactionRemoved, or reaction changes, on the message.' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' onBehalfOf: @@ -30513,6 +30142,7 @@ components: modifiedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string + description: The date and time when the message was modified. format: date-time reaction: $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' diff --git a/openApiDocs/beta/WindowsUpdates.yml b/openApiDocs/beta/WindowsUpdates.yml index 043e303ed62..08c979af0a2 100644 --- a/openApiDocs/beta/WindowsUpdates.yml +++ b/openApiDocs/beta/WindowsUpdates.yml @@ -46,7 +46,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -79,7 +79,7 @@ paths: type: string x-ms-docs-key-type: serviceHealthIssue responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -111,7 +111,7 @@ paths: type: string x-ms-docs-key-type: serviceHealthIssue responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -153,7 +153,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -195,7 +195,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -237,7 +237,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -279,7 +279,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -321,7 +321,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -363,7 +363,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -414,15 +414,12 @@ paths: - updates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.windows' - links: - updates: - operationId: admin.Windows.GetUpdates default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -439,8 +436,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.windows' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsUpdates.windows' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -503,21 +504,12 @@ paths: - updatableAssets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updates' - links: - catalog: - operationId: admin.windows.Updates.GetCatalog - deployments: - operationId: admin.windows.Updates.ListDeployments - resourceConnections: - operationId: admin.windows.Updates.ListResourceConnections - updatableAssets: - operationId: admin.windows.Updates.ListUpdatableAssets default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -534,8 +526,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updates' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updates' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -592,15 +588,12 @@ paths: - entries type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalog' - links: - entries: - operationId: admin.windows.updates.Catalog.ListEntries default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -617,8 +610,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalog' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalog' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -703,7 +700,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsUpdates.catalogEntryCollectionResponse' default: $ref: '#/components/responses/error' @@ -724,7 +721,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalogEntry' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -777,7 +774,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -808,8 +805,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalogEntry' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalogEntry' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -910,7 +911,7 @@ paths: - audience type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsUpdates.deploymentCollectionResponse' default: $ref: '#/components/responses/error' @@ -935,7 +936,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deployment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -992,17 +993,12 @@ paths: - audience type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deployment' - links: - audience: - operationId: admin.windows.updates.Deployments.GetAudience - parameters: - deployment-id: $request.path.deployment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1028,8 +1024,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deployment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deployment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1104,25 +1104,12 @@ paths: - members type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deploymentAudience' - links: - exclusions: - operationId: admin.windows.updates.deployments.Audience.ListExclusions - parameters: - deployment-id: $request.path.deployment-id - members: - operationId: admin.windows.updates.deployments.Audience.ListMembers - parameters: - deployment-id: $request.path.deployment-id - updateAudience: - operationId: admin.windows.updates.deployments.deployment.audience.updateAudience - updateAudienceById: - operationId: admin.windows.updates.deployments.deployment.audience.updateAudienceGraphBPreId default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1148,8 +1135,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deploymentAudience' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deploymentAudience' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1241,7 +1232,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsUpdates.updatableAssetCollectionResponse' default: $ref: '#/components/responses/error' @@ -1271,7 +1262,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1329,21 +1320,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - links: - addMembers: - operationId: admin.windows.updates.deployments.deployment.audience.exclusions.updatableAsset.addMembers - addMembersById: - operationId: admin.windows.updates.deployments.deployment.audience.exclusions.updatableAsset.addMembersGraphBPreId - removeMembers: - operationId: admin.windows.updates.deployments.deployment.audience.exclusions.updatableAsset.removeMembers - removeMembersById: - operationId: admin.windows.updates.deployments.deployment.audience.exclusions.updatableAsset.removeMembersGraphBPreId default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1377,8 +1359,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1830,7 +1816,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsUpdates.updatableAssetCollectionResponse' default: $ref: '#/components/responses/error' @@ -1860,7 +1846,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1918,21 +1904,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - links: - addMembers: - operationId: admin.windows.updates.deployments.deployment.audience.members.updatableAsset.addMembers - addMembersById: - operationId: admin.windows.updates.deployments.deployment.audience.members.updatableAsset.addMembersGraphBPreId - removeMembers: - operationId: admin.windows.updates.deployments.deployment.audience.members.updatableAsset.removeMembers - removeMembersById: - operationId: admin.windows.updates.deployments.deployment.audience.members.updatableAsset.removeMembersGraphBPreId default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1966,8 +1943,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2523,7 +2504,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsUpdates.resourceConnectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2548,7 +2529,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.resourceConnection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2599,7 +2580,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2630,8 +2611,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.resourceConnection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsUpdates.resourceConnection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2715,7 +2700,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsUpdates.updatableAssetCollectionResponse' default: $ref: '#/components/responses/error' @@ -2740,7 +2725,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2790,21 +2775,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - links: - addMembers: - operationId: admin.windows.updates.updatableAssets.updatableAsset.addMembers - addMembersById: - operationId: admin.windows.updates.updatableAssets.updatableAsset.addMembersGraphBPreId - removeMembers: - operationId: admin.windows.updates.updatableAssets.updatableAsset.removeMembers - removeMembersById: - operationId: admin.windows.updates.updatableAssets.updatableAsset.removeMembersGraphBPreId default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2830,8 +2806,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index 1117acdb5f6..30fbe5f5443 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -189,7 +189,7 @@ paths: - tokenLifetimePolicies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' default: $ref: '#/components/responses/error' @@ -214,7 +214,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.application' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -316,63 +316,12 @@ paths: - tokenLifetimePolicies type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.application' - links: - createdOnBehalfOf: - operationId: applications.GetCreatedOnBehalfGraphOPre - parameters: - application-id: $request.path.application-id - extensionProperties: - operationId: applications.ListExtensionProperties - parameters: - application-id: $request.path.application-id - federatedIdentityCredentials: - operationId: applications.ListFederatedIdentityCredentials - parameters: - application-id: $request.path.application-id - homeRealmDiscoveryPolicies: - operationId: applications.ListHomeRealmDiscoveryPolicies - parameters: - application-id: $request.path.application-id - owners: - operationId: applications.ListOwners - parameters: - application-id: $request.path.application-id - tokenIssuancePolicies: - operationId: applications.ListTokenIssuancePolicies - parameters: - application-id: $request.path.application-id - tokenLifetimePolicies: - operationId: applications.ListTokenLifetimePolicies - parameters: - application-id: $request.path.application-id - addKey: - operationId: applications.application.addKey - addPassword: - operationId: applications.application.addPassword - checkMemberGroups: - operationId: applications.application.checkMemberGroups - checkMemberObjects: - operationId: applications.application.checkMemberObjects - getMemberGroups: - operationId: applications.application.getMemberGroups - getMemberObjects: - operationId: applications.application.getMemberObjects - removeKey: - operationId: applications.application.removeKey - removePassword: - operationId: applications.application.removePassword - restore: - operationId: applications.application.restore - setVerifiedPublisher: - operationId: applications.application.setVerifiedPublisher - unsetVerifiedPublisher: - operationId: applications.application.unsetVerifiedPublisher default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -402,8 +351,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.application' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.application' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -479,7 +432,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -568,7 +521,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -602,7 +555,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extensionProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -666,7 +619,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -705,8 +658,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extensionProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extensionProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -821,7 +778,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.federatedIdentityCredentialCollectionResponse' default: $ref: '#/components/responses/error' @@ -855,7 +812,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -918,7 +875,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -957,8 +914,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1071,7 +1032,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -1134,18 +1095,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' - links: - appliesTo: - operationId: applications.HomeRealmDiscoveryPolicies.ListAppliesTo - parameters: - application-id: $request.path.application-id - homeRealmDiscoveryPolicy-id: $request.path.homeRealmDiscoveryPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1166,7 +1121,7 @@ paths: type: string x-ms-docs-key-type: application responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1241,7 +1196,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1282,7 +1237,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1325,7 +1280,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1377,7 +1332,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1433,7 +1388,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1489,7 +1444,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1611,7 +1566,7 @@ paths: type: string x-ms-docs-key-type: application responses: - '200': + 2XX: description: Success content: application/json: @@ -1757,7 +1712,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -1857,7 +1812,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -1966,7 +1921,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenIssuancePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2064,7 +2019,7 @@ paths: - isOrganizationDefault desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -2173,7 +2128,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenLifetimePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2271,7 +2226,7 @@ paths: - isOrganizationDefault desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -2451,7 +2406,7 @@ paths: - web desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2502,7 +2457,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2555,7 +2510,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2696,7 +2651,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.applicationTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -2717,7 +2672,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.applicationTemplate' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -2778,15 +2733,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.applicationTemplate' - links: - instantiate: - operationId: applicationTemplates.applicationTemplate.instantiate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2812,8 +2764,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.applicationTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applicationTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2876,7 +2832,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2981,7 +2937,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -3015,7 +2971,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3091,7 +3047,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3130,8 +3086,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3365,7 +3325,7 @@ paths: - transitiveMemberOf type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' default: $ref: '#/components/responses/error' @@ -3390,7 +3350,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -3507,93 +3467,12 @@ paths: - transitiveMemberOf type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' - links: - appRoleAssignedTo: - operationId: servicePrincipals.ListAppRoleAssignedTo - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - appRoleAssignments: - operationId: servicePrincipals.ListAppRoleAssignments - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - claimsMappingPolicies: - operationId: servicePrincipals.ListClaimsMappingPolicies - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - createdObjects: - operationId: servicePrincipals.ListCreatedObjects - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - delegatedPermissionClassifications: - operationId: servicePrincipals.ListDelegatedPermissionClassifications - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - endpoints: - operationId: servicePrincipals.ListEndpoints - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - federatedIdentityCredentials: - operationId: servicePrincipals.ListFederatedIdentityCredentials - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - homeRealmDiscoveryPolicies: - operationId: servicePrincipals.ListHomeRealmDiscoveryPolicies - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - memberOf: - operationId: servicePrincipals.ListMemberGraphOPre - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - oauth2PermissionGrants: - operationId: servicePrincipals.ListOauth2PermissionGrants - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - ownedObjects: - operationId: servicePrincipals.ListOwnedObjects - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - owners: - operationId: servicePrincipals.ListOwners - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - tokenIssuancePolicies: - operationId: servicePrincipals.ListTokenIssuancePolicies - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - tokenLifetimePolicies: - operationId: servicePrincipals.ListTokenLifetimePolicies - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - transitiveMemberOf: - operationId: servicePrincipals.ListTransitiveMemberGraphOPre - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - addKey: - operationId: servicePrincipals.servicePrincipal.addKey - addPassword: - operationId: servicePrincipals.servicePrincipal.addPassword - addTokenSigningCertificate: - operationId: servicePrincipals.servicePrincipal.addTokenSigningCertificate - checkMemberGroups: - operationId: servicePrincipals.servicePrincipal.checkMemberGroups - checkMemberObjects: - operationId: servicePrincipals.servicePrincipal.checkMemberObjects - getMemberGroups: - operationId: servicePrincipals.servicePrincipal.getMemberGroups - getMemberObjects: - operationId: servicePrincipals.servicePrincipal.getMemberObjects - removeKey: - operationId: servicePrincipals.servicePrincipal.removeKey - removePassword: - operationId: servicePrincipals.servicePrincipal.removePassword - restore: - operationId: servicePrincipals.servicePrincipal.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3619,8 +3498,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.servicePrincipal' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.servicePrincipal' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3740,7 +3623,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -3774,7 +3657,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3840,7 +3723,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3879,8 +3762,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4014,7 +3901,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -4048,7 +3935,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4124,7 +4011,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4163,8 +4050,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4281,7 +4172,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.claimsMappingPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4379,7 +4270,7 @@ paths: - isOrganizationDefault desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -4471,7 +4362,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -4529,7 +4420,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4609,7 +4500,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.delegatedPermissionClassificationCollectionResponse' default: $ref: '#/components/responses/error' @@ -4643,7 +4534,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4703,7 +4594,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4742,8 +4633,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.delegatedPermissionClassification' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4857,7 +4752,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.endpointCollectionResponse' default: $ref: '#/components/responses/error' @@ -4887,7 +4782,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.endpoint' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4950,7 +4845,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4989,8 +4884,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.endpoint' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.endpoint' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5102,7 +5001,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.federatedIdentityCredentialCollectionResponse' default: $ref: '#/components/responses/error' @@ -5132,7 +5031,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5195,7 +5094,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5234,8 +5133,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.federatedIdentityCredential' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5352,7 +5255,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5450,7 +5353,7 @@ paths: - isOrganizationDefault desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -5555,7 +5458,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -5623,7 +5526,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5668,7 +5571,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5709,7 +5612,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5756,7 +5659,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5799,7 +5702,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5851,7 +5754,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5907,7 +5810,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5963,7 +5866,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6085,7 +5988,7 @@ paths: type: string x-ms-docs-key-type: servicePrincipal responses: - '200': + 2XX: description: Success content: application/json: @@ -6171,7 +6074,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -6233,7 +6136,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6304,7 +6207,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -6362,7 +6265,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6446,7 +6349,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -6546,7 +6449,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -6652,7 +6555,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenIssuancePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6716,18 +6619,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' - links: - appliesTo: - operationId: servicePrincipals.TokenIssuancePolicies.ListAppliesTo - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - tokenIssuancePolicy-id: $request.path.tokenIssuancePolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6807,7 +6704,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenLifetimePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6871,18 +6768,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' - links: - appliesTo: - operationId: servicePrincipals.TokenLifetimePolicies.ListAppliesTo - parameters: - servicePrincipal-id: $request.path.servicePrincipal-id - tokenLifetimePolicy-id: $request.path.tokenLifetimePolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6960,7 +6851,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -7027,7 +6918,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7191,7 +7082,7 @@ paths: - verifiedPublisher desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7242,7 +7133,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7295,7 +7186,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7454,7 +7345,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -7488,7 +7379,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7564,7 +7455,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7603,8 +7494,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7757,7 +7652,7 @@ components: nullable: true signInAudience: type: string - description: 'Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not).' + description: 'Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you may need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).' nullable: true spa: $ref: '#/components/schemas/microsoft.graph.spaApplication' diff --git a/openApiDocs/v1.0/Bookings.yml b/openApiDocs/v1.0/Bookings.yml index a45fc777d33..a1759968dc4 100644 --- a/openApiDocs/v1.0/Bookings.yml +++ b/openApiDocs/v1.0/Bookings.yml @@ -41,17 +41,12 @@ paths: - bookingCurrencies type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.solutionsRoot' - links: - bookingBusinesses: - operationId: solutions.ListBookingBusinesses - bookingCurrencies: - operationId: solutions.ListBookingCurrencies default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68,8 +63,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.solutionsRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.solutionsRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -175,7 +174,7 @@ paths: - staffMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingBusinessCollectionResponse' default: $ref: '#/components/responses/error' @@ -200,7 +199,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -273,43 +272,12 @@ paths: - staffMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' - links: - appointments: - operationId: solutions.BookingBusinesses.ListAppointments - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - calendarView: - operationId: solutions.BookingBusinesses.ListCalendarView - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - customers: - operationId: solutions.BookingBusinesses.ListCustomers - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - customQuestions: - operationId: solutions.BookingBusinesses.ListCustomQuestions - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - services: - operationId: solutions.BookingBusinesses.ListServices - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - staffMembers: - operationId: solutions.BookingBusinesses.ListStaffMembers - parameters: - bookingBusiness-id: $request.path.bookingBusiness-id - getStaffAvailability: - operationId: solutions.bookingBusinesses.bookingBusiness.getStaffAvailability - publish: - operationId: solutions.bookingBusinesses.bookingBusiness.publish - unpublish: - operationId: solutions.bookingBusinesses.bookingBusiness.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -335,8 +303,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingBusiness' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingBusiness' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -500,7 +472,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingAppointmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -534,7 +506,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -616,15 +588,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - links: - cancel: - operationId: solutions.bookingBusinesses.bookingBusiness.appointments.bookingAppointment.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -658,8 +627,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -877,7 +850,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingAppointmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -907,7 +880,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -989,15 +962,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' - links: - cancel: - operationId: solutions.bookingBusinesses.bookingBusiness.calendarView.bookingAppointment.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1031,8 +1001,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingAppointment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingAppointment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1178,7 +1152,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingCustomerBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -1212,7 +1186,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1270,7 +1244,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1309,8 +1283,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingCustomerBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1419,7 +1397,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingCustomQuestionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1453,7 +1431,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1514,7 +1492,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1553,8 +1531,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingCustomQuestion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1630,7 +1612,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1827,7 +1809,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingServiceCollectionResponse' default: $ref: '#/components/responses/error' @@ -1861,7 +1843,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingService' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1940,7 +1922,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1979,8 +1961,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingService' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingService' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2080,7 +2066,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingStaffMemberBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -2114,7 +2100,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingStaffMemberBase' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2172,7 +2158,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2211,8 +2197,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingStaffMemberBase' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingStaffMemberBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2307,7 +2297,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bookingCurrencyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2328,7 +2318,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCurrency' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2378,7 +2368,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2409,8 +2399,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.bookingCurrency' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.bookingCurrency' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Calendar.yml b/openApiDocs/v1.0/Calendar.yml index 102c98e073d..3d95581ea72 100644 --- a/openApiDocs/v1.0/Calendar.yml +++ b/openApiDocs/v1.0/Calendar.yml @@ -53,37 +53,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - calendarView: - operationId: groups.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - events: - operationId: groups.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - multiValueExtendedProperties: - operationId: groups.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - singleValueExtendedProperties: - operationId: groups.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - allowedCalendarSharingRoles: - operationId: groups.group.calendar.allowedCalendarSharingRoles - getSchedule: - operationId: groups.group.calendar.getSchedule default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -148,7 +123,7 @@ paths: - role type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -182,7 +157,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -233,7 +208,7 @@ paths: - role type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -272,8 +247,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -502,7 +481,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -609,57 +588,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.CalendarView.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendar: - operationId: groups.calendar.CalendarView.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - extensions: - operationId: groups.calendar.CalendarView.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - instances: - operationId: groups.calendar.CalendarView.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.calendar.CalendarView.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.calendar.CalendarView.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - accept: - operationId: groups.group.calendar.calendarView.event.accept - cancel: - operationId: groups.group.calendar.calendarView.event.cancel - decline: - operationId: groups.group.calendar.calendarView.event.decline - dismissReminder: - operationId: groups.group.calendar.calendarView.event.dismissReminder - forward: - operationId: groups.group.calendar.calendarView.event.forward - snoozeReminder: - operationId: groups.group.calendar.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -747,7 +681,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -789,7 +723,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -860,7 +794,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -966,38 +900,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.calendarView.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendarView: - operationId: groups.calendar.calendarView.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - events: - operationId: groups.calendar.calendarView.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1067,7 +975,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1109,7 +1017,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1175,7 +1083,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1222,8 +1130,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1452,7 +1364,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -1551,63 +1463,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.calendarView.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.calendar.calendarView.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.calendar.calendarView.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.calendar.calendarView.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.calendar.calendarView.event.instances.event.accept - cancel: - operationId: groups.group.calendar.calendarView.event.instances.event.cancel - decline: - operationId: groups.group.calendar.calendarView.event.instances.event.decline - dismissReminder: - operationId: groups.group.calendar.calendarView.event.instances.event.dismissReminder - forward: - operationId: groups.group.calendar.calendarView.event.instances.event.forward - snoozeReminder: - operationId: groups.group.calendar.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1703,7 +1564,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -1753,7 +1614,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1832,7 +1693,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1954,43 +1815,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.calendar.calendarView.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.calendar.calendarView.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2068,7 +1898,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2118,7 +1948,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2192,7 +2022,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2247,8 +2077,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2380,7 +2214,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2426,7 +2260,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2501,7 +2335,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2556,8 +2390,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2689,7 +2527,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2735,7 +2573,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2810,7 +2648,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2865,8 +2703,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2990,7 +2832,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3028,7 +2870,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3095,7 +2937,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3142,8 +2984,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3259,7 +3105,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3297,7 +3143,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3364,7 +3210,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3411,8 +3257,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3633,7 +3483,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -3667,7 +3517,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3759,57 +3609,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.Events.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendar: - operationId: groups.calendar.Events.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - extensions: - operationId: groups.calendar.Events.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - instances: - operationId: groups.calendar.Events.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.calendar.Events.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.calendar.Events.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - accept: - operationId: groups.group.calendar.events.event.accept - cancel: - operationId: groups.group.calendar.events.event.cancel - decline: - operationId: groups.group.calendar.events.event.decline - dismissReminder: - operationId: groups.group.calendar.events.event.dismissReminder - forward: - operationId: groups.group.calendar.events.event.forward - snoozeReminder: - operationId: groups.group.calendar.events.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3843,8 +3648,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3966,7 +3775,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -4008,7 +3817,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4079,7 +3888,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4185,38 +3994,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.events.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendarView: - operationId: groups.calendar.events.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - events: - operationId: groups.calendar.events.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.calendar.events.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.calendar.events.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4286,7 +4069,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4328,7 +4111,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4394,7 +4177,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4441,8 +4224,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4671,7 +4458,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -4770,63 +4557,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendar.events.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.calendar.events.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.calendar.events.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.calendar.events.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.events.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.events.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.calendar.events.event.instances.event.accept - cancel: - operationId: groups.group.calendar.events.event.instances.event.cancel - decline: - operationId: groups.group.calendar.events.event.instances.event.decline - dismissReminder: - operationId: groups.group.calendar.events.event.instances.event.dismissReminder - forward: - operationId: groups.group.calendar.events.event.instances.event.forward - snoozeReminder: - operationId: groups.group.calendar.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendar.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4922,7 +4658,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -4972,7 +4708,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5051,7 +4787,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5173,43 +4909,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendar.events.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.calendar.events.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.calendar.events.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendar.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendar.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5287,7 +4992,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5337,7 +5042,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5411,7 +5116,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5466,8 +5171,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5599,7 +5308,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5645,7 +5354,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5720,7 +5429,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5775,8 +5484,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5908,7 +5621,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5954,7 +5667,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6029,7 +5742,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6084,8 +5797,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6209,7 +5926,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6247,7 +5964,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6314,7 +6031,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6361,8 +6078,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6478,7 +6199,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6516,7 +6237,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6583,7 +6304,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6630,8 +6351,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6739,7 +6464,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6769,7 +6494,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6828,7 +6553,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6867,8 +6592,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6968,7 +6697,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6998,7 +6727,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7057,7 +6786,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7096,8 +6825,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7326,7 +7059,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -7433,57 +7166,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.CalendarView.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendar: - operationId: groups.CalendarView.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - extensions: - operationId: groups.CalendarView.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - instances: - operationId: groups.CalendarView.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.CalendarView.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.CalendarView.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - accept: - operationId: groups.group.calendarView.event.accept - cancel: - operationId: groups.group.calendarView.event.cancel - decline: - operationId: groups.group.calendarView.event.decline - dismissReminder: - operationId: groups.group.calendarView.event.dismissReminder - forward: - operationId: groups.group.calendarView.event.forward - snoozeReminder: - operationId: groups.group.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7571,7 +7259,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -7613,7 +7301,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7684,7 +7372,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7790,38 +7478,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendarView.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendarView: - operationId: groups.calendarView.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - events: - operationId: groups.calendarView.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7891,7 +7553,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7933,7 +7595,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7999,7 +7661,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8046,8 +7708,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8276,7 +7942,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -8375,63 +8041,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.calendarView.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.calendarView.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.calendarView.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.calendarView.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.calendarView.event.instances.event.accept - cancel: - operationId: groups.group.calendarView.event.instances.event.cancel - decline: - operationId: groups.group.calendarView.event.instances.event.decline - dismissReminder: - operationId: groups.group.calendarView.event.instances.event.dismissReminder - forward: - operationId: groups.group.calendarView.event.instances.event.forward - snoozeReminder: - operationId: groups.group.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8527,7 +8142,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -8577,7 +8192,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8656,7 +8271,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8778,43 +8393,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.calendarView.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.calendarView.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8892,7 +8476,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8942,7 +8526,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9016,7 +8600,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9071,8 +8655,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9204,7 +8792,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -9250,7 +8838,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9325,7 +8913,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9380,8 +8968,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9513,7 +9105,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -9559,7 +9151,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9634,7 +9226,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9689,8 +9281,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9814,7 +9410,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -9852,7 +9448,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9919,7 +9515,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9966,8 +9562,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10083,7 +9683,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -10121,7 +9721,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10188,7 +9788,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10235,8 +9835,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10457,7 +10061,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -10491,7 +10095,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10583,57 +10187,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.Events.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendar: - operationId: groups.Events.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - extensions: - operationId: groups.Events.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - instances: - operationId: groups.Events.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.Events.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.Events.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - accept: - operationId: groups.group.events.event.accept - cancel: - operationId: groups.group.events.event.cancel - decline: - operationId: groups.group.events.event.decline - dismissReminder: - operationId: groups.group.events.event.dismissReminder - forward: - operationId: groups.group.events.event.forward - snoozeReminder: - operationId: groups.group.events.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10667,8 +10226,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10790,7 +10353,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -10832,7 +10395,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10903,7 +10466,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11009,38 +10572,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.events.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - calendarView: - operationId: groups.events.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - events: - operationId: groups.events.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: groups.events.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: groups.events.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11110,7 +10647,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -11152,7 +10689,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11218,7 +10755,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11265,8 +10802,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11495,7 +11036,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -11594,63 +11135,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: groups.events.Instances.ListAttachments - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: groups.events.Instances.GetCalendar - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: groups.events.Instances.ListExtensions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: groups.events.Instances.ListInstances - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.events.Instances.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.events.Instances.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: groups.group.events.event.instances.event.accept - cancel: - operationId: groups.group.events.event.instances.event.cancel - decline: - operationId: groups.group.events.event.instances.event.decline - dismissReminder: - operationId: groups.group.events.event.instances.event.dismissReminder - forward: - operationId: groups.group.events.event.instances.event.forward - snoozeReminder: - operationId: groups.group.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: groups.group.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11746,7 +11236,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -11796,7 +11286,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11875,7 +11365,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11997,43 +11487,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: groups.events.instances.Calendar.ListCalendarPermissions - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: groups.events.instances.Calendar.ListCalendarView - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: groups.events.instances.Calendar.ListEvents - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: groups.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: groups.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12111,7 +11570,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -12161,7 +11620,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12235,7 +11694,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12290,8 +11749,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12423,7 +11886,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -12469,7 +11932,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12544,7 +12007,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12599,8 +12062,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12732,7 +12199,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -12778,7 +12245,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12853,7 +12320,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12908,8 +12375,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13033,7 +12504,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -13071,7 +12542,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13138,7 +12609,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13185,8 +12656,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13302,7 +12777,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -13340,7 +12815,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13407,7 +12882,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13454,8 +12929,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13564,7 +13043,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.placeCollectionResponse' default: $ref: '#/components/responses/error' @@ -13585,7 +13064,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.place' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -13642,7 +13121,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -13677,8 +13156,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.place' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.place' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13758,37 +13241,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarView: - operationId: users.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - events: - operationId: users.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - multiValueExtendedProperties: - operationId: users.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - singleValueExtendedProperties: - operationId: users.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - allowedCalendarSharingRoles: - operationId: users.user.calendar.allowedCalendarSharingRoles - getSchedule: - operationId: users.user.calendar.getSchedule default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13818,8 +13276,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13884,7 +13346,7 @@ paths: - role type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -13918,7 +13380,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13969,7 +13431,7 @@ paths: - role type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14008,8 +13470,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14238,7 +13704,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -14345,57 +13811,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.CalendarView.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendar: - operationId: users.calendar.CalendarView.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - extensions: - operationId: users.calendar.CalendarView.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - instances: - operationId: users.calendar.CalendarView.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendar.CalendarView.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendar.CalendarView.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendar.calendarView.event.accept - cancel: - operationId: users.user.calendar.calendarView.event.cancel - decline: - operationId: users.user.calendar.calendarView.event.decline - dismissReminder: - operationId: users.user.calendar.calendarView.event.dismissReminder - forward: - operationId: users.user.calendar.calendarView.event.forward - snoozeReminder: - operationId: users.user.calendar.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14483,7 +13904,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -14525,7 +13946,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14596,7 +14017,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14702,38 +14123,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.calendarView.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendar.calendarView.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - events: - operationId: users.calendar.calendarView.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendar.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendar.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14803,7 +14198,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -14845,7 +14240,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14911,7 +14306,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14958,8 +14353,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15188,7 +14587,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -15287,63 +14686,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.calendarView.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendar.calendarView.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendar.calendarView.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendar.calendarView.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendar.calendarView.event.instances.event.accept - cancel: - operationId: users.user.calendar.calendarView.event.instances.event.cancel - decline: - operationId: users.user.calendar.calendarView.event.instances.event.decline - dismissReminder: - operationId: users.user.calendar.calendarView.event.instances.event.dismissReminder - forward: - operationId: users.user.calendar.calendarView.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendar.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15439,7 +14787,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -15489,7 +14837,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15568,7 +14916,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15690,43 +15038,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendar.calendarView.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendar.calendarView.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15804,7 +15121,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15854,7 +15171,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15928,7 +15245,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15983,8 +15300,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16116,7 +15437,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -16162,7 +15483,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16237,7 +15558,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16292,8 +15613,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16425,7 +15750,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -16471,7 +15796,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16546,7 +15871,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16601,8 +15926,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16726,7 +16055,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -16764,7 +16093,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16831,7 +16160,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16878,8 +16207,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16995,7 +16328,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -17033,7 +16366,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17100,7 +16433,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17147,8 +16480,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17369,7 +16706,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -17403,7 +16740,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17495,57 +16832,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.Events.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendar: - operationId: users.calendar.Events.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - extensions: - operationId: users.calendar.Events.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - instances: - operationId: users.calendar.Events.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendar.Events.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendar.Events.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendar.events.event.accept - cancel: - operationId: users.user.calendar.events.event.cancel - decline: - operationId: users.user.calendar.events.event.decline - dismissReminder: - operationId: users.user.calendar.events.event.dismissReminder - forward: - operationId: users.user.calendar.events.event.forward - snoozeReminder: - operationId: users.user.calendar.events.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17579,8 +16871,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17702,7 +16998,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -17744,7 +17040,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17815,7 +17111,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17921,38 +17217,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.events.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendar.events.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - events: - operationId: users.calendar.events.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendar.events.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendar.events.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18022,7 +17292,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -18064,7 +17334,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18130,7 +17400,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18177,8 +17447,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18407,7 +17681,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -18506,63 +17780,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendar.events.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendar.events.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendar.events.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendar.events.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.events.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.events.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendar.events.event.instances.event.accept - cancel: - operationId: users.user.calendar.events.event.instances.event.cancel - decline: - operationId: users.user.calendar.events.event.instances.event.decline - dismissReminder: - operationId: users.user.calendar.events.event.instances.event.dismissReminder - forward: - operationId: users.user.calendar.events.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendar.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendar.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18658,7 +17881,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -18708,7 +17931,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18787,7 +18010,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18909,43 +18132,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendar.events.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendar.events.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendar.events.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendar.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendar.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19023,7 +18215,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -19073,7 +18265,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19147,7 +18339,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19202,8 +18394,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19335,7 +18531,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -19381,7 +18577,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19456,7 +18652,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19511,8 +18707,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19644,7 +18844,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -19690,7 +18890,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19765,7 +18965,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19820,8 +19020,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19945,7 +19149,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -19983,7 +19187,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20050,7 +19254,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20097,8 +19301,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20214,7 +19422,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -20252,7 +19460,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20319,7 +19527,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20366,8 +19574,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20475,7 +19687,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -20505,7 +19717,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20564,7 +19776,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20603,8 +19815,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20704,7 +19920,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -20734,7 +19950,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20793,7 +20009,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20832,8 +20048,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20930,7 +20150,7 @@ paths: - calendars type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -20964,7 +20184,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21014,18 +20234,12 @@ paths: - calendars type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendarGroup' - links: - calendars: - operationId: users.CalendarGroups.ListCalendars - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21059,8 +20273,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21199,7 +20417,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' default: $ref: '#/components/responses/error' @@ -21241,7 +20459,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21313,47 +20531,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.Calendars.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - calendarView: - operationId: users.calendarGroups.Calendars.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - events: - operationId: users.calendarGroups.Calendars.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - multiValueExtendedProperties: - operationId: users.calendarGroups.Calendars.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - singleValueExtendedProperties: - operationId: users.calendarGroups.Calendars.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - allowedCalendarSharingRoles: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.allowedCalendarSharingRoles - getSchedule: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.getSchedule default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21395,8 +20578,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21519,7 +20706,7 @@ paths: - role type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -21569,7 +20756,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21636,7 +20823,7 @@ paths: - role type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21691,8 +20878,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21937,7 +21128,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -22044,69 +21235,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.CalendarView.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendar: - operationId: users.calendarGroups.calendars.CalendarView.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - extensions: - operationId: users.calendarGroups.calendars.CalendarView.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - instances: - operationId: users.calendarGroups.calendars.CalendarView.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.CalendarView.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.CalendarView.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22210,7 +21344,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -22268,7 +21402,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22355,7 +21489,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22493,48 +21627,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.calendarView.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendarGroups.calendars.calendarView.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - events: - operationId: users.calendarGroups.calendars.calendarView.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22620,7 +21718,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -22678,7 +21776,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22760,7 +21858,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22823,8 +21921,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23085,7 +22187,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -23200,75 +22302,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.calendarView.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendarGroups.calendars.calendarView.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendarGroups.calendars.calendarView.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendarGroups.calendars.calendarView.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23380,7 +22419,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -23446,7 +22485,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23541,7 +22580,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23695,53 +22734,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendarGroups.calendars.calendarView.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendarGroups.calendars.calendarView.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23835,7 +22833,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -23901,7 +22899,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23991,7 +22989,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24062,8 +23060,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24227,7 +23229,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -24289,7 +23291,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24380,7 +23382,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24451,8 +23453,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24616,7 +23622,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -24678,7 +23684,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24769,7 +23775,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24840,8 +23846,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24997,7 +24007,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -25051,7 +24061,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25134,7 +24144,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25197,8 +24207,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25346,7 +24360,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -25400,7 +24414,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25483,7 +24497,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25546,8 +24560,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25800,7 +24818,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -25850,7 +24868,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25958,69 +24976,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.Events.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendar: - operationId: users.calendarGroups.calendars.Events.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - extensions: - operationId: users.calendarGroups.calendars.Events.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - instances: - operationId: users.calendarGroups.calendars.Events.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.Events.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.Events.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26070,8 +25031,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26225,7 +25190,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -26283,7 +25248,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26370,7 +25335,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26508,48 +25473,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.events.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendarGroups.calendars.events.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - events: - operationId: users.calendarGroups.calendars.events.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26635,7 +25564,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -26693,7 +25622,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26775,7 +25704,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26838,8 +25767,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27100,7 +26033,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -27215,75 +26148,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarGroups.calendars.events.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendarGroups.calendars.events.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendarGroups.calendars.events.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendarGroups.calendars.events.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.accept - cancel: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.cancel - decline: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.decline - dismissReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.dismissReminder - forward: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarGroups.calendarGroup.calendars.calendar.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27395,7 +26265,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -27461,7 +26331,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27556,7 +26426,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27710,53 +26580,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarGroups.calendars.events.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendarGroups.calendars.events.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendarGroups.calendars.events.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarGroups.calendars.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendarGroup-id: $request.path.calendarGroup-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27850,7 +26679,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -27916,7 +26745,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28006,7 +26835,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28077,8 +26906,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28242,7 +27075,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -28304,7 +27137,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28395,7 +27228,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28466,8 +27299,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28631,7 +27468,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -28693,7 +27530,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28784,7 +27621,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28855,8 +27692,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29012,7 +27853,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -29066,7 +27907,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29149,7 +27990,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29212,8 +28053,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29361,7 +28206,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -29415,7 +28260,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29498,7 +28343,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29561,8 +28406,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29702,7 +28551,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -29748,7 +28597,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29823,7 +28672,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29878,8 +28727,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30011,7 +28864,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -30057,7 +28910,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30132,7 +28985,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30187,8 +29040,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30335,7 +29192,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarCollectionResponse' default: $ref: '#/components/responses/error' @@ -30369,7 +29226,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30433,42 +29290,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.Calendars.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - calendarView: - operationId: users.Calendars.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - events: - operationId: users.Calendars.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - multiValueExtendedProperties: - operationId: users.Calendars.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - singleValueExtendedProperties: - operationId: users.Calendars.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - allowedCalendarSharingRoles: - operationId: users.user.calendars.calendar.allowedCalendarSharingRoles - getSchedule: - operationId: users.user.calendars.calendar.getSchedule default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30502,8 +29329,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendar' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendar' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30610,7 +29441,7 @@ paths: - role type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.calendarPermissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -30652,7 +29483,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30711,7 +29542,7 @@ paths: - role type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30758,8 +29589,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.calendarPermission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.calendarPermission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31004,7 +29839,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -31119,63 +29954,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.CalendarView.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendar: - operationId: users.calendars.CalendarView.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - extensions: - operationId: users.calendars.CalendarView.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - instances: - operationId: users.calendars.CalendarView.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendars.CalendarView.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendars.CalendarView.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendars.calendar.calendarView.event.accept - cancel: - operationId: users.user.calendars.calendar.calendarView.event.cancel - decline: - operationId: users.user.calendars.calendar.calendarView.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.calendarView.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.calendarView.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31271,7 +30055,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -31321,7 +30105,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31400,7 +30184,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31522,43 +30306,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.calendarView.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendars.calendarView.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - events: - operationId: users.calendars.calendarView.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendars.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendars.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31636,7 +30389,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -31686,7 +30439,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31760,7 +30513,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31815,8 +30568,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32061,7 +30818,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -32168,69 +30925,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.calendarView.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendars.calendarView.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendars.calendarView.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendars.calendarView.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.accept - cancel: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.cancel - decline: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32334,7 +31034,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -32392,7 +31092,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32479,7 +31179,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32617,48 +31317,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendars.calendarView.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendars.calendarView.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32744,7 +31408,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -32802,7 +31466,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32884,7 +31548,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32947,8 +31611,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33096,7 +31764,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -33150,7 +31818,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33233,7 +31901,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33296,8 +31964,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33445,7 +32117,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -33499,7 +32171,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33582,7 +32254,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33645,8 +32317,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33786,7 +32462,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -33832,7 +32508,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33907,7 +32583,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33962,8 +32638,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34095,7 +32775,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -34141,7 +32821,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34216,7 +32896,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34271,8 +32951,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34509,7 +33193,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -34551,7 +33235,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34651,63 +33335,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.Events.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendar: - operationId: users.calendars.Events.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - extensions: - operationId: users.calendars.Events.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - instances: - operationId: users.calendars.Events.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendars.Events.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendars.Events.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendars.calendar.events.event.accept - cancel: - operationId: users.user.calendars.calendar.events.event.cancel - decline: - operationId: users.user.calendars.calendar.events.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.events.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.events.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.events.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34749,8 +33382,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34888,7 +33525,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -34938,7 +33575,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35017,7 +33654,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35139,43 +33776,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.events.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendars.events.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - events: - operationId: users.calendars.events.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendars.events.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendars.events.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35253,7 +33859,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -35303,7 +33909,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35377,7 +33983,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35432,8 +34038,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35678,7 +34288,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -35785,69 +34395,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendars.events.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendars.events.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendars.events.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendars.events.Instances.ListInstances - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.events.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.events.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendars.calendar.events.event.instances.event.accept - cancel: - operationId: users.user.calendars.calendar.events.event.instances.event.cancel - decline: - operationId: users.user.calendars.calendar.events.event.instances.event.decline - dismissReminder: - operationId: users.user.calendars.calendar.events.event.instances.event.dismissReminder - forward: - operationId: users.user.calendars.calendar.events.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendars.calendar.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendars.calendar.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35951,7 +34504,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -36009,7 +34562,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36096,7 +34649,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -36234,48 +34787,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendars.events.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendars.events.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendars.events.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendars.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendars.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - calendar-id: $request.path.calendar-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36361,7 +34878,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -36419,7 +34936,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36501,7 +35018,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -36564,8 +35081,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36713,7 +35234,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -36767,7 +35288,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36850,7 +35371,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -36913,8 +35434,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37062,7 +35587,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -37116,7 +35641,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37199,7 +35724,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37262,8 +35787,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37403,7 +35932,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -37449,7 +35978,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37524,7 +36053,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37579,8 +36108,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37712,7 +36245,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -37758,7 +36291,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37833,7 +36366,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37888,8 +36421,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38013,7 +36550,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -38051,7 +36588,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38118,7 +36655,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38165,8 +36702,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38282,7 +36823,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -38320,7 +36861,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38387,7 +36928,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38434,8 +36975,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38672,7 +37217,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -38779,57 +37324,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.CalendarView.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendar: - operationId: users.CalendarView.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - extensions: - operationId: users.CalendarView.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - instances: - operationId: users.CalendarView.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.CalendarView.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.CalendarView.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - accept: - operationId: users.user.calendarView.event.accept - cancel: - operationId: users.user.calendarView.event.cancel - decline: - operationId: users.user.calendarView.event.decline - dismissReminder: - operationId: users.user.calendarView.event.dismissReminder - forward: - operationId: users.user.calendarView.event.forward - snoozeReminder: - operationId: users.user.calendarView.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarView.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38917,7 +37417,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -38959,7 +37459,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39030,7 +37530,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39136,38 +37636,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarView.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendarView: - operationId: users.calendarView.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - events: - operationId: users.calendarView.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.calendarView.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.calendarView.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39237,7 +37711,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -39279,7 +37753,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39345,7 +37819,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39392,8 +37866,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39622,7 +38100,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -39721,63 +38199,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.calendarView.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.calendarView.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.calendarView.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.calendarView.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarView.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarView.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.calendarView.event.instances.event.accept - cancel: - operationId: users.user.calendarView.event.instances.event.cancel - decline: - operationId: users.user.calendarView.event.instances.event.decline - dismissReminder: - operationId: users.user.calendarView.event.instances.event.dismissReminder - forward: - operationId: users.user.calendarView.event.instances.event.forward - snoozeReminder: - operationId: users.user.calendarView.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.calendarView.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39873,7 +38300,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -39923,7 +38350,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40002,7 +38429,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40124,43 +38551,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.calendarView.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.calendarView.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.calendarView.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.calendarView.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.calendarView.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40238,7 +38634,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -40288,7 +38684,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40362,7 +38758,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40417,8 +38813,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40550,7 +38950,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -40596,7 +38996,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40671,7 +39071,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40726,8 +39126,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40859,7 +39263,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -40905,7 +39309,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40980,7 +39384,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41035,8 +39439,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41160,7 +39568,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -41198,7 +39606,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41265,7 +39673,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41312,8 +39720,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41429,7 +39841,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -41467,7 +39879,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41534,7 +39946,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41581,8 +39993,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41803,7 +40219,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -41837,7 +40253,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41929,57 +40345,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.Events.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendar: - operationId: users.Events.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - extensions: - operationId: users.Events.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - instances: - operationId: users.Events.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.Events.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.Events.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - accept: - operationId: users.user.events.event.accept - cancel: - operationId: users.user.events.event.cancel - decline: - operationId: users.user.events.event.decline - dismissReminder: - operationId: users.user.events.event.dismissReminder - forward: - operationId: users.user.events.event.forward - snoozeReminder: - operationId: users.user.events.event.snoozeReminder - tentativelyAccept: - operationId: users.user.events.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42013,8 +40384,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.event' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.event' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42136,7 +40511,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -42178,7 +40553,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42249,7 +40624,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42355,38 +40730,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.events.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - calendarView: - operationId: users.events.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - events: - operationId: users.events.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - multiValueExtendedProperties: - operationId: users.events.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - singleValueExtendedProperties: - operationId: users.events.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42456,7 +40805,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -42498,7 +40847,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42564,7 +40913,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42611,8 +40960,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42841,7 +41194,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.eventCollectionResponse' default: $ref: '#/components/responses/error' @@ -42940,63 +41293,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.event' - links: - attachments: - operationId: users.events.Instances.ListAttachments - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendar: - operationId: users.events.Instances.GetCalendar - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - extensions: - operationId: users.events.Instances.ListExtensions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - instances: - operationId: users.events.Instances.ListInstances - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.events.Instances.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.events.Instances.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - accept: - operationId: users.user.events.event.instances.event.accept - cancel: - operationId: users.user.events.event.instances.event.cancel - decline: - operationId: users.user.events.event.instances.event.decline - dismissReminder: - operationId: users.user.events.event.instances.event.dismissReminder - forward: - operationId: users.user.events.event.instances.event.forward - snoozeReminder: - operationId: users.user.events.event.instances.event.snoozeReminder - tentativelyAccept: - operationId: users.user.events.event.instances.event.tentativelyAccept default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43092,7 +41394,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -43142,7 +41444,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43221,7 +41523,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43343,43 +41645,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.calendar' - links: - calendarPermissions: - operationId: users.events.instances.Calendar.ListCalendarPermissions - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - calendarView: - operationId: users.events.instances.Calendar.ListCalendarView - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - events: - operationId: users.events.instances.Calendar.ListEvents - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - multiValueExtendedProperties: - operationId: users.events.instances.Calendar.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 - singleValueExtendedProperties: - operationId: users.events.instances.Calendar.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - event-id: $request.path.event-id - event-id1: $request.path.event-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43457,7 +41728,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -43507,7 +41778,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43581,7 +41852,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43636,8 +41907,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43769,7 +42044,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -43815,7 +42090,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43890,7 +42165,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43945,8 +42220,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44078,7 +42357,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -44124,7 +42403,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44199,7 +42478,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44254,8 +42533,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44379,7 +42662,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -44417,7 +42700,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44484,7 +42767,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44531,8 +42814,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44648,7 +42935,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -44686,7 +42973,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44753,7 +43040,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44800,8 +43087,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/ChangeNotifications.yml b/openApiDocs/v1.0/ChangeNotifications.yml index 7701544b41d..33a2e1ebce5 100644 --- a/openApiDocs/v1.0/ChangeNotifications.yml +++ b/openApiDocs/v1.0/ChangeNotifications.yml @@ -45,7 +45,7 @@ paths: - resource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -70,7 +70,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -125,15 +125,12 @@ paths: - resource type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -163,8 +160,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/CloudCommunications.yml b/openApiDocs/v1.0/CloudCommunications.yml index 067ecf52f18..f39b713c15f 100644 --- a/openApiDocs/v1.0/CloudCommunications.yml +++ b/openApiDocs/v1.0/CloudCommunications.yml @@ -46,23 +46,12 @@ paths: - presences type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudCommunications' - links: - calls: - operationId: communications.ListCalls - callRecords: - operationId: communications.ListCallRecords - onlineMeetings: - operationId: communications.ListOnlineMeetings - presences: - operationId: communications.ListPresences - getPresencesByUserId: - operationId: communications.getPresencesGraphBPreUserId default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79,8 +68,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudCommunications' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudCommunications' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -163,7 +156,7 @@ paths: - sessions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.callRecords.callRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -184,7 +177,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -244,17 +237,12 @@ paths: - sessions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' - links: - sessions: - operationId: communications.CallRecords.ListSessions - parameters: - callRecord-id: $request.path.callRecord-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -280,8 +268,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecords.callRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -393,7 +385,7 @@ paths: - segments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.callRecords.sessionCollectionResponse' default: $ref: '#/components/responses/error' @@ -423,7 +415,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.session' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -489,18 +481,12 @@ paths: - segments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.callRecords.session' - links: - segments: - operationId: communications.callRecords.Sessions.ListSegments - parameters: - callRecord-id: $request.path.callRecord-id - session-id: $request.path.session-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -534,8 +520,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.session' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecords.session' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -658,7 +648,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.callRecords.segmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -696,7 +686,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.segment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -768,7 +758,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -815,8 +805,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecords.segment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.callRecords.segment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -980,7 +974,7 @@ paths: - participants type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.callCollectionResponse' default: $ref: '#/components/responses/error' @@ -1005,7 +999,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.call' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1082,57 +1076,12 @@ paths: - participants type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.call' - links: - audioRoutingGroups: - operationId: communications.Calls.ListAudioRoutingGroups - parameters: - call-id: $request.path.call-id - contentSharingSessions: - operationId: communications.Calls.ListContentSharingSessions - parameters: - call-id: $request.path.call-id - operations: - operationId: communications.Calls.ListOperations - parameters: - call-id: $request.path.call-id - participants: - operationId: communications.Calls.ListParticipants - parameters: - call-id: $request.path.call-id - addLargeGalleryView: - operationId: communications.calls.call.addLargeGalleryView - answer: - operationId: communications.calls.call.answer - cancelMediaProcessing: - operationId: communications.calls.call.cancelMediaProcessing - changeScreenSharingRole: - operationId: communications.calls.call.changeScreenSharingRole - keepAlive: - operationId: communications.calls.call.keepAlive - mute: - operationId: communications.calls.call.mute - playPrompt: - operationId: communications.calls.call.playPrompt - recordResponse: - operationId: communications.calls.call.recordResponse - redirect: - operationId: communications.calls.call.redirect - reject: - operationId: communications.calls.call.reject - subscribeToTone: - operationId: communications.calls.call.subscribeToTone - transfer: - operationId: communications.calls.call.transfer - unmute: - operationId: communications.calls.call.unmute - updateRecordingStatus: - operationId: communications.calls.call.updateRecordingStatus default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1158,8 +1107,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.call' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.call' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1256,7 +1209,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.audioRoutingGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -1286,7 +1239,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1346,7 +1299,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1385,8 +1338,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.audioRoutingGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1486,7 +1443,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentSharingSessionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1516,7 +1473,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentSharingSession' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1573,7 +1530,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1612,8 +1569,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentSharingSession' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentSharingSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1684,7 +1645,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1777,7 +1738,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1881,7 +1842,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1927,7 +1888,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2004,7 +1965,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2134,7 +2095,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2215,7 +2176,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2259,7 +2220,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2335,7 +2296,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.commsOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -2365,7 +2326,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.commsOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2425,7 +2386,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2464,8 +2425,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.commsOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.commsOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2583,7 +2548,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.participantCollectionResponse' default: $ref: '#/components/responses/error' @@ -2613,7 +2578,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.participant' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2676,19 +2641,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.participant' - links: - mute: - operationId: communications.calls.call.participants.participant.mute - startHoldMusic: - operationId: communications.calls.call.participants.participant.startHoldMusic - stopHoldMusic: - operationId: communications.calls.call.participants.participant.stopHoldMusic default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2722,8 +2680,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.participant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.participant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2802,7 +2764,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2854,7 +2816,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2904,7 +2866,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2950,7 +2912,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3012,7 +2974,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3157,7 +3119,7 @@ paths: - attendanceReports type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onlineMeetingCollectionResponse' default: $ref: '#/components/responses/error' @@ -3178,7 +3140,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3251,17 +3213,12 @@ paths: - attendanceReports type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' - links: - attendanceReports: - operationId: communications.OnlineMeetings.ListAttendanceReports - parameters: - onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3287,8 +3244,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onlineMeeting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3391,7 +3352,7 @@ paths: - attendanceRecords type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' default: $ref: '#/components/responses/error' @@ -3421,7 +3382,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3484,18 +3445,12 @@ paths: - attendanceRecords type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - links: - attendanceRecords: - operationId: communications.onlineMeetings.AttendanceReports.ListAttendanceRecords - parameters: - onlineMeeting-id: $request.path.onlineMeeting-id - meetingAttendanceReport-id: $request.path.meetingAttendanceReport-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3529,8 +3484,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3653,7 +3612,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -3691,7 +3650,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3762,7 +3721,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3809,8 +3768,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3876,7 +3839,7 @@ paths: type: string x-ms-docs-key-type: onlineMeeting responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -3955,7 +3918,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4020,7 +3983,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.presenceCollectionResponse' default: $ref: '#/components/responses/error' @@ -4041,7 +4004,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.presence' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4092,21 +4055,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' - links: - clearPresence: - operationId: communications.presences.presence.clearPresence - clearUserPreferredPresence: - operationId: communications.presences.presence.clearUserPreferredPresence - setPresence: - operationId: communications.presences.presence.setPresence - setUserPreferredPresence: - operationId: communications.presences.presence.setUserPreferredPresence default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4132,8 +4086,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.presence' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.presence' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4447,7 +4405,7 @@ paths: - attendanceReports type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onlineMeetingCollectionResponse' default: $ref: '#/components/responses/error' @@ -4481,7 +4439,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4562,18 +4520,12 @@ paths: - attendanceReports type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' - links: - attendanceReports: - operationId: users.OnlineMeetings.ListAttendanceReports - parameters: - user-id: $request.path.user-id - onlineMeeting-id: $request.path.onlineMeeting-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4607,8 +4559,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onlineMeeting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onlineMeeting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4727,7 +4683,7 @@ paths: - attendanceRecords type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.meetingAttendanceReportCollectionResponse' default: $ref: '#/components/responses/error' @@ -4765,7 +4721,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4836,19 +4792,12 @@ paths: - attendanceRecords type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' - links: - attendanceRecords: - operationId: users.onlineMeetings.AttendanceReports.ListAttendanceRecords - parameters: - user-id: $request.path.user-id - onlineMeeting-id: $request.path.onlineMeeting-id - meetingAttendanceReport-id: $request.path.meetingAttendanceReport-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4890,8 +4839,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5030,7 +4983,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attendanceRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -5076,7 +5029,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5155,7 +5108,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5210,8 +5163,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attendanceRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attendanceRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5293,7 +5250,7 @@ paths: type: string x-ms-docs-key-type: onlineMeeting responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -5386,21 +5343,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.presence' - links: - clearPresence: - operationId: users.user.presence.clearPresence - clearUserPreferredPresence: - operationId: users.user.presence.clearUserPreferredPresence - setPresence: - operationId: users.user.presence.setPresence - setUserPreferredPresence: - operationId: users.user.presence.setUserPreferredPresence default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5426,8 +5374,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.presence' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.presence' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Compliance.yml b/openApiDocs/v1.0/Compliance.yml index f81632f32bf..9e323c0a5f0 100644 --- a/openApiDocs/v1.0/Compliance.yml +++ b/openApiDocs/v1.0/Compliance.yml @@ -36,7 +36,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -58,8 +58,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.compliance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.compliance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/CrossDeviceExperiences.yml b/openApiDocs/v1.0/CrossDeviceExperiences.yml index eedfc8af621..439c99f9619 100644 --- a/openApiDocs/v1.0/CrossDeviceExperiences.yml +++ b/openApiDocs/v1.0/CrossDeviceExperiences.yml @@ -106,7 +106,7 @@ paths: - historyItems type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userActivityCollectionResponse' default: $ref: '#/components/responses/error' @@ -136,7 +136,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userActivity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -209,18 +209,12 @@ paths: - historyItems type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' - links: - historyItems: - operationId: users.Activities.ListHistoryItems - parameters: - user-id: $request.path.user-id - userActivity-id: $request.path.userActivity-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -254,8 +248,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userActivity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userActivity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -386,7 +384,7 @@ paths: - activity type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.activityHistoryItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -424,7 +422,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -500,19 +498,12 @@ paths: - activity type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' - links: - activity: - operationId: users.activities.HistoryItems.GetActivity - parameters: - user-id: $request.path.user-id - userActivity-id: $request.path.userActivity-id - activityHistoryItem-id: $request.path.activityHistoryItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -554,8 +545,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.activityHistoryItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -673,19 +668,12 @@ paths: - historyItems type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userActivity' - links: - historyItems: - operationId: users.activities.historyItems.Activity.ListHistoryItems - parameters: - user-id: $request.path.user-id - userActivity-id: $request.path.userActivity-id - activityHistoryItem-id: $request.path.activityHistoryItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/DeviceManagement.Actions.yml b/openApiDocs/v1.0/DeviceManagement.Actions.yml index d76b546d4e9..786f6fcab0b 100644 --- a/openApiDocs/v1.0/DeviceManagement.Actions.yml +++ b/openApiDocs/v1.0/DeviceManagement.Actions.yml @@ -36,7 +36,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -124,7 +124,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -293,7 +293,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -900,7 +900,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -972,7 +972,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1044,7 +1044,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1116,7 +1116,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1188,7 +1188,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1260,7 +1260,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1332,7 +1332,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1404,7 +1404,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1476,7 +1476,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1548,7 +1548,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1617,7 +1617,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1689,7 +1689,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1761,7 +1761,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1833,7 +1833,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1905,7 +1905,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1977,7 +1977,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2049,7 +2049,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/octet-stream: diff --git a/openApiDocs/v1.0/DeviceManagement.Administration.yml b/openApiDocs/v1.0/DeviceManagement.Administration.yml index f76e3d7fb3f..ff6e8e5cb1e 100644 --- a/openApiDocs/v1.0/DeviceManagement.Administration.yml +++ b/openApiDocs/v1.0/DeviceManagement.Administration.yml @@ -47,15 +47,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.applePushNotificationCertificate' - links: - downloadApplePushNotificationCertificateSigningRequest: - operationId: deviceManagement.applePushNotificationCertificate.downloadApplePushNotificationCertificateSigningRequest default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72,8 +69,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.applePushNotificationCertificate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.applePushNotificationCertificate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -179,7 +180,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.auditEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -200,7 +201,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.auditEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -261,7 +262,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -292,8 +293,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.auditEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.auditEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -401,7 +406,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.complianceManagementPartnerCollectionResponse' default: $ref: '#/components/responses/error' @@ -422,7 +427,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -481,7 +486,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -512,8 +517,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.complianceManagementPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -618,7 +627,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementPartnerCollectionResponse' default: $ref: '#/components/responses/error' @@ -639,7 +648,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -697,15 +706,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' - links: - terminate: - operationId: deviceManagement.deviceManagementPartners.deviceManagementPartner.terminate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -731,8 +737,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -840,7 +850,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementExchangeConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -861,7 +871,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -920,15 +930,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' - links: - sync: - operationId: deviceManagement.exchangeConnectors.deviceManagementExchangeConnector.sync default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -954,8 +961,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1069,7 +1080,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.iosUpdateDeviceStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -1090,7 +1101,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1151,7 +1162,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1182,8 +1193,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1288,7 +1303,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileThreatDefenseConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -1309,7 +1324,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1367,7 +1382,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1398,8 +1413,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1492,7 +1511,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.remoteAssistancePartnerCollectionResponse' default: $ref: '#/components/responses/error' @@ -1513,7 +1532,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1567,17 +1586,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' - links: - beginOnboarding: - operationId: deviceManagement.remoteAssistancePartners.remoteAssistancePartner.beginOnboarding - disconnect: - operationId: deviceManagement.remoteAssistancePartners.remoteAssistancePartner.disconnect default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1603,8 +1617,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.remoteAssistancePartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1694,7 +1712,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.resourceOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1715,7 +1733,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1768,7 +1786,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1799,8 +1817,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1895,7 +1917,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceAndAppManagementRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -1916,7 +1938,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1972,17 +1994,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' - links: - roleDefinition: - operationId: deviceManagement.RoleAssignments.GetRoleDefinition - parameters: - deviceAndAppManagementRoleAssignment-id: $request.path.deviceAndAppManagementRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2008,8 +2025,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2104,7 +2125,7 @@ paths: - roleAssignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.roleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2125,7 +2146,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2181,17 +2202,12 @@ paths: - roleAssignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleDefinition' - links: - roleAssignments: - operationId: deviceManagement.RoleDefinitions.ListRoleAssignments - parameters: - roleDefinition-id: $request.path.roleDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2217,8 +2233,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2318,7 +2338,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.roleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -2348,7 +2368,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2411,18 +2431,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleAssignment' - links: - roleDefinition: - operationId: deviceManagement.roleDefinitions.RoleAssignments.GetRoleDefinition - parameters: - roleDefinition-id: $request.path.roleDefinition-id - roleAssignment-id: $request.path.roleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2456,8 +2470,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2550,18 +2568,12 @@ paths: - roleAssignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleDefinition' - links: - roleAssignments: - operationId: deviceManagement.roleDefinitions.roleAssignments.RoleDefinition.ListRoleAssignments - parameters: - roleDefinition-id: $request.path.roleDefinition-id - roleAssignment-id: $request.path.roleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2631,7 +2643,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.telecomExpenseManagementPartnerCollectionResponse' default: $ref: '#/components/responses/error' @@ -2652,7 +2664,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2707,7 +2719,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2738,8 +2750,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.telecomExpenseManagementPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2848,7 +2864,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termsAndConditionsCollectionResponse' default: $ref: '#/components/responses/error' @@ -2869,7 +2885,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2931,21 +2947,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' - links: - acceptanceStatuses: - operationId: deviceManagement.TermsAndConditions.ListAcceptanceStatuses - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - assignments: - operationId: deviceManagement.TermsAndConditions.ListAssignments - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2971,8 +2978,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsAndConditions' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3075,7 +3086,7 @@ paths: - termsAndConditions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termsAndConditionsAcceptanceStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -3105,7 +3116,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3169,18 +3180,12 @@ paths: - termsAndConditions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' - links: - termsAndConditions: - operationId: deviceManagement.termsAndConditions.AcceptanceStatuses.GetTermsAndConditions - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - termsAndConditionsAcceptanceStatus-id: $request.path.termsAndConditionsAcceptanceStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3214,8 +3219,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3314,23 +3323,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsAndConditions' - links: - acceptanceStatuses: - operationId: deviceManagement.termsAndConditions.acceptanceStatuses.TermsAndConditions.ListAcceptanceStatuses - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - termsAndConditionsAcceptanceStatus-id: $request.path.termsAndConditionsAcceptanceStatus-id - assignments: - operationId: deviceManagement.termsAndConditions.acceptanceStatuses.TermsAndConditions.ListAssignments - parameters: - termsAndConditions-id: $request.path.termsAndConditions-id - termsAndConditionsAcceptanceStatus-id: $request.path.termsAndConditionsAcceptanceStatus-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3396,7 +3394,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termsAndConditionsAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -3426,7 +3424,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3485,7 +3483,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3524,8 +3522,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml index 8dbc998f4f2..e4fdfbe7885 100644 --- a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml +++ b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml @@ -43,7 +43,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -65,8 +65,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -159,7 +163,7 @@ paths: - assignments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceEnrollmentConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -180,7 +184,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -238,21 +242,12 @@ paths: - assignments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' - links: - assignments: - operationId: deviceManagement.DeviceEnrollmentConfigurations.ListAssignments - parameters: - deviceEnrollmentConfiguration-id: $request.path.deviceEnrollmentConfiguration-id - assign: - operationId: deviceManagement.deviceEnrollmentConfigurations.deviceEnrollmentConfiguration.assign - setPriority: - operationId: deviceManagement.deviceEnrollmentConfigurations.deviceEnrollmentConfiguration.setPriority default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -278,8 +273,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -371,7 +370,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.enrollmentConfigurationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -401,7 +400,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -460,7 +459,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -499,8 +498,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -610,7 +613,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.importedWindowsAutopilotDeviceIdentityCollectionResponse' default: $ref: '#/components/responses/error' @@ -631,7 +634,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -688,7 +691,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -719,8 +722,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -849,7 +856,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsAutopilotDeviceIdentityCollectionResponse' default: $ref: '#/components/responses/error' @@ -870,7 +877,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -936,19 +943,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' - links: - assignUserToDevice: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentity.assignUserToDevice - unassignUserFromDevice: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentity.unassignUserFromDevice - updateDeviceProperties: - operationId: deviceManagement.windowsAutopilotDeviceIdentities.windowsAutopilotDeviceIdentity.updateDeviceProperties default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -974,8 +974,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1040,17 +1044,12 @@ paths: - entitlementManagement type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.roleManagement' - links: - directory: - operationId: roleManagement.GetDirectory - entitlementManagement: - operationId: roleManagement.GetEntitlementManagement default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1067,8 +1066,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.roleManagement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.roleManagement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/DeviceManagement.Functions.yml b/openApiDocs/v1.0/DeviceManagement.Functions.yml index f2bea13a42a..a2549015777 100644 --- a/openApiDocs/v1.0/DeviceManagement.Functions.yml +++ b/openApiDocs/v1.0/DeviceManagement.Functions.yml @@ -14,7 +14,7 @@ paths: description: Download Apple push notification certificate signing request operationId: deviceManagement.applePushNotificationCertificate_downloadApplePushNotificationCertificateSigningRequest responses: - '200': + 2XX: description: Success content: application/json: @@ -50,7 +50,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -86,7 +86,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -133,7 +133,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -170,7 +170,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -208,7 +208,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/v1.0/DeviceManagement.yml b/openApiDocs/v1.0/DeviceManagement.yml index 26835a3cec1..1aadbcafb09 100644 --- a/openApiDocs/v1.0/DeviceManagement.yml +++ b/openApiDocs/v1.0/DeviceManagement.yml @@ -106,81 +106,12 @@ paths: - windowsInformationProtectionNetworkLearningSummaries type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagement' - links: - termsAndConditions: - operationId: deviceManagement.ListTermsAndConditions - auditEvents: - operationId: deviceManagement.ListAuditEvents - deviceCompliancePolicies: - operationId: deviceManagement.ListDeviceCompliancePolicies - deviceCompliancePolicyDeviceStateSummary: - operationId: deviceManagement.GetDeviceCompliancePolicyDeviceStateSummary - deviceCompliancePolicySettingStateSummaries: - operationId: deviceManagement.ListDeviceCompliancePolicySettingStateSummaries - deviceConfigurationDeviceStateSummaries: - operationId: deviceManagement.GetDeviceConfigurationDeviceStateSummaries - deviceConfigurations: - operationId: deviceManagement.ListDeviceConfigurations - iosUpdateStatuses: - operationId: deviceManagement.ListIosUpdateStatuses - softwareUpdateStatusSummary: - operationId: deviceManagement.GetSoftwareUpdateStatusSummary - complianceManagementPartners: - operationId: deviceManagement.ListComplianceManagementPartners - conditionalAccessSettings: - operationId: deviceManagement.GetConditionalAccessSettings - deviceCategories: - operationId: deviceManagement.ListDeviceCategories - deviceEnrollmentConfigurations: - operationId: deviceManagement.ListDeviceEnrollmentConfigurations - deviceManagementPartners: - operationId: deviceManagement.ListDeviceManagementPartners - exchangeConnectors: - operationId: deviceManagement.ListExchangeConnectors - mobileThreatDefenseConnectors: - operationId: deviceManagement.ListMobileThreatDefenseConnectors - applePushNotificationCertificate: - operationId: deviceManagement.GetApplePushNotificationCertificate - detectedApps: - operationId: deviceManagement.ListDetectedApps - managedDeviceOverview: - operationId: deviceManagement.GetManagedDeviceOverview - managedDevices: - operationId: deviceManagement.ListManagedDevices - importedWindowsAutopilotDeviceIdentities: - operationId: deviceManagement.ListImportedWindowsAutopilotDeviceIdentities - windowsAutopilotDeviceIdentities: - operationId: deviceManagement.ListWindowsAutopilotDeviceIdentities - notificationMessageTemplates: - operationId: deviceManagement.ListNotificationMessageTemplates - resourceOperations: - operationId: deviceManagement.ListResourceOperations - roleAssignments: - operationId: deviceManagement.ListRoleAssignments - roleDefinitions: - operationId: deviceManagement.ListRoleDefinitions - remoteAssistancePartners: - operationId: deviceManagement.ListRemoteAssistancePartners - reports: - operationId: deviceManagement.GetReports - telecomExpenseManagementPartners: - operationId: deviceManagement.ListTelecomExpenseManagementPartners - troubleshootingEvents: - operationId: deviceManagement.ListTroubleshootingEvents - windowsInformationProtectionAppLearningSummaries: - operationId: deviceManagement.ListWindowsInformationProtectionAppLearningSummaries - windowsInformationProtectionNetworkLearningSummaries: - operationId: deviceManagement.ListWindowsInformationProtectionNetworkLearningSummaries - getEffectivePermissions: - operationId: deviceManagement.getEffectivePermissions - verifyWindowsEnrollmentAutoDiscovery: - operationId: deviceManagement.verifyWindowsEnrollmentAutoDiscovery default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -197,8 +128,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -273,7 +208,7 @@ paths: - managedDevices type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.detectedAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -294,7 +229,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.detectedApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -352,17 +287,12 @@ paths: - managedDevices type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.detectedApp' - links: - managedDevices: - operationId: deviceManagement.DetectedApps.ListManagedDevices - parameters: - detectedApp-id: $request.path.detectedApp-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -388,8 +318,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.detectedApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.detectedApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -645,7 +579,7 @@ paths: - users type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -763,33 +697,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - deviceCompliancePolicyStates: - operationId: deviceManagement.detectedApps.ManagedDevices.ListDeviceCompliancePolicyStates - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - deviceConfigurationStates: - operationId: deviceManagement.detectedApps.ManagedDevices.ListDeviceConfigurationStates - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - deviceCategory: - operationId: deviceManagement.detectedApps.ManagedDevices.GetDeviceCategory - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id - users: - operationId: deviceManagement.detectedApps.ManagedDevices.ListUsers - parameters: - detectedApp-id: $request.path.detectedApp-id - managedDevice-id: $request.path.managedDevice-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -850,7 +763,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -871,7 +784,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -923,7 +836,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -954,8 +867,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1065,7 +982,7 @@ paths: - userStatusOverview type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -1086,7 +1003,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1155,45 +1072,12 @@ paths: - userStatusOverview type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' - links: - assignments: - operationId: deviceManagement.DeviceCompliancePolicies.ListAssignments - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - deviceSettingStateSummaries: - operationId: deviceManagement.DeviceCompliancePolicies.ListDeviceSettingStateSummaries - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - deviceStatuses: - operationId: deviceManagement.DeviceCompliancePolicies.ListDeviceStatuses - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - deviceStatusOverview: - operationId: deviceManagement.DeviceCompliancePolicies.GetDeviceStatusOverview - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - scheduledActionsForRule: - operationId: deviceManagement.DeviceCompliancePolicies.ListScheduledActionsGraphFPreRule - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - userStatuses: - operationId: deviceManagement.DeviceCompliancePolicies.ListUserStatuses - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - userStatusOverview: - operationId: deviceManagement.DeviceCompliancePolicies.GetUserStatusOverview - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - assign: - operationId: deviceManagement.deviceCompliancePolicies.deviceCompliancePolicy.assign - scheduleActionsForRules: - operationId: deviceManagement.deviceCompliancePolicies.deviceCompliancePolicy.scheduleActionsGraphFPreRules default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1219,8 +1103,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1312,7 +1200,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -1342,7 +1230,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1401,7 +1289,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1440,8 +1328,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1565,7 +1457,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.settingStateDeviceSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -1595,7 +1487,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1662,7 +1554,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1701,8 +1593,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1820,7 +1716,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceDeviceStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -1850,7 +1746,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1915,7 +1811,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1954,8 +1850,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2041,7 +1941,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2072,8 +1972,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2167,7 +2071,7 @@ paths: - scheduledActionConfigurations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceScheduledActionForRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -2197,7 +2101,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2258,18 +2162,12 @@ paths: - scheduledActionConfigurations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' - links: - scheduledActionConfigurations: - operationId: deviceManagement.deviceCompliancePolicies.ScheduledActionsGraphFPreRule.ListScheduledActionConfigurations - parameters: - deviceCompliancePolicy-id: $request.path.deviceCompliancePolicy-id - deviceComplianceScheduledActionForRule-id: $request.path.deviceComplianceScheduledActionForRule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2303,8 +2201,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2421,7 +2323,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceActionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -2459,7 +2361,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2529,7 +2431,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2576,8 +2478,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceActionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2697,7 +2603,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceUserStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -2727,7 +2633,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2790,7 +2696,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2829,8 +2735,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2916,7 +2826,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2947,8 +2857,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserOverview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceUserOverview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3020,7 +2934,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3042,8 +2956,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3148,7 +3066,7 @@ paths: - deviceComplianceSettingStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicySettingStateSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -3169,7 +3087,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3231,17 +3149,12 @@ paths: - deviceComplianceSettingStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' - links: - deviceComplianceSettingStates: - operationId: deviceManagement.DeviceCompliancePolicySettingStateSummaries.ListDeviceComplianceSettingStates - parameters: - deviceCompliancePolicySettingStateSummary-id: $request.path.deviceCompliancePolicySettingStateSummary-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3267,8 +3180,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3390,7 +3307,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceComplianceSettingStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -3420,7 +3337,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3489,7 +3406,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3528,8 +3445,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceComplianceSettingState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3607,7 +3528,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3629,8 +3550,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3730,7 +3655,7 @@ paths: - userStatusOverview type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -3751,7 +3676,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3818,41 +3743,12 @@ paths: - userStatusOverview type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' - links: - assignments: - operationId: deviceManagement.DeviceConfigurations.ListAssignments - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceSettingStateSummaries: - operationId: deviceManagement.DeviceConfigurations.ListDeviceSettingStateSummaries - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceStatuses: - operationId: deviceManagement.DeviceConfigurations.ListDeviceStatuses - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - deviceStatusOverview: - operationId: deviceManagement.DeviceConfigurations.GetDeviceStatusOverview - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - userStatuses: - operationId: deviceManagement.DeviceConfigurations.ListUserStatuses - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - userStatusOverview: - operationId: deviceManagement.DeviceConfigurations.GetUserStatusOverview - parameters: - deviceConfiguration-id: $request.path.deviceConfiguration-id - assign: - operationId: deviceManagement.deviceConfigurations.deviceConfiguration.assign - getOmaSettingPlainTextValue: - operationId: deviceManagement.deviceConfigurations.deviceConfiguration.getOmaSettingPlainTextValue default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3878,8 +3774,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3971,7 +3871,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -4001,7 +3901,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4060,7 +3960,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4099,8 +3999,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4224,7 +4128,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.settingStateDeviceSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -4254,7 +4158,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4321,7 +4225,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4360,8 +4264,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.settingStateDeviceSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4479,7 +4387,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationDeviceStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -4509,7 +4417,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4574,7 +4482,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4613,8 +4521,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4700,7 +4612,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4731,8 +4643,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4836,7 +4752,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationUserStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -4866,7 +4782,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4929,7 +4845,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4968,8 +4884,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5055,7 +4975,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5086,8 +5006,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserOverview' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationUserOverview' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5155,7 +5079,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5382,7 +5306,7 @@ paths: - users type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -5403,7 +5327,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5514,65 +5438,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - deviceCompliancePolicyStates: - operationId: deviceManagement.ManagedDevices.ListDeviceCompliancePolicyStates - parameters: - managedDevice-id: $request.path.managedDevice-id - deviceConfigurationStates: - operationId: deviceManagement.ManagedDevices.ListDeviceConfigurationStates - parameters: - managedDevice-id: $request.path.managedDevice-id - deviceCategory: - operationId: deviceManagement.ManagedDevices.GetDeviceCategory - parameters: - managedDevice-id: $request.path.managedDevice-id - users: - operationId: deviceManagement.ManagedDevices.ListUsers - parameters: - managedDevice-id: $request.path.managedDevice-id - bypassActivationLock: - operationId: deviceManagement.managedDevices.managedDevice.bypassActivationLock - cleanWindowsDevice: - operationId: deviceManagement.managedDevices.managedDevice.cleanWindowsDevice - deleteUserFromSharedAppleDevice: - operationId: deviceManagement.managedDevices.managedDevice.deleteUserFromSharedAppleDevice - disableLostMode: - operationId: deviceManagement.managedDevices.managedDevice.disableLostMode - locateDevice: - operationId: deviceManagement.managedDevices.managedDevice.locateDevice - logoutSharedAppleDeviceActiveUser: - operationId: deviceManagement.managedDevices.managedDevice.logoutSharedAppleDeviceActiveUser - rebootNow: - operationId: deviceManagement.managedDevices.managedDevice.rebootNow - recoverPasscode: - operationId: deviceManagement.managedDevices.managedDevice.recoverPasscode - remoteLock: - operationId: deviceManagement.managedDevices.managedDevice.remoteLock - requestRemoteAssistance: - operationId: deviceManagement.managedDevices.managedDevice.requestRemoteAssistance - resetPasscode: - operationId: deviceManagement.managedDevices.managedDevice.resetPasscode - retire: - operationId: deviceManagement.managedDevices.managedDevice.retire - shutDown: - operationId: deviceManagement.managedDevices.managedDevice.shutDown - syncDevice: - operationId: deviceManagement.managedDevices.managedDevice.syncDevice - updateWindowsDeviceAccount: - operationId: deviceManagement.managedDevices.managedDevice.updateWindowsDeviceAccount - windowsDefenderScan: - operationId: deviceManagement.managedDevices.managedDevice.windowsDefenderScan - windowsDefenderUpdateSignatures: - operationId: deviceManagement.managedDevices.managedDevice.windowsDefenderUpdateSignatures - wipe: - operationId: deviceManagement.managedDevices.managedDevice.wipe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5598,8 +5469,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5672,7 +5547,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5703,8 +5578,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5811,7 +5690,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -5841,7 +5720,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5905,7 +5784,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5944,8 +5823,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6060,7 +5943,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -6090,7 +5973,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6154,7 +6037,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6193,8 +6076,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6602,7 +6489,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -6675,7 +6562,7 @@ paths: - localizedNotificationMessages type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.notificationMessageTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -6696,7 +6583,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6752,19 +6639,12 @@ paths: - localizedNotificationMessages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' - links: - localizedNotificationMessages: - operationId: deviceManagement.NotificationMessageTemplates.ListLocalizedNotificationMessages - parameters: - notificationMessageTemplate-id: $request.path.notificationMessageTemplate-id - sendTestMessage: - operationId: deviceManagement.notificationMessageTemplates.notificationMessageTemplate.sendTestMessage default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6790,8 +6670,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notificationMessageTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6895,7 +6779,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.localizedNotificationMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -6925,7 +6809,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6988,7 +6872,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7027,8 +6911,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.localizedNotificationMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7114,7 +7002,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7180,7 +7068,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -7201,7 +7089,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7253,7 +7141,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7284,8 +7172,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7375,7 +7267,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionAppLearningSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -7396,7 +7288,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7449,7 +7341,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7480,8 +7372,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7568,7 +7464,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionNetworkLearningSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -7589,7 +7485,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7641,7 +7537,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7672,8 +7568,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 8c48eb04528..769623de168 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -50,25 +50,12 @@ paths: - taskDefinitions type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.print' - links: - connectors: - operationId: print.ListConnectors - operations: - operationId: print.ListOperations - printers: - operationId: print.ListPrinters - services: - operationId: print.ListServices - shares: - operationId: print.ListShares - taskDefinitions: - operationId: print.ListTaskDefinitions default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85,8 +72,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.print' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.print' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -162,7 +153,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -183,7 +174,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printConnector' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -239,7 +230,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -270,8 +261,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printConnector' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printConnector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -358,7 +353,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -379,7 +374,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -431,7 +426,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -462,8 +457,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -591,7 +590,7 @@ paths: - taskTriggers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printerCollectionResponse' default: $ref: '#/components/responses/error' @@ -612,7 +611,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -682,31 +681,12 @@ paths: - taskTriggers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printer' - links: - jobs: - operationId: print.Printers.ListJobs - parameters: - printer-id: $request.path.printer-id - connectors: - operationId: print.Printers.ListConnectors - parameters: - printer-id: $request.path.printer-id - shares: - operationId: print.Printers.ListShares - parameters: - printer-id: $request.path.printer-id - taskTriggers: - operationId: print.Printers.ListTaskTriggers - parameters: - printer-id: $request.path.printer-id - restoreFactoryDefaults: - operationId: print.printers.printer.restoreFactoryDefaults default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -732,8 +712,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -843,7 +827,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -906,7 +890,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1040,7 +1024,7 @@ paths: - printer type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printerShareCollectionResponse' default: $ref: '#/components/responses/error' @@ -1115,33 +1099,12 @@ paths: - printer type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' - links: - jobs: - operationId: print.printers.Shares.ListJobs - parameters: - printer-id: $request.path.printer-id - printerShare-id: $request.path.printerShare-id - allowedGroups: - operationId: print.printers.Shares.ListAllowedGroups - parameters: - printer-id: $request.path.printer-id - printerShare-id: $request.path.printerShare-id - allowedUsers: - operationId: print.printers.Shares.ListAllowedUsers - parameters: - printer-id: $request.path.printer-id - printerShare-id: $request.path.printerShare-id - printer: - operationId: print.printers.Shares.GetPrinter - parameters: - printer-id: $request.path.printer-id - printerShare-id: $request.path.printerShare-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1212,7 +1175,7 @@ paths: - definition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printTaskTriggerCollectionResponse' default: $ref: '#/components/responses/error' @@ -1246,7 +1209,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1307,18 +1270,12 @@ paths: - definition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' - links: - definition: - operationId: print.printers.TaskTriggers.GetDefinition - parameters: - printer-id: $request.path.printer-id - printTaskTrigger-id: $request.path.printTaskTrigger-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1352,8 +1309,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1444,18 +1405,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' - links: - tasks: - operationId: print.printers.taskTriggers.Definition.ListTasks - parameters: - printer-id: $request.path.printer-id - printTaskTrigger-id: $request.path.printTaskTrigger-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1559,7 +1514,7 @@ paths: - endpoints type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printServiceCollectionResponse' default: $ref: '#/components/responses/error' @@ -1580,7 +1535,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printService' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1632,17 +1587,12 @@ paths: - endpoints type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printService' - links: - endpoints: - operationId: print.Services.ListEndpoints - parameters: - printService-id: $request.path.printService-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1668,8 +1618,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printService' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printService' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1767,7 +1721,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printServiceEndpointCollectionResponse' default: $ref: '#/components/responses/error' @@ -1797,7 +1751,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1857,7 +1811,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1896,8 +1850,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printServiceEndpoint' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2027,7 +1985,7 @@ paths: - printer type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printerShareCollectionResponse' default: $ref: '#/components/responses/error' @@ -2052,7 +2010,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printerShare' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2120,29 +2078,12 @@ paths: - printer type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printerShare' - links: - jobs: - operationId: print.Shares.ListJobs - parameters: - printerShare-id: $request.path.printerShare-id - allowedGroups: - operationId: print.Shares.ListAllowedGroups - parameters: - printerShare-id: $request.path.printerShare-id - allowedUsers: - operationId: print.Shares.ListAllowedUsers - parameters: - printerShare-id: $request.path.printerShare-id - printer: - operationId: print.Shares.GetPrinter - parameters: - printerShare-id: $request.path.printerShare-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2168,8 +2109,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printerShare' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printerShare' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2432,7 +2377,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -2598,7 +2543,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -3001,7 +2946,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -3235,7 +3180,7 @@ paths: - skills desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -3326,29 +3271,12 @@ paths: - taskTriggers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printer' - links: - jobs: - operationId: print.shares.Printer.ListJobs - parameters: - printerShare-id: $request.path.printerShare-id - connectors: - operationId: print.shares.Printer.ListConnectors - parameters: - printerShare-id: $request.path.printerShare-id - shares: - operationId: print.shares.Printer.ListShares - parameters: - printerShare-id: $request.path.printerShare-id - taskTriggers: - operationId: print.shares.Printer.ListTaskTriggers - parameters: - printerShare-id: $request.path.printerShare-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3414,7 +3342,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printTaskDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3439,7 +3367,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3493,17 +3421,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' - links: - tasks: - operationId: print.TaskDefinitions.ListTasks - parameters: - printTaskDefinition-id: $request.path.printTaskDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3529,8 +3452,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3632,7 +3559,7 @@ paths: - trigger type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -3662,7 +3589,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3726,23 +3653,12 @@ paths: - trigger type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTask' - links: - definition: - operationId: print.taskDefinitions.Tasks.GetDefinition - parameters: - printTaskDefinition-id: $request.path.printTaskDefinition-id - printTask-id: $request.path.printTask-id - trigger: - operationId: print.taskDefinitions.Tasks.GetTrigger - parameters: - printTaskDefinition-id: $request.path.printTaskDefinition-id - printTask-id: $request.path.printTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3776,8 +3692,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3868,18 +3788,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' - links: - tasks: - operationId: print.taskDefinitions.tasks.Definition.ListTasks - parameters: - printTaskDefinition-id: $request.path.printTaskDefinition-id - printTask-id: $request.path.printTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3935,18 +3849,12 @@ paths: - definition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.printTaskTrigger' - links: - definition: - operationId: print.taskDefinitions.tasks.Trigger.GetDefinition - parameters: - printTaskDefinition-id: $request.path.printTaskDefinition-id - printTask-id: $request.path.printTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index 8f26b404223..dbde988d724 100644 --- a/openApiDocs/v1.0/Devices.CorporateManagement.yml +++ b/openApiDocs/v1.0/Devices.CorporateManagement.yml @@ -70,43 +70,12 @@ paths: - windowsInformationProtectionPolicies type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' - links: - managedEBooks: - operationId: deviceAppManagement.ListManagedEBooks - mobileAppCategories: - operationId: deviceAppManagement.ListMobileAppCategories - mobileAppConfigurations: - operationId: deviceAppManagement.ListMobileAppConfigurations - mobileApps: - operationId: deviceAppManagement.ListMobileApps - vppTokens: - operationId: deviceAppManagement.ListVppTokens - androidManagedAppProtections: - operationId: deviceAppManagement.ListAndroidManagedAppProtections - defaultManagedAppProtections: - operationId: deviceAppManagement.ListDefaultManagedAppProtections - iosManagedAppProtections: - operationId: deviceAppManagement.ListIosManagedAppProtections - managedAppPolicies: - operationId: deviceAppManagement.ListManagedAppPolicies - managedAppRegistrations: - operationId: deviceAppManagement.ListManagedAppRegistrations - managedAppStatuses: - operationId: deviceAppManagement.ListManagedAppStatuses - mdmWindowsInformationProtectionPolicies: - operationId: deviceAppManagement.ListMdmWindowsInformationProtectionPolicies - targetedManagedAppConfigurations: - operationId: deviceAppManagement.ListTargetedManagedAppConfigurations - windowsInformationProtectionPolicies: - operationId: deviceAppManagement.ListWindowsInformationProtectionPolicies - syncMicrosoftStoreForBusinessApps: - operationId: deviceAppManagement.syncMicrosoftStoreGraphFPreBusinessApps default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -123,8 +92,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -308,7 +281,7 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.androidManagedAppProtectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -329,7 +302,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -426,25 +399,12 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' - links: - assignments: - operationId: deviceAppManagement.AndroidManagedAppProtections.ListAssignments - parameters: - androidManagedAppProtection-id: $request.path.androidManagedAppProtection-id - apps: - operationId: deviceAppManagement.AndroidManagedAppProtections.ListApps - parameters: - androidManagedAppProtection-id: $request.path.androidManagedAppProtection-id - deploymentSummary: - operationId: deviceAppManagement.AndroidManagedAppProtections.GetDeploymentSummary - parameters: - androidManagedAppProtection-id: $request.path.androidManagedAppProtection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -470,8 +430,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -566,7 +530,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -596,7 +560,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -656,7 +620,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -695,8 +659,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -780,7 +748,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -811,8 +779,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1023,7 +995,7 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.defaultManagedAppProtectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1044,7 +1016,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1140,21 +1112,12 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' - links: - apps: - operationId: deviceAppManagement.DefaultManagedAppProtections.ListApps - parameters: - defaultManagedAppProtection-id: $request.path.defaultManagedAppProtection-id - deploymentSummary: - operationId: deviceAppManagement.DefaultManagedAppProtections.GetDeploymentSummary - parameters: - defaultManagedAppProtection-id: $request.path.defaultManagedAppProtection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1180,8 +1143,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1276,7 +1243,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -1306,7 +1273,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1366,7 +1333,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1405,8 +1372,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1490,7 +1461,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1521,8 +1492,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1723,7 +1698,7 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.iosManagedAppProtectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1744,7 +1719,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1838,25 +1813,12 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' - links: - assignments: - operationId: deviceAppManagement.IosManagedAppProtections.ListAssignments - parameters: - iosManagedAppProtection-id: $request.path.iosManagedAppProtection-id - apps: - operationId: deviceAppManagement.IosManagedAppProtections.ListApps - parameters: - iosManagedAppProtection-id: $request.path.iosManagedAppProtection-id - deploymentSummary: - operationId: deviceAppManagement.IosManagedAppProtections.GetDeploymentSummary - parameters: - iosManagedAppProtection-id: $request.path.iosManagedAppProtection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1882,8 +1844,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1978,7 +1944,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -2008,7 +1974,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2068,7 +2034,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2107,8 +2073,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2192,7 +2162,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2223,8 +2193,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2320,7 +2294,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2341,7 +2315,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2396,15 +2370,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - links: - targetApps: - operationId: deviceAppManagement.managedAppPolicies.managedAppPolicy.targetApps default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2430,8 +2401,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2589,7 +2564,7 @@ paths: - operations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppRegistrationCollectionResponse' default: $ref: '#/components/responses/error' @@ -2610,7 +2585,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2678,25 +2653,12 @@ paths: - operations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' - links: - appliedPolicies: - operationId: deviceAppManagement.ManagedAppRegistrations.ListAppliedPolicies - parameters: - managedAppRegistration-id: $request.path.managedAppRegistration-id - intendedPolicies: - operationId: deviceAppManagement.ManagedAppRegistrations.ListIntendedPolicies - parameters: - managedAppRegistration-id: $request.path.managedAppRegistration-id - operations: - operationId: deviceAppManagement.ManagedAppRegistrations.ListOperations - parameters: - managedAppRegistration-id: $request.path.managedAppRegistration-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2722,8 +2684,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2827,7 +2793,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2857,7 +2823,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2920,15 +2886,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - links: - targetApps: - operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.appliedPolicies.managedAppPolicy.targetApps default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2962,8 +2925,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3118,7 +3085,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3148,7 +3115,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3211,15 +3178,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' - links: - targetApps: - operationId: deviceAppManagement.managedAppRegistrations.managedAppRegistration.intendedPolicies.managedAppPolicy.targetApps default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3253,8 +3217,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3406,7 +3374,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -3436,7 +3404,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3498,7 +3466,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3537,8 +3505,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3589,7 +3561,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -3669,7 +3641,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -3690,7 +3662,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3742,7 +3714,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3773,8 +3745,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3890,7 +3866,7 @@ paths: - userStateSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedEBookCollectionResponse' default: $ref: '#/components/responses/error' @@ -3911,7 +3887,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedEBook' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3978,31 +3954,12 @@ paths: - userStateSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedEBook' - links: - assignments: - operationId: deviceAppManagement.ManagedEBooks.ListAssignments - parameters: - managedEBook-id: $request.path.managedEBook-id - deviceStates: - operationId: deviceAppManagement.ManagedEBooks.ListDeviceStates - parameters: - managedEBook-id: $request.path.managedEBook-id - installSummary: - operationId: deviceAppManagement.ManagedEBooks.GetInstallSummary - parameters: - managedEBook-id: $request.path.managedEBook-id - userStateSummary: - operationId: deviceAppManagement.ManagedEBooks.ListUserStateSummary - parameters: - managedEBook-id: $request.path.managedEBook-id - assign: - operationId: deviceAppManagement.managedEBooks.managedEBook.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4028,8 +3985,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedEBook' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4124,7 +4085,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedEBookAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -4154,7 +4115,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4214,7 +4175,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4253,8 +4214,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4375,7 +4340,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceInstallStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -4405,7 +4370,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4471,7 +4436,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4510,8 +4475,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4596,7 +4565,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4627,8 +4596,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.eBookInstallSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eBookInstallSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4766,7 +4739,7 @@ paths: - deviceStates type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userInstallStateSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -4796,7 +4769,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4860,18 +4833,12 @@ paths: - deviceStates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' - links: - deviceStates: - operationId: deviceAppManagement.managedEBooks.UserStateSummary.ListDeviceStates - parameters: - managedEBook-id: $request.path.managedEBook-id - userInstallStateSummary-id: $request.path.userInstallStateSummary-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4905,8 +4872,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5035,7 +5006,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceInstallStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -5073,7 +5044,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5147,7 +5118,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5194,8 +5165,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceInstallState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5379,7 +5354,7 @@ paths: - protectedAppLockerFiles type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mdmWindowsInformationProtectionPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5400,7 +5375,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5483,25 +5458,12 @@ paths: - protectedAppLockerFiles type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' - links: - assignments: - operationId: deviceAppManagement.MdmWindowsInformationProtectionPolicies.ListAssignments - parameters: - mdmWindowsInformationProtectionPolicy-id: $request.path.mdmWindowsInformationProtectionPolicy-id - exemptAppLockerFiles: - operationId: deviceAppManagement.MdmWindowsInformationProtectionPolicies.ListExemptAppLockerFiles - parameters: - mdmWindowsInformationProtectionPolicy-id: $request.path.mdmWindowsInformationProtectionPolicy-id - protectedAppLockerFiles: - operationId: deviceAppManagement.MdmWindowsInformationProtectionPolicies.ListProtectedAppLockerFiles - parameters: - mdmWindowsInformationProtectionPolicy-id: $request.path.mdmWindowsInformationProtectionPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5527,8 +5489,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5628,7 +5594,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -5649,7 +5615,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5701,7 +5667,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5732,8 +5698,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5842,7 +5812,7 @@ paths: - userStatusSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -5863,7 +5833,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5929,35 +5899,12 @@ paths: - userStatusSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' - links: - assignments: - operationId: deviceAppManagement.MobileAppConfigurations.ListAssignments - parameters: - managedDeviceMobileAppConfiguration-id: $request.path.managedDeviceMobileAppConfiguration-id - deviceStatuses: - operationId: deviceAppManagement.MobileAppConfigurations.ListDeviceStatuses - parameters: - managedDeviceMobileAppConfiguration-id: $request.path.managedDeviceMobileAppConfiguration-id - deviceStatusSummary: - operationId: deviceAppManagement.MobileAppConfigurations.GetDeviceStatusSummary - parameters: - managedDeviceMobileAppConfiguration-id: $request.path.managedDeviceMobileAppConfiguration-id - userStatuses: - operationId: deviceAppManagement.MobileAppConfigurations.ListUserStatuses - parameters: - managedDeviceMobileAppConfiguration-id: $request.path.managedDeviceMobileAppConfiguration-id - userStatusSummary: - operationId: deviceAppManagement.MobileAppConfigurations.GetUserStatusSummary - parameters: - managedDeviceMobileAppConfiguration-id: $request.path.managedDeviceMobileAppConfiguration-id - assign: - operationId: deviceAppManagement.mobileAppConfigurations.managedDeviceMobileAppConfiguration.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5983,8 +5930,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6076,7 +6027,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -6106,7 +6057,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6165,7 +6116,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6204,8 +6155,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6323,7 +6278,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -6353,7 +6308,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6418,7 +6373,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6457,8 +6412,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6544,7 +6503,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6575,8 +6534,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6715,7 +6678,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceMobileAppConfigurationUserStatusCollectionResponse' default: $ref: '#/components/responses/error' @@ -6745,7 +6708,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6808,7 +6771,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6847,8 +6810,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6934,7 +6901,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6965,8 +6932,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7090,7 +7061,7 @@ paths: - categories type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -7111,7 +7082,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7178,23 +7149,12 @@ paths: - categories type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' - links: - assignments: - operationId: deviceAppManagement.MobileApps.ListAssignments - parameters: - mobileApp-id: $request.path.mobileApp-id - categories: - operationId: deviceAppManagement.MobileApps.ListCategories - parameters: - mobileApp-id: $request.path.mobileApp-id - assign: - operationId: deviceAppManagement.mobileApps.mobileApp.assign default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7220,8 +7180,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7319,7 +7283,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -7349,7 +7313,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7410,7 +7374,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7449,8 +7413,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7553,7 +7521,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -7612,7 +7580,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7737,7 +7705,7 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.targetedManagedAppConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -7758,7 +7726,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7822,29 +7790,12 @@ paths: - deploymentSummary type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' - links: - apps: - operationId: deviceAppManagement.TargetedManagedAppConfigurations.ListApps - parameters: - targetedManagedAppConfiguration-id: $request.path.targetedManagedAppConfiguration-id - assignments: - operationId: deviceAppManagement.TargetedManagedAppConfigurations.ListAssignments - parameters: - targetedManagedAppConfiguration-id: $request.path.targetedManagedAppConfiguration-id - deploymentSummary: - operationId: deviceAppManagement.TargetedManagedAppConfigurations.GetDeploymentSummary - parameters: - targetedManagedAppConfiguration-id: $request.path.targetedManagedAppConfiguration-id - assign: - operationId: deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppConfiguration.assign - targetApps: - operationId: deviceAppManagement.targetedManagedAppConfigurations.targetedManagedAppConfiguration.targetApps default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7870,8 +7821,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7966,7 +7921,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -7996,7 +7951,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8056,7 +8011,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8095,8 +8050,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedMobileApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8196,7 +8155,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.targetedManagedAppPolicyAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -8226,7 +8185,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8285,7 +8244,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8324,8 +8283,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8409,7 +8372,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8440,8 +8403,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8627,7 +8594,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.vppTokenCollectionResponse' default: $ref: '#/components/responses/error' @@ -8648,7 +8615,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.vppToken' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8709,15 +8676,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.vppToken' - links: - syncLicenses: - operationId: deviceAppManagement.vppTokens.vppToken.syncLicenses default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8743,8 +8707,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.vppToken' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.vppToken' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8791,7 +8759,7 @@ paths: type: string x-ms-docs-key-type: vppToken responses: - '200': + 2XX: description: Success content: application/json: @@ -8974,7 +8942,7 @@ paths: - protectedAppLockerFiles type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsInformationProtectionPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8995,7 +8963,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9090,25 +9058,12 @@ paths: - protectedAppLockerFiles type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' - links: - assignments: - operationId: deviceAppManagement.WindowsInformationProtectionPolicies.ListAssignments - parameters: - windowsInformationProtectionPolicy-id: $request.path.windowsInformationProtectionPolicy-id - exemptAppLockerFiles: - operationId: deviceAppManagement.WindowsInformationProtectionPolicies.ListExemptAppLockerFiles - parameters: - windowsInformationProtectionPolicy-id: $request.path.windowsInformationProtectionPolicy-id - protectedAppLockerFiles: - operationId: deviceAppManagement.WindowsInformationProtectionPolicies.ListProtectedAppLockerFiles - parameters: - windowsInformationProtectionPolicy-id: $request.path.windowsInformationProtectionPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9134,8 +9089,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9230,7 +9189,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementTroubleshootingEventCollectionResponse' default: $ref: '#/components/responses/error' @@ -9260,7 +9219,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9320,7 +9279,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9359,8 +9318,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9499,7 +9462,7 @@ paths: - operations type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedAppRegistrationCollectionResponse' default: $ref: '#/components/responses/error' @@ -9574,28 +9537,12 @@ paths: - operations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' - links: - appliedPolicies: - operationId: users.ManagedAppRegistrations.ListAppliedPolicies - parameters: - user-id: $request.path.user-id - managedAppRegistration-id: $request.path.managedAppRegistration-id - intendedPolicies: - operationId: users.ManagedAppRegistrations.ListIntendedPolicies - parameters: - user-id: $request.path.user-id - managedAppRegistration-id: $request.path.managedAppRegistration-id - operations: - operationId: users.ManagedAppRegistrations.ListOperations - parameters: - user-id: $request.path.user-id - managedAppRegistration-id: $request.path.managedAppRegistration-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9825,7 +9772,7 @@ paths: - users type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.managedDeviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -9855,7 +9802,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9974,69 +9921,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedDevice' - links: - deviceCompliancePolicyStates: - operationId: users.ManagedDevices.ListDeviceCompliancePolicyStates - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - deviceConfigurationStates: - operationId: users.ManagedDevices.ListDeviceConfigurationStates - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - deviceCategory: - operationId: users.ManagedDevices.GetDeviceCategory - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - users: - operationId: users.ManagedDevices.ListUsers - parameters: - user-id: $request.path.user-id - managedDevice-id: $request.path.managedDevice-id - bypassActivationLock: - operationId: users.user.managedDevices.managedDevice.bypassActivationLock - cleanWindowsDevice: - operationId: users.user.managedDevices.managedDevice.cleanWindowsDevice - deleteUserFromSharedAppleDevice: - operationId: users.user.managedDevices.managedDevice.deleteUserFromSharedAppleDevice - disableLostMode: - operationId: users.user.managedDevices.managedDevice.disableLostMode - locateDevice: - operationId: users.user.managedDevices.managedDevice.locateDevice - logoutSharedAppleDeviceActiveUser: - operationId: users.user.managedDevices.managedDevice.logoutSharedAppleDeviceActiveUser - rebootNow: - operationId: users.user.managedDevices.managedDevice.rebootNow - recoverPasscode: - operationId: users.user.managedDevices.managedDevice.recoverPasscode - remoteLock: - operationId: users.user.managedDevices.managedDevice.remoteLock - requestRemoteAssistance: - operationId: users.user.managedDevices.managedDevice.requestRemoteAssistance - resetPasscode: - operationId: users.user.managedDevices.managedDevice.resetPasscode - retire: - operationId: users.user.managedDevices.managedDevice.retire - shutDown: - operationId: users.user.managedDevices.managedDevice.shutDown - syncDevice: - operationId: users.user.managedDevices.managedDevice.syncDevice - updateWindowsDeviceAccount: - operationId: users.user.managedDevices.managedDevice.updateWindowsDeviceAccount - windowsDefenderScan: - operationId: users.user.managedDevices.managedDevice.windowsDefenderScan - windowsDefenderUpdateSignatures: - operationId: users.user.managedDevices.managedDevice.windowsDefenderUpdateSignatures - wipe: - operationId: users.user.managedDevices.managedDevice.wipe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10070,8 +9960,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.managedDevice' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDevice' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10160,7 +10054,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10199,8 +10093,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10323,7 +10221,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCompliancePolicyStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -10361,7 +10259,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10433,7 +10331,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10480,8 +10378,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10612,7 +10514,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceConfigurationStateCollectionResponse' default: $ref: '#/components/responses/error' @@ -10650,7 +10552,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10722,7 +10624,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10769,8 +10671,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11194,7 +11100,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' diff --git a/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml b/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml index 6ee9d45c025..bafa906fc3e 100644 --- a/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml +++ b/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml @@ -45,19 +45,12 @@ paths: - messages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' - links: - healthOverviews: - operationId: admin.ServiceAnnouncement.ListHealthOverviews - issues: - operationId: admin.ServiceAnnouncement.ListIssues - messages: - operationId: admin.ServiceAnnouncement.ListMessages default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -74,8 +67,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -159,7 +156,7 @@ paths: - issues type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.serviceHealthCollectionResponse' default: $ref: '#/components/responses/error' @@ -180,7 +177,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealth' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -234,17 +231,12 @@ paths: - issues type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealth' - links: - issues: - operationId: admin.serviceAnnouncement.HealthOverviews.ListIssues - parameters: - serviceHealth-id: $request.path.serviceHealth-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -270,8 +262,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealth' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceHealth' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -402,7 +398,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.serviceHealthIssueCollectionResponse' default: $ref: '#/components/responses/error' @@ -432,7 +428,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -504,15 +500,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' - links: - incidentReport: - operationId: admin.serviceAnnouncement.healthOverviews.serviceHealth.issues.serviceHealthIssue.incidentReport default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -546,8 +539,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -609,7 +606,7 @@ paths: type: string x-ms-docs-key-type: serviceHealthIssue responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -721,7 +718,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.serviceHealthIssueCollectionResponse' default: $ref: '#/components/responses/error' @@ -742,7 +739,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -806,15 +803,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' - links: - incidentReport: - operationId: admin.serviceAnnouncement.issues.serviceHealthIssue.incidentReport default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -840,8 +834,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceHealthIssue' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -887,7 +885,7 @@ paths: type: string x-ms-docs-key-type: serviceHealthIssue responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1004,7 +1002,7 @@ paths: - attachments type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.serviceUpdateMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1025,7 +1023,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1092,17 +1090,12 @@ paths: - attachments type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' - links: - attachments: - operationId: admin.serviceAnnouncement.Messages.ListAttachments - parameters: - serviceUpdateMessage-id: $request.path.serviceUpdateMessage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1128,8 +1121,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceUpdateMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1236,7 +1233,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.serviceAnnouncementAttachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -1266,7 +1263,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1329,7 +1326,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1368,8 +1365,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1435,7 +1436,7 @@ paths: type: string x-ms-docs-key-type: serviceAnnouncementAttachment responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1502,7 +1503,7 @@ paths: type: string x-ms-docs-key-type: serviceUpdateMessage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1567,7 +1568,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1609,7 +1610,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1651,7 +1652,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1693,7 +1694,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1735,7 +1736,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1777,7 +1778,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/v1.0/DirectoryObjects.yml b/openApiDocs/v1.0/DirectoryObjects.yml index 97c6b662f47..25f32456b37 100644 --- a/openApiDocs/v1.0/DirectoryObjects.yml +++ b/openApiDocs/v1.0/DirectoryObjects.yml @@ -69,7 +69,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -90,7 +90,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -144,23 +144,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' - links: - checkMemberGroups: - operationId: directoryObjects.directoryObject.checkMemberGroups - checkMemberObjects: - operationId: directoryObjects.directoryObject.checkMemberObjects - getMemberGroups: - operationId: directoryObjects.directoryObject.getMemberGroups - getMemberObjects: - operationId: directoryObjects.directoryObject.getMemberObjects - restore: - operationId: directoryObjects.directoryObject.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -186,8 +175,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -255,7 +248,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -307,7 +300,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -363,7 +356,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -419,7 +412,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -461,7 +454,7 @@ paths: type: string x-ms-docs-key-type: directoryObject responses: - '200': + 2XX: description: Success content: application/json: @@ -495,7 +488,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -548,7 +541,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 79541e368ea..ffcd1e4968f 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -45,21 +45,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationRoot' - links: - classes: - operationId: education.ListClasses - me: - operationId: education.GetMe - schools: - operationId: education.ListSchools - users: - operationId: education.ListUsers default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76,8 +67,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -187,7 +182,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -212,7 +207,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationClass' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -289,45 +284,12 @@ paths: - teachers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' - links: - assignmentCategories: - operationId: education.Classes.ListAssignmentCategories - parameters: - educationClass-id: $request.path.educationClass-id - assignmentDefaults: - operationId: education.Classes.GetAssignmentDefaults - parameters: - educationClass-id: $request.path.educationClass-id - assignments: - operationId: education.Classes.ListAssignments - parameters: - educationClass-id: $request.path.educationClass-id - assignmentSettings: - operationId: education.Classes.GetAssignmentSettings - parameters: - educationClass-id: $request.path.educationClass-id - group: - operationId: education.Classes.GetGroup - parameters: - educationClass-id: $request.path.educationClass-id - members: - operationId: education.Classes.ListMembers - parameters: - educationClass-id: $request.path.educationClass-id - schools: - operationId: education.Classes.ListSchools - parameters: - educationClass-id: $request.path.educationClass-id - teachers: - operationId: education.Classes.ListTeachers - parameters: - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -353,8 +315,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationClass' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationClass' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -449,7 +415,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -483,7 +449,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -542,7 +508,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -581,8 +547,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -669,7 +639,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -743,7 +713,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -778,8 +748,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentDefaults' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignmentDefaults' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -945,7 +919,7 @@ paths: - submissions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -979,7 +953,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1067,39 +1041,12 @@ paths: - submissions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' - links: - categories: - operationId: education.classes.Assignments.ListCategories - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - resources: - operationId: education.classes.Assignments.ListResources - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - rubric: - operationId: education.classes.Assignments.GetRubric - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - submissions: - operationId: education.classes.Assignments.ListSubmissions - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - publish: - operationId: education.classes.educationClass.assignments.educationAssignment.publish - setUpFeedbackResourcesFolder: - operationId: education.classes.educationClass.assignments.educationAssignment.setUpFeedbackResourcesFolder - setUpResourcesFolder: - operationId: education.classes.educationClass.assignments.educationAssignment.setUpResourcesFolder default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1133,8 +1080,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1245,7 +1196,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -1283,7 +1234,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1390,7 +1341,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -1485,7 +1436,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1539,7 +1490,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -1576,7 +1527,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -1613,7 +1564,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -1698,7 +1649,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -1740,7 +1691,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1808,7 +1759,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1855,8 +1806,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1963,7 +1918,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2002,8 +1957,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRubric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2069,7 +2028,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Retrieved navigation property link content: application/json: @@ -2251,7 +2210,7 @@ paths: - submittedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2289,7 +2248,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2372,41 +2331,12 @@ paths: - submittedResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' - links: - outcomes: - operationId: education.classes.assignments.Submissions.ListOutcomes - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - resources: - operationId: education.classes.assignments.Submissions.ListResources - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - submittedResources: - operationId: education.classes.assignments.Submissions.ListSubmittedResources - parameters: - educationClass-id: $request.path.educationClass-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - reassign: - operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.reassign - return: - operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.return - setUpResourcesFolder: - operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.setUpResourcesFolder - submit: - operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.submit - unsubmit: - operationId: education.classes.educationClass.assignments.educationAssignment.submissions.educationSubmission.unsubmit default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2448,8 +2378,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2531,7 +2465,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -2576,7 +2510,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -2621,7 +2555,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -2666,7 +2600,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -2711,7 +2645,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -2804,7 +2738,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationOutcomeCollectionResponse' default: $ref: '#/components/responses/error' @@ -2854,7 +2788,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2929,7 +2863,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2984,8 +2918,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationOutcome' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3123,7 +3061,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -3173,7 +3111,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3248,7 +3186,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3303,8 +3241,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3442,7 +3384,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -3488,7 +3430,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3563,7 +3505,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3618,8 +3560,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3789,7 +3735,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3857,7 +3803,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3892,8 +3838,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignmentSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4057,121 +4007,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: education.classes.Group.ListAppRoleAssignments - parameters: - educationClass-id: $request.path.educationClass-id - createdOnBehalfOf: - operationId: education.classes.Group.GetCreatedOnBehalfGraphOPre - parameters: - educationClass-id: $request.path.educationClass-id - memberOf: - operationId: education.classes.Group.ListMemberGraphOPre - parameters: - educationClass-id: $request.path.educationClass-id - members: - operationId: education.classes.Group.ListMembers - parameters: - educationClass-id: $request.path.educationClass-id - membersWithLicenseErrors: - operationId: education.classes.Group.ListMembersGraphWPreLicenseErrors - parameters: - educationClass-id: $request.path.educationClass-id - owners: - operationId: education.classes.Group.ListOwners - parameters: - educationClass-id: $request.path.educationClass-id - permissionGrants: - operationId: education.classes.Group.ListPermissionGrants - parameters: - educationClass-id: $request.path.educationClass-id - settings: - operationId: education.classes.Group.ListSettings - parameters: - educationClass-id: $request.path.educationClass-id - transitiveMemberOf: - operationId: education.classes.Group.ListTransitiveMemberGraphOPre - parameters: - educationClass-id: $request.path.educationClass-id - transitiveMembers: - operationId: education.classes.Group.ListTransitiveMembers - parameters: - educationClass-id: $request.path.educationClass-id - acceptedSenders: - operationId: education.classes.Group.ListAcceptedSenders - parameters: - educationClass-id: $request.path.educationClass-id - calendar: - operationId: education.classes.Group.GetCalendar - parameters: - educationClass-id: $request.path.educationClass-id - calendarView: - operationId: education.classes.Group.ListCalendarView - parameters: - educationClass-id: $request.path.educationClass-id - conversations: - operationId: education.classes.Group.ListConversations - parameters: - educationClass-id: $request.path.educationClass-id - events: - operationId: education.classes.Group.ListEvents - parameters: - educationClass-id: $request.path.educationClass-id - rejectedSenders: - operationId: education.classes.Group.ListRejectedSenders - parameters: - educationClass-id: $request.path.educationClass-id - threads: - operationId: education.classes.Group.ListThreads - parameters: - educationClass-id: $request.path.educationClass-id - drive: - operationId: education.classes.Group.GetDrive - parameters: - educationClass-id: $request.path.educationClass-id - drives: - operationId: education.classes.Group.ListDrives - parameters: - educationClass-id: $request.path.educationClass-id - sites: - operationId: education.classes.Group.ListSites - parameters: - educationClass-id: $request.path.educationClass-id - extensions: - operationId: education.classes.Group.ListExtensions - parameters: - educationClass-id: $request.path.educationClass-id - groupLifecyclePolicies: - operationId: education.classes.Group.ListGroupLifecyclePolicies - parameters: - educationClass-id: $request.path.educationClass-id - planner: - operationId: education.classes.Group.GetPlanner - parameters: - educationClass-id: $request.path.educationClass-id - onenote: - operationId: education.classes.Group.GetOnenote - parameters: - educationClass-id: $request.path.educationClass-id - photo: - operationId: education.classes.Group.GetPhoto - parameters: - educationClass-id: $request.path.educationClass-id - photos: - operationId: education.classes.Group.ListPhotos - parameters: - educationClass-id: $request.path.educationClass-id - team: - operationId: education.classes.Group.GetTeam - parameters: - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4345,7 +4186,7 @@ paths: - user type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -4497,7 +4338,7 @@ paths: - userType desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -4640,7 +4481,7 @@ paths: - users type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' default: $ref: '#/components/responses/error' @@ -4718,28 +4559,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' - links: - administrativeUnit: - operationId: education.classes.Schools.GetAdministrativeUnit - parameters: - educationClass-id: $request.path.educationClass-id - educationSchool-id: $request.path.educationSchool-id - classes: - operationId: education.classes.Schools.ListClasses - parameters: - educationClass-id: $request.path.educationClass-id - educationSchool-id: $request.path.educationSchool-id - users: - operationId: education.classes.Schools.ListUsers - parameters: - educationClass-id: $request.path.educationClass-id - educationSchool-id: $request.path.educationSchool-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4913,7 +4738,7 @@ paths: - user type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -5065,7 +4890,7 @@ paths: - userType desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -5177,7 +5002,7 @@ paths: - term desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5279,25 +5104,12 @@ paths: - user type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' - links: - assignments: - operationId: education.Me.ListAssignments - rubrics: - operationId: education.Me.ListRubrics - classes: - operationId: education.Me.ListClasses - schools: - operationId: education.Me.ListSchools - taughtClasses: - operationId: education.Me.ListTaughtClasses - user: - operationId: education.Me.GetUser default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5314,8 +5126,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5465,7 +5281,7 @@ paths: - submissions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -5486,7 +5302,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5566,35 +5382,12 @@ paths: - submissions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' - links: - categories: - operationId: education.me.Assignments.ListCategories - parameters: - educationAssignment-id: $request.path.educationAssignment-id - resources: - operationId: education.me.Assignments.ListResources - parameters: - educationAssignment-id: $request.path.educationAssignment-id - rubric: - operationId: education.me.Assignments.GetRubric - parameters: - educationAssignment-id: $request.path.educationAssignment-id - submissions: - operationId: education.me.Assignments.ListSubmissions - parameters: - educationAssignment-id: $request.path.educationAssignment-id - publish: - operationId: education.me.assignments.educationAssignment.publish - setUpFeedbackResourcesFolder: - operationId: education.me.assignments.educationAssignment.setUpFeedbackResourcesFolder - setUpResourcesFolder: - operationId: education.me.assignments.educationAssignment.setUpResourcesFolder default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5620,8 +5413,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5716,7 +5513,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -5746,7 +5543,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5837,7 +5634,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -5916,7 +5713,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5962,7 +5759,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -5991,7 +5788,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -6020,7 +5817,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -6097,7 +5894,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -6131,7 +5928,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6191,7 +5988,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6230,8 +6027,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6322,7 +6123,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6353,8 +6154,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRubric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6404,7 +6209,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Retrieved navigation property link content: application/json: @@ -6562,7 +6367,7 @@ paths: - submittedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6592,7 +6397,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6667,38 +6472,12 @@ paths: - submittedResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' - links: - outcomes: - operationId: education.me.assignments.Submissions.ListOutcomes - parameters: - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - resources: - operationId: education.me.assignments.Submissions.ListResources - parameters: - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - submittedResources: - operationId: education.me.assignments.Submissions.ListSubmittedResources - parameters: - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - reassign: - operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.reassign - return: - operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.return - setUpResourcesFolder: - operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.setUpResourcesFolder - submit: - operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.submit - unsubmit: - operationId: education.me.assignments.educationAssignment.submissions.educationSubmission.unsubmit default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6732,8 +6511,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6799,7 +6582,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -6836,7 +6619,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -6873,7 +6656,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -6910,7 +6693,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -6947,7 +6730,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -7032,7 +6815,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationOutcomeCollectionResponse' default: $ref: '#/components/responses/error' @@ -7074,7 +6857,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7141,7 +6924,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7188,8 +6971,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationOutcome' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7311,7 +7098,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -7353,7 +7140,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7420,7 +7207,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7467,8 +7254,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7590,7 +7381,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -7628,7 +7419,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7695,7 +7486,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7742,8 +7533,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7897,7 +7692,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8029,7 +7824,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -8106,45 +7901,12 @@ paths: - teachers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' - links: - assignmentCategories: - operationId: education.me.Classes.ListAssignmentCategories - parameters: - educationClass-id: $request.path.educationClass-id - assignmentDefaults: - operationId: education.me.Classes.GetAssignmentDefaults - parameters: - educationClass-id: $request.path.educationClass-id - assignments: - operationId: education.me.Classes.ListAssignments - parameters: - educationClass-id: $request.path.educationClass-id - assignmentSettings: - operationId: education.me.Classes.GetAssignmentSettings - parameters: - educationClass-id: $request.path.educationClass-id - group: - operationId: education.me.Classes.GetGroup - parameters: - educationClass-id: $request.path.educationClass-id - members: - operationId: education.me.Classes.ListMembers - parameters: - educationClass-id: $request.path.educationClass-id - schools: - operationId: education.me.Classes.ListSchools - parameters: - educationClass-id: $request.path.educationClass-id - teachers: - operationId: education.me.Classes.ListTeachers - parameters: - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8229,7 +7991,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationRubricCollectionResponse' default: $ref: '#/components/responses/error' @@ -8254,7 +8016,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8313,7 +8075,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8344,8 +8106,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRubric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8480,7 +8246,7 @@ paths: - users type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' default: $ref: '#/components/responses/error' @@ -8550,25 +8316,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' - links: - administrativeUnit: - operationId: education.me.Schools.GetAdministrativeUnit - parameters: - educationSchool-id: $request.path.educationSchool-id - classes: - operationId: education.me.Schools.ListClasses - parameters: - educationSchool-id: $request.path.educationSchool-id - users: - operationId: education.me.Schools.ListUsers - parameters: - educationSchool-id: $request.path.educationSchool-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8678,7 +8431,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -8755,45 +8508,12 @@ paths: - teachers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' - links: - assignmentCategories: - operationId: education.me.TaughtClasses.ListAssignmentCategories - parameters: - educationClass-id: $request.path.educationClass-id - assignmentDefaults: - operationId: education.me.TaughtClasses.GetAssignmentDefaults - parameters: - educationClass-id: $request.path.educationClass-id - assignments: - operationId: education.me.TaughtClasses.ListAssignments - parameters: - educationClass-id: $request.path.educationClass-id - assignmentSettings: - operationId: education.me.TaughtClasses.GetAssignmentSettings - parameters: - educationClass-id: $request.path.educationClass-id - group: - operationId: education.me.TaughtClasses.GetGroup - parameters: - educationClass-id: $request.path.educationClass-id - members: - operationId: education.me.TaughtClasses.ListMembers - parameters: - educationClass-id: $request.path.educationClass-id - schools: - operationId: education.me.TaughtClasses.ListSchools - parameters: - educationClass-id: $request.path.educationClass-id - teachers: - operationId: education.me.TaughtClasses.ListTeachers - parameters: - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8998,105 +8718,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - appRoleAssignments: - operationId: education.me.User.ListAppRoleAssignments - createdObjects: - operationId: education.me.User.ListCreatedObjects - directReports: - operationId: education.me.User.ListDirectReports - licenseDetails: - operationId: education.me.User.ListLicenseDetails - manager: - operationId: education.me.User.GetManager - memberOf: - operationId: education.me.User.ListMemberGraphOPre - oauth2PermissionGrants: - operationId: education.me.User.ListOauth2PermissionGrants - ownedDevices: - operationId: education.me.User.ListOwnedDevices - ownedObjects: - operationId: education.me.User.ListOwnedObjects - registeredDevices: - operationId: education.me.User.ListRegisteredDevices - scopedRoleMemberOf: - operationId: education.me.User.ListScopedRoleMemberGraphOPre - transitiveMemberOf: - operationId: education.me.User.ListTransitiveMemberGraphOPre - calendar: - operationId: education.me.User.GetCalendar - calendarGroups: - operationId: education.me.User.ListCalendarGroups - calendars: - operationId: education.me.User.ListCalendars - calendarView: - operationId: education.me.User.ListCalendarView - contactFolders: - operationId: education.me.User.ListContactFolders - contacts: - operationId: education.me.User.ListContacts - events: - operationId: education.me.User.ListEvents - inferenceClassification: - operationId: education.me.User.GetInferenceClassification - mailFolders: - operationId: education.me.User.ListMailFolders - messages: - operationId: education.me.User.ListMessages - outlook: - operationId: education.me.User.GetOutlook - people: - operationId: education.me.User.ListPeople - drive: - operationId: education.me.User.GetDrive - drives: - operationId: education.me.User.ListDrives - followedSites: - operationId: education.me.User.ListFollowedSites - extensions: - operationId: education.me.User.ListExtensions - agreementAcceptances: - operationId: education.me.User.ListAgreementAcceptances - managedDevices: - operationId: education.me.User.ListManagedDevices - managedAppRegistrations: - operationId: education.me.User.ListManagedAppRegistrations - deviceManagementTroubleshootingEvents: - operationId: education.me.User.ListDeviceManagementTroubleshootingEvents - planner: - operationId: education.me.User.GetPlanner - insights: - operationId: education.me.User.GetInsights - settings: - operationId: education.me.User.GetSettings - onenote: - operationId: education.me.User.GetOnenote - photo: - operationId: education.me.User.GetPhoto - photos: - operationId: education.me.User.ListPhotos - activities: - operationId: education.me.User.ListActivities - onlineMeetings: - operationId: education.me.User.ListOnlineMeetings - presence: - operationId: education.me.User.GetPresence - authentication: - operationId: education.me.User.GetAuthentication - chats: - operationId: education.me.User.ListChats - joinedTeams: - operationId: education.me.User.ListJoinedTeams - teamwork: - operationId: education.me.User.GetTeamwork - todo: - operationId: education.me.User.GetTodo default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9205,7 +8832,7 @@ paths: - users type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' default: $ref: '#/components/responses/error' @@ -9230,7 +8857,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSchool' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9300,25 +8927,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' - links: - administrativeUnit: - operationId: education.Schools.GetAdministrativeUnit - parameters: - educationSchool-id: $request.path.educationSchool-id - classes: - operationId: education.Schools.ListClasses - parameters: - educationSchool-id: $request.path.educationSchool-id - users: - operationId: education.Schools.ListUsers - parameters: - educationSchool-id: $request.path.educationSchool-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9344,8 +8958,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSchool' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSchool' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9429,25 +9047,12 @@ paths: - extensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' - links: - members: - operationId: education.schools.AdministrativeUnit.ListMembers - parameters: - educationSchool-id: $request.path.educationSchool-id - scopedRoleMembers: - operationId: education.schools.AdministrativeUnit.ListScopedRoleMembers - parameters: - educationSchool-id: $request.path.educationSchool-id - extensions: - operationId: education.schools.AdministrativeUnit.ListExtensions - parameters: - educationSchool-id: $request.path.educationSchool-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9473,8 +9078,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.administrativeUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9592,7 +9201,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -9704,7 +9313,7 @@ paths: - term desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -9904,7 +9513,7 @@ paths: - user type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -10056,7 +9665,7 @@ paths: - userType desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -10172,7 +9781,7 @@ paths: - schoolNumber desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10360,7 +9969,7 @@ paths: - user type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -10385,7 +9994,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10478,37 +10087,12 @@ paths: - user type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationUser' - links: - assignments: - operationId: education.Users.ListAssignments - parameters: - educationUser-id: $request.path.educationUser-id - rubrics: - operationId: education.Users.ListRubrics - parameters: - educationUser-id: $request.path.educationUser-id - classes: - operationId: education.Users.ListClasses - parameters: - educationUser-id: $request.path.educationUser-id - schools: - operationId: education.Users.ListSchools - parameters: - educationUser-id: $request.path.educationUser-id - taughtClasses: - operationId: education.Users.ListTaughtClasses - parameters: - educationUser-id: $request.path.educationUser-id - user: - operationId: education.Users.GetUser - parameters: - educationUser-id: $request.path.educationUser-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10534,8 +10118,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10701,7 +10289,7 @@ paths: - submissions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -10731,7 +10319,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10819,39 +10407,12 @@ paths: - submissions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationAssignment' - links: - categories: - operationId: education.users.Assignments.ListCategories - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - resources: - operationId: education.users.Assignments.ListResources - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - rubric: - operationId: education.users.Assignments.GetRubric - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - submissions: - operationId: education.users.Assignments.ListSubmissions - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - publish: - operationId: education.users.educationUser.assignments.educationAssignment.publish - setUpFeedbackResourcesFolder: - operationId: education.users.educationUser.assignments.educationAssignment.setUpFeedbackResourcesFolder - setUpResourcesFolder: - operationId: education.users.educationUser.assignments.educationAssignment.setUpResourcesFolder default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10885,8 +10446,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10997,7 +10562,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -11035,7 +10600,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11142,7 +10707,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -11237,7 +10802,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11291,7 +10856,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -11328,7 +10893,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -11365,7 +10930,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Success content: application/json: @@ -11450,7 +11015,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationAssignmentResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -11492,7 +11057,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11560,7 +11125,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11607,8 +11172,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationAssignmentResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11715,7 +11284,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11754,8 +11323,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRubric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11821,7 +11394,7 @@ paths: type: string x-ms-docs-key-type: educationAssignment responses: - '200': + 2XX: description: Retrieved navigation property link content: application/json: @@ -12003,7 +11576,7 @@ paths: - submittedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -12041,7 +11614,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12124,41 +11697,12 @@ paths: - submittedResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSubmission' - links: - outcomes: - operationId: education.users.assignments.Submissions.ListOutcomes - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - resources: - operationId: education.users.assignments.Submissions.ListResources - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - submittedResources: - operationId: education.users.assignments.Submissions.ListSubmittedResources - parameters: - educationUser-id: $request.path.educationUser-id - educationAssignment-id: $request.path.educationAssignment-id - educationSubmission-id: $request.path.educationSubmission-id - reassign: - operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.reassign - return: - operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.return - setUpResourcesFolder: - operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.setUpResourcesFolder - submit: - operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.submit - unsubmit: - operationId: education.users.educationUser.assignments.educationAssignment.submissions.educationSubmission.unsubmit default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12200,8 +11744,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12283,7 +11831,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -12328,7 +11876,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -12373,7 +11921,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -12418,7 +11966,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -12463,7 +12011,7 @@ paths: type: string x-ms-docs-key-type: educationSubmission responses: - '200': + 2XX: description: Success content: application/json: @@ -12556,7 +12104,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationOutcomeCollectionResponse' default: $ref: '#/components/responses/error' @@ -12606,7 +12154,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12681,7 +12229,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12736,8 +12284,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationOutcome' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationOutcome' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12875,7 +12427,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -12925,7 +12477,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13000,7 +12552,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13055,8 +12607,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13194,7 +12750,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSubmissionResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -13240,7 +12796,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13315,7 +12871,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13370,8 +12926,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmissionResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13541,7 +13101,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -13681,7 +13241,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -13766,53 +13326,12 @@ paths: - teachers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' - links: - assignmentCategories: - operationId: education.users.Classes.ListAssignmentCategories - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignmentDefaults: - operationId: education.users.Classes.GetAssignmentDefaults - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignments: - operationId: education.users.Classes.ListAssignments - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignmentSettings: - operationId: education.users.Classes.GetAssignmentSettings - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - group: - operationId: education.users.Classes.GetGroup - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - members: - operationId: education.users.Classes.ListMembers - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - schools: - operationId: education.users.Classes.ListSchools - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - teachers: - operationId: education.users.Classes.ListTeachers - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13905,7 +13424,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationRubricCollectionResponse' default: $ref: '#/components/responses/error' @@ -13939,7 +13458,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14006,7 +13525,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14045,8 +13564,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.educationRubric' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationRubric' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14197,7 +13720,7 @@ paths: - users type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationSchoolCollectionResponse' default: $ref: '#/components/responses/error' @@ -14275,28 +13798,12 @@ paths: - users type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationSchool' - links: - administrativeUnit: - operationId: education.users.Schools.GetAdministrativeUnit - parameters: - educationUser-id: $request.path.educationUser-id - educationSchool-id: $request.path.educationSchool-id - classes: - operationId: education.users.Schools.ListClasses - parameters: - educationUser-id: $request.path.educationUser-id - educationSchool-id: $request.path.educationSchool-id - users: - operationId: education.users.Schools.ListUsers - parameters: - educationUser-id: $request.path.educationUser-id - educationSchool-id: $request.path.educationSchool-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14414,7 +13921,7 @@ paths: - teachers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.educationClassCollectionResponse' default: $ref: '#/components/responses/error' @@ -14499,53 +14006,12 @@ paths: - teachers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.educationClass' - links: - assignmentCategories: - operationId: education.users.TaughtClasses.ListAssignmentCategories - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignmentDefaults: - operationId: education.users.TaughtClasses.GetAssignmentDefaults - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignments: - operationId: education.users.TaughtClasses.ListAssignments - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - assignmentSettings: - operationId: education.users.TaughtClasses.GetAssignmentSettings - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - group: - operationId: education.users.TaughtClasses.GetGroup - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - members: - operationId: education.users.TaughtClasses.ListMembers - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - schools: - operationId: education.users.TaughtClasses.ListSchools - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id - teachers: - operationId: education.users.TaughtClasses.ListTeachers - parameters: - educationUser-id: $request.path.educationUser-id - educationClass-id: $request.path.educationClass-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14758,197 +14224,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - appRoleAssignments: - operationId: education.users.User.ListAppRoleAssignments - parameters: - educationUser-id: $request.path.educationUser-id - createdObjects: - operationId: education.users.User.ListCreatedObjects - parameters: - educationUser-id: $request.path.educationUser-id - directReports: - operationId: education.users.User.ListDirectReports - parameters: - educationUser-id: $request.path.educationUser-id - licenseDetails: - operationId: education.users.User.ListLicenseDetails - parameters: - educationUser-id: $request.path.educationUser-id - manager: - operationId: education.users.User.GetManager - parameters: - educationUser-id: $request.path.educationUser-id - memberOf: - operationId: education.users.User.ListMemberGraphOPre - parameters: - educationUser-id: $request.path.educationUser-id - oauth2PermissionGrants: - operationId: education.users.User.ListOauth2PermissionGrants - parameters: - educationUser-id: $request.path.educationUser-id - ownedDevices: - operationId: education.users.User.ListOwnedDevices - parameters: - educationUser-id: $request.path.educationUser-id - ownedObjects: - operationId: education.users.User.ListOwnedObjects - parameters: - educationUser-id: $request.path.educationUser-id - registeredDevices: - operationId: education.users.User.ListRegisteredDevices - parameters: - educationUser-id: $request.path.educationUser-id - scopedRoleMemberOf: - operationId: education.users.User.ListScopedRoleMemberGraphOPre - parameters: - educationUser-id: $request.path.educationUser-id - transitiveMemberOf: - operationId: education.users.User.ListTransitiveMemberGraphOPre - parameters: - educationUser-id: $request.path.educationUser-id - calendar: - operationId: education.users.User.GetCalendar - parameters: - educationUser-id: $request.path.educationUser-id - calendarGroups: - operationId: education.users.User.ListCalendarGroups - parameters: - educationUser-id: $request.path.educationUser-id - calendars: - operationId: education.users.User.ListCalendars - parameters: - educationUser-id: $request.path.educationUser-id - calendarView: - operationId: education.users.User.ListCalendarView - parameters: - educationUser-id: $request.path.educationUser-id - contactFolders: - operationId: education.users.User.ListContactFolders - parameters: - educationUser-id: $request.path.educationUser-id - contacts: - operationId: education.users.User.ListContacts - parameters: - educationUser-id: $request.path.educationUser-id - events: - operationId: education.users.User.ListEvents - parameters: - educationUser-id: $request.path.educationUser-id - inferenceClassification: - operationId: education.users.User.GetInferenceClassification - parameters: - educationUser-id: $request.path.educationUser-id - mailFolders: - operationId: education.users.User.ListMailFolders - parameters: - educationUser-id: $request.path.educationUser-id - messages: - operationId: education.users.User.ListMessages - parameters: - educationUser-id: $request.path.educationUser-id - outlook: - operationId: education.users.User.GetOutlook - parameters: - educationUser-id: $request.path.educationUser-id - people: - operationId: education.users.User.ListPeople - parameters: - educationUser-id: $request.path.educationUser-id - drive: - operationId: education.users.User.GetDrive - parameters: - educationUser-id: $request.path.educationUser-id - drives: - operationId: education.users.User.ListDrives - parameters: - educationUser-id: $request.path.educationUser-id - followedSites: - operationId: education.users.User.ListFollowedSites - parameters: - educationUser-id: $request.path.educationUser-id - extensions: - operationId: education.users.User.ListExtensions - parameters: - educationUser-id: $request.path.educationUser-id - agreementAcceptances: - operationId: education.users.User.ListAgreementAcceptances - parameters: - educationUser-id: $request.path.educationUser-id - managedDevices: - operationId: education.users.User.ListManagedDevices - parameters: - educationUser-id: $request.path.educationUser-id - managedAppRegistrations: - operationId: education.users.User.ListManagedAppRegistrations - parameters: - educationUser-id: $request.path.educationUser-id - deviceManagementTroubleshootingEvents: - operationId: education.users.User.ListDeviceManagementTroubleshootingEvents - parameters: - educationUser-id: $request.path.educationUser-id - planner: - operationId: education.users.User.GetPlanner - parameters: - educationUser-id: $request.path.educationUser-id - insights: - operationId: education.users.User.GetInsights - parameters: - educationUser-id: $request.path.educationUser-id - settings: - operationId: education.users.User.GetSettings - parameters: - educationUser-id: $request.path.educationUser-id - onenote: - operationId: education.users.User.GetOnenote - parameters: - educationUser-id: $request.path.educationUser-id - photo: - operationId: education.users.User.GetPhoto - parameters: - educationUser-id: $request.path.educationUser-id - photos: - operationId: education.users.User.ListPhotos - parameters: - educationUser-id: $request.path.educationUser-id - activities: - operationId: education.users.User.ListActivities - parameters: - educationUser-id: $request.path.educationUser-id - onlineMeetings: - operationId: education.users.User.ListOnlineMeetings - parameters: - educationUser-id: $request.path.educationUser-id - presence: - operationId: education.users.User.GetPresence - parameters: - educationUser-id: $request.path.educationUser-id - authentication: - operationId: education.users.User.GetAuthentication - parameters: - educationUser-id: $request.path.educationUser-id - chats: - operationId: education.users.User.ListChats - parameters: - educationUser-id: $request.path.educationUser-id - joinedTeams: - operationId: education.users.User.ListJoinedTeams - parameters: - educationUser-id: $request.path.educationUser-id - teamwork: - operationId: education.users.User.GetTeamwork - parameters: - educationUser-id: $request.path.educationUser-id - todo: - operationId: education.users.User.GetTodo - parameters: - educationUser-id: $request.path.educationUser-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15092,7 +14373,7 @@ paths: - userType desc type: string responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 8e8aae6f7df..8a22e537eb2 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -115,7 +115,7 @@ paths: - special type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' @@ -136,7 +136,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -219,51 +219,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: drives.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - bundles: - operationId: drives.ListBundles - parameters: - drive-id: $request.path.drive-id - following: - operationId: drives.ListFollowing - parameters: - drive-id: $request.path.drive-id - items: - operationId: drives.ListItems - parameters: - drive-id: $request.path.drive-id - list: - operationId: drives.GetList - parameters: - drive-id: $request.path.drive-id - root: - operationId: drives.GetRoot - parameters: - drive-id: $request.path.drive-id - special: - operationId: drives.ListSpecial - parameters: - drive-id: $request.path.drive-id - recent: - operationId: drives.drive.recent - search: - operationId: drives.drive.search - sharedWithMe: - operationId: drives.drive.sharedGraphWPreMe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -289,8 +250,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -501,7 +466,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -611,63 +576,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.Bundles.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.Bundles.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.Bundles.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.Bundles.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.Bundles.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.Bundles.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.Bundles.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.Bundles.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.Bundles.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.Bundles.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -699,7 +613,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -927,7 +841,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -1037,63 +951,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.Following.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.Following.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.Following.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.Following.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.Following.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.Following.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.Following.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.Following.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.Following.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.Following.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1125,7 +988,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1350,7 +1213,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -1380,7 +1243,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1491,91 +1354,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.Items.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.Items.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.Items.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.Items.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.Items.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.Items.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.Items.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.Items.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.Items.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.Items.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - checkin: - operationId: drives.drive.items.driveItem.checkin - checkout: - operationId: drives.drive.items.driveItem.checkout - copy: - operationId: drives.drive.items.driveItem.copy - createLink: - operationId: drives.drive.items.driveItem.createLink - createUploadSession: - operationId: drives.drive.items.driveItem.createUploadSession - delta: - operationId: drives.drive.items.driveItem.delta - follow: - operationId: drives.drive.items.driveItem.follow - getActivitiesByInterval: - operationId: drives.drive.items.driveItem.getActivitiesGraphBPreInterval - invite: - operationId: drives.drive.items.driveItem.invite - preview: - operationId: drives.drive.items.driveItem.preview - restore: - operationId: drives.drive.items.driveItem.restore - search: - operationId: drives.drive.items.driveItem.search - unfollow: - operationId: drives.drive.items.driveItem.unfollow - validatePermission: - operationId: drives.drive.items.driveItem.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1609,8 +1393,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1703,28 +1491,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: drives.items.Analytics.GetAllTime - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: drives.items.Analytics.ListItemActivityStats - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: drives.items.Analytics.GetLastSevenDays - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1917,7 +1689,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -2035,73 +1807,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.items.Children.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - lastModifiedByUser: - operationId: drives.items.Children.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - workbook: - operationId: drives.items.Children.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - analytics: - operationId: drives.items.Children.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - children: - operationId: drives.items.Children.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - listItem: - operationId: drives.items.Children.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - permissions: - operationId: drives.items.Children.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - subscriptions: - operationId: drives.items.Children.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - thumbnails: - operationId: drives.items.Children.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - versions: - operationId: drives.items.Children.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2141,7 +1852,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -2221,7 +1932,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -2342,50 +2053,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: drives.items.ListItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.items.ListItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.items.ListItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersions: - operationId: drives.items.ListItem.ListDocumentSetVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem: - operationId: drives.items.ListItem.GetDriveItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - fields: - operationId: drives.items.ListItem.GetFields - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.items.ListItem.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - getActivitiesByInterval: - operationId: drives.drive.items.driveItem.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2419,8 +2092,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2513,28 +2190,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: drives.items.listItem.Analytics.GetAllTime - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: drives.items.listItem.Analytics.ListItemActivityStats - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: drives.items.listItem.Analytics.GetLastSevenDays - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2634,7 +2295,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2676,7 +2337,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2752,21 +2413,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: drives.items.listItem.DocumentSetVersions.GetFields - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: drives.drive.items.driveItem.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2808,8 +2460,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2998,63 +2654,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.items.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.items.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.items.listItem.DriveItem.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.items.listItem.DriveItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.items.listItem.DriveItem.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.items.listItem.DriveItem.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.items.listItem.DriveItem.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.items.listItem.DriveItem.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.items.listItem.DriveItem.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.items.listItem.DriveItem.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3083,7 +2688,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -3179,7 +2784,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3222,8 +2827,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3343,7 +2952,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3472,7 +3081,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3576,7 +3185,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3614,7 +3223,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3685,21 +3294,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: drives.items.listItem.Versions.GetFields - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: drives.drive.items.driveItem.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3741,8 +3341,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3845,7 +3449,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3892,8 +3496,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4105,7 +3713,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4172,7 +3780,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4221,7 +3829,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4393,7 +4001,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4590,7 +4198,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4644,7 +4252,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Success content: application/json: @@ -4735,7 +4343,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4864,7 +4472,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4955,7 +4563,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5019,7 +4627,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5071,7 +4679,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5251,7 +4859,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5454,7 +5062,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5492,7 +5100,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5569,15 +5177,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: drives.drive.items.driveItem.permissions.permission.grant default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5619,8 +5224,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5721,7 +5330,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5853,7 +5462,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5891,7 +5500,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5971,15 +5580,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: drives.drive.items.driveItem.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6021,8 +5627,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6187,7 +5797,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -6225,7 +5835,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6295,7 +5905,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6342,8 +5952,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6474,7 +6088,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6512,7 +6126,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6583,15 +6197,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: drives.drive.items.driveItem.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6633,8 +6244,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6716,7 +6331,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -6882,45 +6497,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: drives.List.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.List.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - columns: - operationId: drives.List.ListColumns - parameters: - drive-id: $request.path.drive-id - contentTypes: - operationId: drives.List.ListContentTypes - parameters: - drive-id: $request.path.drive-id - drive: - operationId: drives.List.GetDrive - parameters: - drive-id: $request.path.drive-id - items: - operationId: drives.List.ListItems - parameters: - drive-id: $request.path.drive-id - operations: - operationId: drives.List.ListOperations - parameters: - drive-id: $request.path.drive-id - subscriptions: - operationId: drives.List.ListSubscriptions - parameters: - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6946,8 +6528,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7134,7 +6720,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7168,7 +6754,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7259,18 +6845,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: drives.list.Columns.GetSourceColumn - parameters: - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7304,8 +6884,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7425,18 +7009,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: drives.list.columns.SourceColumn.GetSourceColumn - parameters: - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7554,7 +7132,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -7584,7 +7162,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7666,48 +7244,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: drives.list.ContentTypes.GetBase - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: drives.list.ContentTypes.ListBaseTypes - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: drives.list.ContentTypes.ListColumnLinks - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: drives.list.ContentTypes.ListColumnPositions - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: drives.list.ContentTypes.ListColumns - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: drives.drive.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: drives.drive.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: drives.drive.list.contentTypes.contentType.isPublished - publish: - operationId: drives.drive.list.contentTypes.contentType.publish - unpublish: - operationId: drives.drive.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7741,8 +7283,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7853,38 +7399,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: drives.list.contentTypes.Base.GetBase - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: drives.list.contentTypes.Base.ListBaseTypes - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: drives.list.contentTypes.Base.ListColumnLinks - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: drives.list.contentTypes.Base.ListColumnPositions - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: drives.list.contentTypes.Base.ListColumns - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8007,7 +7527,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -8096,43 +7616,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: drives.list.contentTypes.BaseTypes.GetBase - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: drives.list.contentTypes.BaseTypes.ListBaseTypes - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: drives.list.contentTypes.BaseTypes.ListColumnLinks - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: drives.list.contentTypes.BaseTypes.ListColumnPositions - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: drives.list.contentTypes.BaseTypes.ListColumns - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8206,7 +7695,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -8244,7 +7733,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8311,7 +7800,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8358,8 +7847,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8567,7 +8060,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8665,19 +8158,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: drives.list.contentTypes.ColumnPositions.GetSourceColumn - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8846,7 +8332,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8888,7 +8374,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8987,19 +8473,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: drives.list.contentTypes.Columns.GetSourceColumn - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9041,8 +8520,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9178,19 +8661,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: drives.list.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9317,7 +8793,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -9430,7 +8906,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9471,7 +8947,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9573,7 +9049,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9667,45 +9143,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: drives.list.Drive.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.list.Drive.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - bundles: - operationId: drives.list.Drive.ListBundles - parameters: - drive-id: $request.path.drive-id - following: - operationId: drives.list.Drive.ListFollowing - parameters: - drive-id: $request.path.drive-id - items: - operationId: drives.list.Drive.ListItems - parameters: - drive-id: $request.path.drive-id - list: - operationId: drives.list.Drive.GetList - parameters: - drive-id: $request.path.drive-id - root: - operationId: drives.list.Drive.GetRoot - parameters: - drive-id: $request.path.drive-id - special: - operationId: drives.list.Drive.ListSpecial - parameters: - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9818,7 +9261,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -9852,7 +9295,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9935,50 +9378,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: drives.list.Items.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: drives.list.Items.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: drives.list.Items.GetAnalytics - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: drives.list.Items.ListDocumentSetVersions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: drives.list.Items.GetDriveItem - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - fields: - operationId: drives.list.Items.GetFields - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: drives.list.Items.ListVersions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - getActivitiesByInterval: - operationId: drives.drive.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10012,8 +9417,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10106,28 +9515,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: drives.list.items.Analytics.GetAllTime - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: drives.list.items.Analytics.ListItemActivityStats - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: drives.list.items.Analytics.GetLastSevenDays - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10227,7 +9620,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -10269,7 +9662,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10345,21 +9738,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: drives.list.items.DocumentSetVersions.GetFields - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: drives.drive.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10401,8 +9785,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10591,63 +9979,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.list.items.DriveItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: drives.list.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - workbook: - operationId: drives.list.items.DriveItem.GetWorkbook - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: drives.list.items.DriveItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - children: - operationId: drives.list.items.DriveItem.ListChildren - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItem: - operationId: drives.list.items.DriveItem.GetListItem - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - permissions: - operationId: drives.list.items.DriveItem.ListPermissions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: drives.list.items.DriveItem.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: drives.list.items.DriveItem.ListThumbnails - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: drives.list.items.DriveItem.ListVersions - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10676,7 +10013,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -10772,7 +10109,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10815,8 +10152,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10936,7 +10277,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11065,7 +10406,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11169,7 +10510,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -11207,7 +10548,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11278,21 +10619,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: drives.list.items.Versions.GetFields - parameters: - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: drives.drive.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11334,8 +10666,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11438,7 +10774,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11485,8 +10821,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11659,7 +10999,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -11689,7 +11029,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11756,7 +11096,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11795,8 +11135,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11935,7 +11279,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -11965,7 +11309,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12037,15 +11381,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: drives.drive.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12079,8 +11420,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12302,7 +11647,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' @@ -12473,7 +11818,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/searchResponse' default: $ref: '#/components/responses/error' @@ -12636,7 +11981,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' @@ -12741,81 +12086,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.Root.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.Root.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - workbook: - operationId: drives.Root.GetWorkbook - parameters: - drive-id: $request.path.drive-id - analytics: - operationId: drives.Root.GetAnalytics - parameters: - drive-id: $request.path.drive-id - children: - operationId: drives.Root.ListChildren - parameters: - drive-id: $request.path.drive-id - listItem: - operationId: drives.Root.GetListItem - parameters: - drive-id: $request.path.drive-id - permissions: - operationId: drives.Root.ListPermissions - parameters: - drive-id: $request.path.drive-id - subscriptions: - operationId: drives.Root.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - thumbnails: - operationId: drives.Root.ListThumbnails - parameters: - drive-id: $request.path.drive-id - versions: - operationId: drives.Root.ListVersions - parameters: - drive-id: $request.path.drive-id - checkin: - operationId: drives.drive.root.checkin - checkout: - operationId: drives.drive.root.checkout - copy: - operationId: drives.drive.root.copy - createLink: - operationId: drives.drive.root.createLink - createUploadSession: - operationId: drives.drive.root.createUploadSession - delta: - operationId: drives.drive.root.delta - follow: - operationId: drives.drive.root.follow - getActivitiesByInterval: - operationId: drives.drive.root.getActivitiesGraphBPreInterval - invite: - operationId: drives.drive.root.invite - preview: - operationId: drives.drive.root.preview - restore: - operationId: drives.drive.root.restore - search: - operationId: drives.drive.root.search - unfollow: - operationId: drives.drive.root.unfollow - validatePermission: - operationId: drives.drive.root.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12841,8 +12117,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12919,25 +12199,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: drives.root.Analytics.GetAllTime - parameters: - drive-id: $request.path.drive-id - itemActivityStats: - operationId: drives.root.Analytics.ListItemActivityStats - parameters: - drive-id: $request.path.drive-id - lastSevenDays: - operationId: drives.root.Analytics.GetLastSevenDays - parameters: - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13122,7 +12389,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -13232,63 +12499,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.root.Children.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.root.Children.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.root.Children.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.root.Children.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.root.Children.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.root.Children.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.root.Children.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.root.Children.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.root.Children.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.root.Children.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13320,7 +12536,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -13387,7 +12603,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -13492,43 +12708,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: drives.root.ListItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.root.ListItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - analytics: - operationId: drives.root.ListItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - documentSetVersions: - operationId: drives.root.ListItem.ListDocumentSetVersions - parameters: - drive-id: $request.path.drive-id - driveItem: - operationId: drives.root.ListItem.GetDriveItem - parameters: - drive-id: $request.path.drive-id - fields: - operationId: drives.root.ListItem.GetFields - parameters: - drive-id: $request.path.drive-id - versions: - operationId: drives.root.ListItem.ListVersions - parameters: - drive-id: $request.path.drive-id - getActivitiesByInterval: - operationId: drives.drive.root.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13554,8 +12739,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13632,25 +12821,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: drives.root.listItem.Analytics.GetAllTime - parameters: - drive-id: $request.path.drive-id - itemActivityStats: - operationId: drives.root.listItem.Analytics.ListItemActivityStats - parameters: - drive-id: $request.path.drive-id - lastSevenDays: - operationId: drives.root.listItem.Analytics.GetLastSevenDays - parameters: - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13742,7 +12918,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -13776,7 +12952,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13844,20 +13020,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: drives.root.listItem.DocumentSetVersions.GetFields - parameters: - drive-id: $request.path.drive-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: drives.drive.root.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13891,8 +13059,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14057,53 +13229,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.root.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: drives.root.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - workbook: - operationId: drives.root.listItem.DriveItem.GetWorkbook - parameters: - drive-id: $request.path.drive-id - analytics: - operationId: drives.root.listItem.DriveItem.GetAnalytics - parameters: - drive-id: $request.path.drive-id - children: - operationId: drives.root.listItem.DriveItem.ListChildren - parameters: - drive-id: $request.path.drive-id - listItem: - operationId: drives.root.listItem.DriveItem.GetListItem - parameters: - drive-id: $request.path.drive-id - permissions: - operationId: drives.root.listItem.DriveItem.ListPermissions - parameters: - drive-id: $request.path.drive-id - subscriptions: - operationId: drives.root.listItem.DriveItem.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - thumbnails: - operationId: drives.root.listItem.DriveItem.ListThumbnails - parameters: - drive-id: $request.path.drive-id - versions: - operationId: drives.root.listItem.DriveItem.ListVersions - parameters: - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14124,7 +13255,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -14204,7 +13335,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14239,8 +13370,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14344,7 +13479,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14465,7 +13600,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14561,7 +13696,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -14591,7 +13726,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14654,20 +13789,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: drives.root.listItem.Versions.GetFields - parameters: - drive-id: $request.path.drive-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: drives.drive.root.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14701,8 +13828,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14789,7 +13920,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14828,8 +13959,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15001,7 +14136,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15060,7 +14195,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15101,7 +14236,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15265,7 +14400,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15454,7 +14589,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15500,7 +14635,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Success content: application/json: @@ -15583,7 +14718,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15704,7 +14839,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15787,7 +14922,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15843,7 +14978,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15887,7 +15022,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16059,7 +15194,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -16238,7 +15373,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -16268,7 +15403,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16337,15 +15472,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: drives.drive.root.permissions.permission.grant default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16379,8 +15511,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16465,7 +15601,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16589,7 +15725,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -16619,7 +15755,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16691,15 +15827,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: drives.drive.root.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16733,8 +15866,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16875,7 +16012,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -16905,7 +16042,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16967,7 +16104,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17006,8 +16143,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17122,7 +16263,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -17152,7 +16293,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17215,15 +16356,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: drives.drive.root.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17257,8 +16395,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17324,7 +16466,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -17582,7 +16724,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -17692,63 +16834,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: drives.Special.GetCreatedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: drives.Special.GetLastModifiedGraphBPreUser - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: drives.Special.GetWorkbook - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: drives.Special.GetAnalytics - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: drives.Special.ListChildren - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: drives.Special.GetListItem - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: drives.Special.ListPermissions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: drives.Special.ListSubscriptions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: drives.Special.ListThumbnails - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: drives.Special.ListVersions - parameters: - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17777,7 +16868,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -17898,45 +16989,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.Drive.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - lastModifiedByUser: - operationId: groups.Drive.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - bundles: - operationId: groups.Drive.ListBundles - parameters: - group-id: $request.path.group-id - following: - operationId: groups.Drive.ListFollowing - parameters: - group-id: $request.path.group-id - items: - operationId: groups.Drive.ListItems - parameters: - group-id: $request.path.group-id - list: - operationId: groups.Drive.GetList - parameters: - group-id: $request.path.group-id - root: - operationId: groups.Drive.GetRoot - parameters: - group-id: $request.path.group-id - special: - operationId: groups.Drive.ListSpecial - parameters: - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18060,7 +17118,7 @@ paths: - special type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' @@ -18090,7 +17148,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18178,59 +17236,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.Drives.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.Drives.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - bundles: - operationId: groups.Drives.ListBundles - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - following: - operationId: groups.Drives.ListFollowing - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - items: - operationId: groups.Drives.ListItems - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - list: - operationId: groups.Drives.GetList - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - root: - operationId: groups.Drives.GetRoot - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - special: - operationId: groups.Drives.ListSpecial - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - recent: - operationId: groups.group.drives.drive.recent - search: - operationId: groups.group.drives.drive.search - sharedWithMe: - operationId: groups.group.drives.drive.sharedGraphWPreMe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18264,8 +17275,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18492,7 +17507,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -18610,73 +17625,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.Bundles.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.Bundles.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.Bundles.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.Bundles.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.Bundles.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.Bundles.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.Bundles.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.Bundles.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.Bundles.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.Bundles.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18716,7 +17670,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -18960,7 +17914,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -19078,73 +18032,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.Following.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.Following.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.Following.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.Following.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.Following.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.Following.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.Following.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.Following.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.Following.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.Following.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19184,7 +18077,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -19425,7 +18318,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -19463,7 +18356,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19582,101 +18475,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.Items.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.Items.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.Items.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.Items.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.Items.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.Items.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.Items.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.Items.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.Items.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.Items.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - checkin: - operationId: groups.group.drives.drive.items.driveItem.checkin - checkout: - operationId: groups.group.drives.drive.items.driveItem.checkout - copy: - operationId: groups.group.drives.drive.items.driveItem.copy - createLink: - operationId: groups.group.drives.drive.items.driveItem.createLink - createUploadSession: - operationId: groups.group.drives.drive.items.driveItem.createUploadSession - delta: - operationId: groups.group.drives.drive.items.driveItem.delta - follow: - operationId: groups.group.drives.drive.items.driveItem.follow - getActivitiesByInterval: - operationId: groups.group.drives.drive.items.driveItem.getActivitiesGraphBPreInterval - invite: - operationId: groups.group.drives.drive.items.driveItem.invite - preview: - operationId: groups.group.drives.drive.items.driveItem.preview - restore: - operationId: groups.group.drives.drive.items.driveItem.restore - search: - operationId: groups.group.drives.drive.items.driveItem.search - unfollow: - operationId: groups.group.drives.drive.items.driveItem.unfollow - validatePermission: - operationId: groups.group.drives.drive.items.driveItem.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19718,8 +18522,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19828,31 +18636,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.drives.items.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: groups.drives.items.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: groups.drives.items.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20053,7 +18842,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -20179,83 +18968,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.items.Children.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - lastModifiedByUser: - operationId: groups.drives.items.Children.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - workbook: - operationId: groups.drives.items.Children.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - analytics: - operationId: groups.drives.items.Children.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - children: - operationId: groups.drives.items.Children.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - listItem: - operationId: groups.drives.items.Children.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - permissions: - operationId: groups.drives.items.Children.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - subscriptions: - operationId: groups.drives.items.Children.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - thumbnails: - operationId: groups.drives.items.Children.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - versions: - operationId: groups.drives.items.Children.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20303,7 +19021,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -20399,7 +19117,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -20536,57 +19254,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.drives.items.ListItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.items.ListItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.items.ListItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersions: - operationId: groups.drives.items.ListItem.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem: - operationId: groups.drives.items.ListItem.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - fields: - operationId: groups.drives.items.ListItem.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.items.ListItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - getActivitiesByInterval: - operationId: groups.group.drives.drive.items.driveItem.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20628,8 +19301,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20738,31 +19415,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.drives.items.listItem.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: groups.drives.items.listItem.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: groups.drives.items.listItem.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20870,7 +19528,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -20920,7 +19578,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21004,22 +19662,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: groups.drives.items.listItem.DocumentSetVersions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: groups.group.drives.drive.items.driveItem.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21069,8 +19717,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21234,73 +19886,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.items.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.items.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.items.listItem.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.items.listItem.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.items.listItem.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.items.listItem.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.items.listItem.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.items.listItem.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.items.listItem.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.items.listItem.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21337,7 +19928,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -21449,7 +20040,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21500,8 +20091,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21636,7 +20231,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -21682,7 +20277,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21761,22 +20356,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: groups.drives.items.listItem.Versions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: groups.group.drives.drive.items.driveItem.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21826,8 +20411,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21946,7 +20535,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22001,8 +20590,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22167,7 +20760,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -22213,7 +20806,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22298,15 +20891,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: groups.group.drives.drive.items.driveItem.permissions.permission.grant default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22356,8 +20946,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22528,7 +21122,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -22574,7 +21168,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22662,15 +21256,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: groups.group.drives.drive.items.driveItem.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22720,8 +21311,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22865,7 +21460,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -22911,7 +21506,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22989,7 +21584,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23044,8 +21639,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23192,7 +21791,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -23238,7 +21837,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23317,15 +21916,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: groups.group.drives.drive.items.driveItem.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23375,8 +21971,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23474,7 +22074,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -23615,53 +22215,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: groups.drives.List.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.drives.List.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - columns: - operationId: groups.drives.List.ListColumns - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentTypes: - operationId: groups.drives.List.ListContentTypes - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - drive: - operationId: groups.drives.List.GetDrive - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - items: - operationId: groups.drives.List.ListItems - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - operations: - operationId: groups.drives.List.ListOperations - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - subscriptions: - operationId: groups.drives.List.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23695,8 +22254,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23899,7 +22462,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -23941,7 +22504,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24040,19 +22603,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.drives.list.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24094,8 +22650,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24231,19 +22791,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.drives.list.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24369,7 +22922,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -24407,7 +22960,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24497,53 +23050,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.drives.list.ContentTypes.GetBase - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.drives.list.ContentTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.drives.list.ContentTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.drives.list.ContentTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.drives.list.ContentTypes.ListColumns - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: groups.group.drives.drive.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: groups.group.drives.drive.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: groups.group.drives.drive.list.contentTypes.contentType.isPublished - publish: - operationId: groups.group.drives.drive.list.contentTypes.contentType.publish - unpublish: - operationId: groups.group.drives.drive.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24585,8 +23097,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24713,43 +23229,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.drives.list.contentTypes.Base.GetBase - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.drives.list.contentTypes.Base.ListBaseTypes - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.drives.list.contentTypes.Base.ListColumnLinks - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.drives.list.contentTypes.Base.ListColumnPositions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.drives.list.contentTypes.Base.ListColumns - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24880,7 +23365,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -24977,48 +23462,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.drives.list.contentTypes.BaseTypes.GetBase - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: groups.drives.list.contentTypes.BaseTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: groups.drives.list.contentTypes.BaseTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: groups.drives.list.contentTypes.BaseTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: groups.drives.list.contentTypes.BaseTypes.ListColumns - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25100,7 +23549,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -25146,7 +23595,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25221,7 +23670,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25276,8 +23725,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25501,7 +23954,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -25607,20 +24060,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.drives.list.contentTypes.ColumnPositions.GetSourceColumn - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25797,7 +24242,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -25847,7 +24292,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25954,20 +24399,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.drives.list.contentTypes.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26017,8 +24454,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26170,20 +24611,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.drives.list.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26266,53 +24699,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.drives.list.Drive.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.drives.list.Drive.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - bundles: - operationId: groups.drives.list.Drive.ListBundles - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - following: - operationId: groups.drives.list.Drive.ListFollowing - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - items: - operationId: groups.drives.list.Drive.ListItems - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - list: - operationId: groups.drives.list.Drive.GetList - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - root: - operationId: groups.drives.list.Drive.GetRoot - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - special: - operationId: groups.drives.list.Drive.ListSpecial - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26433,7 +24825,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -26475,7 +24867,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26566,57 +24958,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.drives.list.Items.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: groups.drives.list.Items.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: groups.drives.list.Items.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: groups.drives.list.Items.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: groups.drives.list.Items.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - fields: - operationId: groups.drives.list.Items.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: groups.drives.list.Items.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - getActivitiesByInterval: - operationId: groups.group.drives.drive.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26658,8 +25005,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26768,31 +25119,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.drives.list.items.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: groups.drives.list.items.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: groups.drives.list.items.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26900,7 +25232,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -26950,7 +25282,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27034,22 +25366,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: groups.drives.list.items.DocumentSetVersions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: groups.group.drives.drive.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27099,8 +25421,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27264,73 +25590,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.list.items.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: groups.drives.list.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - workbook: - operationId: groups.drives.list.items.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: groups.drives.list.items.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - children: - operationId: groups.drives.list.items.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItem: - operationId: groups.drives.list.items.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - permissions: - operationId: groups.drives.list.items.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: groups.drives.list.items.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: groups.drives.list.items.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: groups.drives.list.items.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27367,7 +25632,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -27479,7 +25744,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27530,8 +25795,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27666,7 +25935,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -27712,7 +25981,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27791,22 +26060,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: groups.drives.list.items.Versions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: groups.group.drives.drive.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27856,8 +26115,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27976,7 +26239,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28031,8 +26294,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28180,7 +26447,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -28218,7 +26485,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28293,7 +26560,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28340,8 +26607,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28496,7 +26767,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -28534,7 +26805,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28614,15 +26885,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: groups.group.drives.drive.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28664,8 +26932,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28816,91 +27088,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.Root.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.drives.Root.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - workbook: - operationId: groups.drives.Root.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - analytics: - operationId: groups.drives.Root.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - children: - operationId: groups.drives.Root.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem: - operationId: groups.drives.Root.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - permissions: - operationId: groups.drives.Root.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - subscriptions: - operationId: groups.drives.Root.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - thumbnails: - operationId: groups.drives.Root.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - versions: - operationId: groups.drives.Root.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - checkin: - operationId: groups.group.drives.drive.root.checkin - checkout: - operationId: groups.group.drives.drive.root.checkout - copy: - operationId: groups.group.drives.drive.root.copy - createLink: - operationId: groups.group.drives.drive.root.createLink - createUploadSession: - operationId: groups.group.drives.drive.root.createUploadSession - delta: - operationId: groups.group.drives.drive.root.delta - follow: - operationId: groups.group.drives.drive.root.follow - getActivitiesByInterval: - operationId: groups.group.drives.drive.root.getActivitiesGraphBPreInterval - invite: - operationId: groups.group.drives.drive.root.invite - preview: - operationId: groups.group.drives.drive.root.preview - restore: - operationId: groups.group.drives.drive.root.restore - search: - operationId: groups.group.drives.drive.root.search - unfollow: - operationId: groups.group.drives.drive.root.unfollow - validatePermission: - operationId: groups.group.drives.drive.root.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28934,8 +27127,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29028,28 +27225,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.drives.root.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityStats: - operationId: groups.drives.root.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastSevenDays: - operationId: groups.drives.root.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29242,7 +27423,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -29360,73 +27541,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.root.Children.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.root.Children.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.root.Children.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.root.Children.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.root.Children.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.root.Children.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.root.Children.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.root.Children.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.root.Children.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.root.Children.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29466,7 +27586,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -29549,7 +27669,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -29670,50 +27790,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.drives.root.ListItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.drives.root.ListItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - analytics: - operationId: groups.drives.root.ListItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - documentSetVersions: - operationId: groups.drives.root.ListItem.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem: - operationId: groups.drives.root.ListItem.GetDriveItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - fields: - operationId: groups.drives.root.ListItem.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - versions: - operationId: groups.drives.root.ListItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - getActivitiesByInterval: - operationId: groups.group.drives.drive.root.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29747,8 +27829,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29841,28 +27927,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.drives.root.listItem.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - itemActivityStats: - operationId: groups.drives.root.listItem.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastSevenDays: - operationId: groups.drives.root.listItem.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29962,7 +28032,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -30004,7 +28074,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30080,21 +28150,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: groups.drives.root.listItem.DocumentSetVersions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: groups.group.drives.drive.root.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30136,8 +28197,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30285,63 +28350,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.root.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.drives.root.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - workbook: - operationId: groups.drives.root.listItem.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - analytics: - operationId: groups.drives.root.listItem.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - children: - operationId: groups.drives.root.listItem.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItem: - operationId: groups.drives.root.listItem.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - permissions: - operationId: groups.drives.root.listItem.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - subscriptions: - operationId: groups.drives.root.listItem.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - thumbnails: - operationId: groups.drives.root.listItem.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - versions: - operationId: groups.drives.root.listItem.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30370,7 +28384,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -30466,7 +28480,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30509,8 +28523,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30629,7 +28647,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -30667,7 +28685,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30738,21 +28756,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: groups.drives.root.listItem.Versions.GetFields - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: groups.group.drives.drive.root.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30794,8 +28803,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30898,7 +28911,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30945,8 +28958,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31095,7 +29112,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -31133,7 +29150,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31210,15 +29227,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: groups.group.drives.drive.root.permissions.permission.grant default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31260,8 +29274,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31416,7 +29434,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -31454,7 +29472,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31534,15 +29552,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: groups.group.drives.drive.root.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31584,8 +29599,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31713,7 +29732,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -31751,7 +29770,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31821,7 +29840,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -31868,8 +29887,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32000,7 +30023,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -32038,7 +30061,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32109,15 +30132,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: groups.group.drives.drive.root.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32159,8 +30179,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32242,7 +30266,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -32483,7 +30507,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -32601,73 +30625,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.drives.Special.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: groups.drives.Special.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: groups.drives.Special.GetWorkbook - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: groups.drives.Special.GetAnalytics - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: groups.drives.Special.ListChildren - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: groups.drives.Special.GetListItem - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: groups.drives.Special.ListPermissions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: groups.drives.Special.ListSubscriptions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: groups.drives.Special.ListThumbnails - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: groups.drives.Special.ListVersions - parameters: - group-id: $request.path.group-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32704,7 +30667,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -32858,7 +30821,7 @@ paths: - site type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedDriveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -32879,7 +30842,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -32960,49 +30923,12 @@ paths: - site type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' - links: - createdByUser: - operationId: shares.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem: - operationId: shares.GetDriveItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - items: - operationId: shares.ListItems - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - list: - operationId: shares.GetList - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem: - operationId: shares.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - permission: - operationId: shares.GetPermission - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - root: - operationId: shares.GetRoot - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - site: - operationId: shares.GetSite - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33028,8 +30954,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedDriveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33156,53 +31086,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.DriveItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.DriveItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - workbook: - operationId: shares.DriveItem.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - analytics: - operationId: shares.DriveItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - children: - operationId: shares.DriveItem.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem: - operationId: shares.DriveItem.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - permissions: - operationId: shares.DriveItem.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - subscriptions: - operationId: shares.DriveItem.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - thumbnails: - operationId: shares.DriveItem.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - versions: - operationId: shares.DriveItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33226,7 +31115,7 @@ paths: type: string x-ms-docs-key-type: sharedDriveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -33443,7 +31332,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -33553,63 +31442,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.Items.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: shares.Items.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: shares.Items.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: shares.Items.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - children: - operationId: shares.Items.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: shares.Items.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: shares.Items.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: shares.Items.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: shares.Items.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: shares.Items.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33638,7 +31476,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -33755,45 +31593,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: shares.List.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.List.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - columns: - operationId: shares.List.ListColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentTypes: - operationId: shares.List.ListContentTypes - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - drive: - operationId: shares.List.GetDrive - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - items: - operationId: shares.List.ListItems - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - operations: - operationId: shares.List.ListOperations - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - subscriptions: - operationId: shares.List.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33819,8 +31624,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34007,7 +31816,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -34041,7 +31850,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34132,18 +31941,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: shares.list.Columns.GetSourceColumn - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34177,8 +31980,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34298,18 +32105,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: shares.list.columns.SourceColumn.GetSourceColumn - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34427,7 +32228,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -34457,7 +32258,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34539,48 +32340,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: shares.list.ContentTypes.GetBase - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: shares.list.ContentTypes.ListBaseTypes - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: shares.list.ContentTypes.ListColumnLinks - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: shares.list.ContentTypes.ListColumnPositions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columns: - operationId: shares.list.ContentTypes.ListColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: shares.sharedDriveItem.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: shares.sharedDriveItem.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: shares.sharedDriveItem.list.contentTypes.contentType.isPublished - publish: - operationId: shares.sharedDriveItem.list.contentTypes.contentType.publish - unpublish: - operationId: shares.sharedDriveItem.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34614,8 +32379,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34726,38 +32495,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: shares.list.contentTypes.Base.GetBase - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: shares.list.contentTypes.Base.ListBaseTypes - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: shares.list.contentTypes.Base.ListColumnLinks - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: shares.list.contentTypes.Base.ListColumnPositions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columns: - operationId: shares.list.contentTypes.Base.ListColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34880,7 +32623,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -34969,43 +32712,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: shares.list.contentTypes.BaseTypes.GetBase - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: shares.list.contentTypes.BaseTypes.ListBaseTypes - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: shares.list.contentTypes.BaseTypes.ListColumnLinks - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: shares.list.contentTypes.BaseTypes.ListColumnPositions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: shares.list.contentTypes.BaseTypes.ListColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35079,7 +32791,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -35117,7 +32829,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35184,7 +32896,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35231,8 +32943,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35440,7 +33156,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -35538,19 +33254,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: shares.list.contentTypes.ColumnPositions.GetSourceColumn - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35719,7 +33428,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -35761,7 +33470,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35860,19 +33569,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: shares.list.contentTypes.Columns.GetSourceColumn - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35914,8 +33616,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36051,19 +33757,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: shares.list.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36190,7 +33889,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -36303,7 +34002,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -36344,7 +34043,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -36446,7 +34145,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -36540,45 +34239,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: shares.list.Drive.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.list.Drive.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - bundles: - operationId: shares.list.Drive.ListBundles - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - following: - operationId: shares.list.Drive.ListFollowing - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - items: - operationId: shares.list.Drive.ListItems - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - list: - operationId: shares.list.Drive.GetList - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - root: - operationId: shares.list.Drive.GetRoot - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - special: - operationId: shares.list.Drive.ListSpecial - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36691,7 +34357,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -36725,7 +34391,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36808,50 +34474,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: shares.list.Items.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: shares.list.Items.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - analytics: - operationId: shares.list.Items.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: shares.list.Items.ListDocumentSetVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: shares.list.Items.GetDriveItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - fields: - operationId: shares.list.Items.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - versions: - operationId: shares.list.Items.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - getActivitiesByInterval: - operationId: shares.sharedDriveItem.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36885,8 +34513,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36979,28 +34611,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: shares.list.items.Analytics.GetAllTime - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: shares.list.items.Analytics.ListItemActivityStats - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: shares.list.items.Analytics.GetLastSevenDays - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37100,7 +34716,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -37142,7 +34758,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37218,21 +34834,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: shares.list.items.DocumentSetVersions.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: shares.sharedDriveItem.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37274,8 +34881,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37464,63 +35075,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.list.items.DriveItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: shares.list.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - workbook: - operationId: shares.list.items.DriveItem.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - analytics: - operationId: shares.list.items.DriveItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - children: - operationId: shares.list.items.DriveItem.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - listItem: - operationId: shares.list.items.DriveItem.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - permissions: - operationId: shares.list.items.DriveItem.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: shares.list.items.DriveItem.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: shares.list.items.DriveItem.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - versions: - operationId: shares.list.items.DriveItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37549,7 +35109,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -37645,7 +35205,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37688,8 +35248,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37809,7 +35373,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -37938,7 +35502,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -38042,7 +35606,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -38080,7 +35644,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38151,21 +35715,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: shares.list.items.Versions.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: shares.sharedDriveItem.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38207,8 +35762,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38311,7 +35870,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38358,8 +35917,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38532,7 +36095,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -38562,7 +36125,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38629,7 +36192,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38668,8 +36231,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38808,7 +36375,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -38838,7 +36405,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38910,15 +36477,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: shares.sharedDriveItem.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38952,8 +36516,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39086,43 +36654,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: shares.ListItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.ListItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - analytics: - operationId: shares.ListItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - documentSetVersions: - operationId: shares.ListItem.ListDocumentSetVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - driveItem: - operationId: shares.ListItem.GetDriveItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - fields: - operationId: shares.ListItem.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - versions: - operationId: shares.ListItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - getActivitiesByInterval: - operationId: shares.sharedDriveItem.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39148,8 +36685,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39226,25 +36767,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: shares.listItem.Analytics.GetAllTime - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - itemActivityStats: - operationId: shares.listItem.Analytics.ListItemActivityStats - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastSevenDays: - operationId: shares.listItem.Analytics.GetLastSevenDays - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39336,7 +36864,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -39370,7 +36898,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39438,20 +36966,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: shares.listItem.DocumentSetVersions.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: shares.sharedDriveItem.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39485,8 +37005,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39651,53 +37175,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - workbook: - operationId: shares.listItem.DriveItem.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - analytics: - operationId: shares.listItem.DriveItem.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - children: - operationId: shares.listItem.DriveItem.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem: - operationId: shares.listItem.DriveItem.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - permissions: - operationId: shares.listItem.DriveItem.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - subscriptions: - operationId: shares.listItem.DriveItem.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - thumbnails: - operationId: shares.listItem.DriveItem.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - versions: - operationId: shares.listItem.DriveItem.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39718,7 +37201,7 @@ paths: type: string x-ms-docs-key-type: sharedDriveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -39798,7 +37281,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39833,8 +37316,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39938,7 +37425,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -40059,7 +37546,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -40155,7 +37642,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -40185,7 +37672,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40248,20 +37735,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: shares.listItem.Versions.GetFields - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: shares.sharedDriveItem.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40295,8 +37774,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40383,7 +37866,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40422,8 +37905,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40546,15 +38033,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: shares.sharedDriveItem.permission.grant default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40580,8 +38064,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40650,7 +38138,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -40767,53 +38255,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: shares.Root.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.Root.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - workbook: - operationId: shares.Root.GetWorkbook - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - analytics: - operationId: shares.Root.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - children: - operationId: shares.Root.ListChildren - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - listItem: - operationId: shares.Root.GetListItem - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - permissions: - operationId: shares.Root.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - subscriptions: - operationId: shares.Root.ListSubscriptions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - thumbnails: - operationId: shares.Root.ListThumbnails - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - versions: - operationId: shares.Root.ListVersions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40834,7 +38281,7 @@ paths: type: string x-ms-docs-key-type: sharedDriveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -40960,77 +38407,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: shares.Site.GetCreatedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lastModifiedByUser: - operationId: shares.Site.GetLastModifiedGraphBPreUser - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - analytics: - operationId: shares.Site.GetAnalytics - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - columns: - operationId: shares.Site.ListColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - contentTypes: - operationId: shares.Site.ListContentTypes - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - drive: - operationId: shares.Site.GetDrive - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - drives: - operationId: shares.Site.ListDrives - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - externalColumns: - operationId: shares.Site.ListExternalColumns - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - items: - operationId: shares.Site.ListItems - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - lists: - operationId: shares.Site.ListLists - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - operations: - operationId: shares.Site.ListOperations - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - permissions: - operationId: shares.Site.ListPermissions - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - sites: - operationId: shares.Site.ListSites - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - termStore: - operationId: shares.Site.GetTermStore - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - termStores: - operationId: shares.Site.ListTermStores - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id - onenote: - operationId: shares.Site.GetOnenote - parameters: - sharedDriveItem-id: $request.path.sharedDriveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41108,45 +38490,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: users.Drive.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - lastModifiedByUser: - operationId: users.Drive.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - bundles: - operationId: users.Drive.ListBundles - parameters: - user-id: $request.path.user-id - following: - operationId: users.Drive.ListFollowing - parameters: - user-id: $request.path.user-id - items: - operationId: users.Drive.ListItems - parameters: - user-id: $request.path.user-id - list: - operationId: users.Drive.GetList - parameters: - user-id: $request.path.user-id - root: - operationId: users.Drive.GetRoot - parameters: - user-id: $request.path.user-id - special: - operationId: users.Drive.ListSpecial - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41270,7 +38619,7 @@ paths: - special type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' @@ -41300,7 +38649,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41388,59 +38737,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: users.Drives.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.Drives.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - bundles: - operationId: users.Drives.ListBundles - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - following: - operationId: users.Drives.ListFollowing - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - items: - operationId: users.Drives.ListItems - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - list: - operationId: users.Drives.GetList - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - root: - operationId: users.Drives.GetRoot - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - special: - operationId: users.Drives.ListSpecial - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - recent: - operationId: users.user.drives.drive.recent - search: - operationId: users.user.drives.drive.search - sharedWithMe: - operationId: users.user.drives.drive.sharedGraphWPreMe default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41474,8 +38776,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.drive' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.drive' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41702,7 +39008,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -41820,73 +39126,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.Bundles.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.Bundles.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.Bundles.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.Bundles.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.Bundles.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.Bundles.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.Bundles.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.Bundles.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.Bundles.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.Bundles.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41926,7 +39171,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -42170,7 +39415,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -42288,73 +39533,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.Following.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.Following.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.Following.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.Following.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.Following.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.Following.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.Following.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.Following.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.Following.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.Following.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42394,7 +39578,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -42635,7 +39819,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -42673,7 +39857,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42792,101 +39976,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.Items.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.Items.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.Items.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.Items.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.Items.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.Items.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.Items.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.Items.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.Items.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.Items.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - checkin: - operationId: users.user.drives.drive.items.driveItem.checkin - checkout: - operationId: users.user.drives.drive.items.driveItem.checkout - copy: - operationId: users.user.drives.drive.items.driveItem.copy - createLink: - operationId: users.user.drives.drive.items.driveItem.createLink - createUploadSession: - operationId: users.user.drives.drive.items.driveItem.createUploadSession - delta: - operationId: users.user.drives.drive.items.driveItem.delta - follow: - operationId: users.user.drives.drive.items.driveItem.follow - getActivitiesByInterval: - operationId: users.user.drives.drive.items.driveItem.getActivitiesGraphBPreInterval - invite: - operationId: users.user.drives.drive.items.driveItem.invite - preview: - operationId: users.user.drives.drive.items.driveItem.preview - restore: - operationId: users.user.drives.drive.items.driveItem.restore - search: - operationId: users.user.drives.drive.items.driveItem.search - unfollow: - operationId: users.user.drives.drive.items.driveItem.unfollow - validatePermission: - operationId: users.user.drives.drive.items.driveItem.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42928,8 +40023,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43038,31 +40137,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: users.drives.items.Analytics.GetAllTime - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: users.drives.items.Analytics.ListItemActivityStats - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: users.drives.items.Analytics.GetLastSevenDays - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43263,7 +40343,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -43389,83 +40469,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.items.Children.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - lastModifiedByUser: - operationId: users.drives.items.Children.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - workbook: - operationId: users.drives.items.Children.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - analytics: - operationId: users.drives.items.Children.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - children: - operationId: users.drives.items.Children.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - listItem: - operationId: users.drives.items.Children.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - permissions: - operationId: users.drives.items.Children.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - subscriptions: - operationId: users.drives.items.Children.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - thumbnails: - operationId: users.drives.items.Children.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 - versions: - operationId: users.drives.items.Children.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem-id1: $request.path.driveItem-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43513,7 +40522,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -43609,7 +40618,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -43746,57 +40755,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: users.drives.items.ListItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.items.ListItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.items.ListItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersions: - operationId: users.drives.items.ListItem.ListDocumentSetVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - driveItem: - operationId: users.drives.items.ListItem.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - fields: - operationId: users.drives.items.ListItem.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.items.ListItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - getActivitiesByInterval: - operationId: users.user.drives.drive.items.driveItem.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43838,8 +40802,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43948,31 +40916,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: users.drives.items.listItem.Analytics.GetAllTime - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - itemActivityStats: - operationId: users.drives.items.listItem.Analytics.ListItemActivityStats - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastSevenDays: - operationId: users.drives.items.listItem.Analytics.GetLastSevenDays - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44080,7 +41029,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -44130,7 +41079,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44214,22 +41163,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: users.drives.items.listItem.DocumentSetVersions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: users.user.drives.drive.items.driveItem.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44279,8 +41218,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44444,73 +41387,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.items.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.items.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.items.listItem.DriveItem.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.items.listItem.DriveItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.items.listItem.DriveItem.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.items.listItem.DriveItem.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.items.listItem.DriveItem.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.items.listItem.DriveItem.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.items.listItem.DriveItem.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.items.listItem.DriveItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44547,7 +41429,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -44659,7 +41541,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -44710,8 +41592,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44846,7 +41732,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -44892,7 +41778,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44971,22 +41857,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: users.drives.items.listItem.Versions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: users.user.drives.drive.items.driveItem.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45036,8 +41912,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45156,7 +42036,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -45211,8 +42091,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45377,7 +42261,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -45423,7 +42307,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45508,15 +42392,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: users.user.drives.drive.items.driveItem.permissions.permission.grant default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45566,8 +42447,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45738,7 +42623,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -45784,7 +42669,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45872,15 +42757,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: users.user.drives.drive.items.driveItem.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45930,8 +42812,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46075,7 +42961,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -46121,7 +43007,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46199,7 +43085,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -46254,8 +43140,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46402,7 +43292,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -46448,7 +43338,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46527,15 +43417,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: users.user.drives.drive.items.driveItem.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46585,8 +43472,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46684,7 +43575,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -46825,53 +43716,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: users.drives.List.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.drives.List.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - columns: - operationId: users.drives.List.ListColumns - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentTypes: - operationId: users.drives.List.ListContentTypes - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - drive: - operationId: users.drives.List.GetDrive - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - items: - operationId: users.drives.List.ListItems - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - operations: - operationId: users.drives.List.ListOperations - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - subscriptions: - operationId: users.drives.List.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46905,8 +43755,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47109,7 +43963,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -47151,7 +44005,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -47250,19 +44104,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: users.drives.list.Columns.GetSourceColumn - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47304,8 +44151,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47441,19 +44292,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: users.drives.list.columns.SourceColumn.GetSourceColumn - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47579,7 +44423,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -47617,7 +44461,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -47707,53 +44551,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: users.drives.list.ContentTypes.GetBase - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: users.drives.list.ContentTypes.ListBaseTypes - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: users.drives.list.ContentTypes.ListColumnLinks - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: users.drives.list.ContentTypes.ListColumnPositions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: users.drives.list.ContentTypes.ListColumns - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: users.user.drives.drive.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: users.user.drives.drive.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: users.user.drives.drive.list.contentTypes.contentType.isPublished - publish: - operationId: users.user.drives.drive.list.contentTypes.contentType.publish - unpublish: - operationId: users.user.drives.drive.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47795,8 +44598,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47923,43 +44730,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: users.drives.list.contentTypes.Base.GetBase - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: users.drives.list.contentTypes.Base.ListBaseTypes - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: users.drives.list.contentTypes.Base.ListColumnLinks - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: users.drives.list.contentTypes.Base.ListColumnPositions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columns: - operationId: users.drives.list.contentTypes.Base.ListColumns - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48090,7 +44866,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -48187,48 +44963,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: users.drives.list.contentTypes.BaseTypes.GetBase - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: users.drives.list.contentTypes.BaseTypes.ListBaseTypes - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: users.drives.list.contentTypes.BaseTypes.ListColumnLinks - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: users.drives.list.contentTypes.BaseTypes.ListColumnPositions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: users.drives.list.contentTypes.BaseTypes.ListColumns - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48310,7 +45050,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -48356,7 +45096,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -48431,7 +45171,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -48486,8 +45226,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48711,7 +45455,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -48817,20 +45561,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: users.drives.list.contentTypes.ColumnPositions.GetSourceColumn - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49007,7 +45743,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -49057,7 +45793,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49164,20 +45900,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: users.drives.list.contentTypes.Columns.GetSourceColumn - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49227,8 +45955,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49380,20 +46112,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: users.drives.list.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49476,53 +46200,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: users.drives.list.Drive.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.drives.list.Drive.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - bundles: - operationId: users.drives.list.Drive.ListBundles - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - following: - operationId: users.drives.list.Drive.ListFollowing - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - items: - operationId: users.drives.list.Drive.ListItems - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - list: - operationId: users.drives.list.Drive.GetList - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - root: - operationId: users.drives.list.Drive.GetRoot - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - special: - operationId: users.drives.list.Drive.ListSpecial - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49643,7 +46326,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -49685,7 +46368,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49776,57 +46459,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: users.drives.list.Items.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: users.drives.list.Items.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: users.drives.list.Items.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: users.drives.list.Items.ListDocumentSetVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: users.drives.list.Items.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - fields: - operationId: users.drives.list.Items.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: users.drives.list.Items.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - getActivitiesByInterval: - operationId: users.user.drives.drive.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49868,8 +46506,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49978,31 +46620,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: users.drives.list.items.Analytics.GetAllTime - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: users.drives.list.items.Analytics.ListItemActivityStats - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: users.drives.list.items.Analytics.GetLastSevenDays - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50110,7 +46733,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -50160,7 +46783,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -50244,22 +46867,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: users.drives.list.items.DocumentSetVersions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: users.user.drives.drive.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50309,8 +46922,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50474,73 +47091,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.list.items.DriveItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: users.drives.list.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - workbook: - operationId: users.drives.list.items.DriveItem.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - analytics: - operationId: users.drives.list.items.DriveItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - children: - operationId: users.drives.list.items.DriveItem.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItem: - operationId: users.drives.list.items.DriveItem.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - permissions: - operationId: users.drives.list.items.DriveItem.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: users.drives.list.items.DriveItem.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: users.drives.list.items.DriveItem.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - versions: - operationId: users.drives.list.items.DriveItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50577,7 +47133,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -50619,78 +47175,129 @@ paths: type: string x-ms-docs-key-type: listItem requestBody: - description: New media content. + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields': + get: + tags: + - users.drive + summary: Get fields from users + description: The values of the columns set on this list item. + operationId: users.drives.list.items_GetFields + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: drive-id + in: path + description: 'key: id of drive' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - name: listItem-id + in: path + description: 'key: id of listItem' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.drive + summary: Update listItem + description: 'Update the properties on a **[listItem][]**.' + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 + operationId: users.drives.list.items_UpdateFields + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: drive-id + in: path + description: 'key: id of drive' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - name: listItem-id + in: path + description: 'key: id of listItem' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: listItem + requestBody: + description: New navigation property values content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields': - get: - tags: - - users.drive - summary: Get fields from users - description: The values of the columns set on this list item. - operationId: users.drives.list.items_GetFields - parameters: - - name: user-id - in: path - description: 'key: id of user' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: drive-id - in: path - description: 'key: id of drive' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: drive - - name: listItem-id - in: path - description: 'key: id of listItem' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property + 2XX: + description: '' content: application/json: schema: @@ -50698,53 +47305,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: - tags: - - users.drive - summary: Update listItem - description: 'Update the properties on a **[listItem][]**.' - externalDocs: - description: Find more info here - url: https://docs.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0 - operationId: users.drives.list.items_UpdateFields - parameters: - - name: user-id - in: path - description: 'key: id of user' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: drive-id - in: path - description: 'key: id of drive' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: drive - - name: listItem-id - in: path - description: 'key: id of listItem' - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: listItem - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation delete: tags: - users.drive @@ -50876,7 +47436,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -50922,7 +47482,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -51001,22 +47561,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: users.drives.list.items.Versions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: users.user.drives.drive.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51066,8 +47616,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51186,7 +47740,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -51241,8 +47795,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51390,7 +47948,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -51428,7 +47986,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -51503,7 +48061,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -51550,8 +48108,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51706,7 +48268,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -51744,7 +48306,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -51824,15 +48386,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: users.user.drives.drive.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51874,8 +48433,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52026,91 +48589,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.Root.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.drives.Root.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - workbook: - operationId: users.drives.Root.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - analytics: - operationId: users.drives.Root.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - children: - operationId: users.drives.Root.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem: - operationId: users.drives.Root.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - permissions: - operationId: users.drives.Root.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - subscriptions: - operationId: users.drives.Root.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - thumbnails: - operationId: users.drives.Root.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - versions: - operationId: users.drives.Root.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - checkin: - operationId: users.user.drives.drive.root.checkin - checkout: - operationId: users.user.drives.drive.root.checkout - copy: - operationId: users.user.drives.drive.root.copy - createLink: - operationId: users.user.drives.drive.root.createLink - createUploadSession: - operationId: users.user.drives.drive.root.createUploadSession - delta: - operationId: users.user.drives.drive.root.delta - follow: - operationId: users.user.drives.drive.root.follow - getActivitiesByInterval: - operationId: users.user.drives.drive.root.getActivitiesGraphBPreInterval - invite: - operationId: users.user.drives.drive.root.invite - preview: - operationId: users.user.drives.drive.root.preview - restore: - operationId: users.user.drives.drive.root.restore - search: - operationId: users.user.drives.drive.root.search - unfollow: - operationId: users.user.drives.drive.root.unfollow - validatePermission: - operationId: users.user.drives.drive.root.validatePermission default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52144,8 +48628,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52238,28 +48726,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: users.drives.root.Analytics.GetAllTime - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityStats: - operationId: users.drives.root.Analytics.ListItemActivityStats - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastSevenDays: - operationId: users.drives.root.Analytics.GetLastSevenDays - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52452,7 +48924,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -52570,73 +49042,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.root.Children.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.root.Children.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.root.Children.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.root.Children.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.root.Children.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.root.Children.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.root.Children.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.root.Children.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.root.Children.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.root.Children.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52676,7 +49087,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -52759,7 +49170,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -52880,50 +49291,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: users.drives.root.ListItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.drives.root.ListItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - analytics: - operationId: users.drives.root.ListItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - documentSetVersions: - operationId: users.drives.root.ListItem.ListDocumentSetVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem: - operationId: users.drives.root.ListItem.GetDriveItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - fields: - operationId: users.drives.root.ListItem.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - versions: - operationId: users.drives.root.ListItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - getActivitiesByInterval: - operationId: users.user.drives.drive.root.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52957,8 +49330,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53051,28 +49428,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: users.drives.root.listItem.Analytics.GetAllTime - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - itemActivityStats: - operationId: users.drives.root.listItem.Analytics.ListItemActivityStats - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastSevenDays: - operationId: users.drives.root.listItem.Analytics.GetLastSevenDays - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53172,7 +49533,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -53214,7 +49575,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -53290,21 +49651,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: users.drives.root.listItem.DocumentSetVersions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: users.user.drives.drive.root.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53346,8 +49698,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53495,63 +49851,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.root.listItem.DriveItem.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: users.drives.root.listItem.DriveItem.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - workbook: - operationId: users.drives.root.listItem.DriveItem.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - analytics: - operationId: users.drives.root.listItem.DriveItem.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - children: - operationId: users.drives.root.listItem.DriveItem.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItem: - operationId: users.drives.root.listItem.DriveItem.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - permissions: - operationId: users.drives.root.listItem.DriveItem.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - subscriptions: - operationId: users.drives.root.listItem.DriveItem.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - thumbnails: - operationId: users.drives.root.listItem.DriveItem.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - versions: - operationId: users.drives.root.listItem.DriveItem.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53580,7 +49885,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -53676,7 +49981,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -53719,8 +50024,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53839,7 +50148,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -53877,7 +50186,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -53948,21 +50257,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: users.drives.root.listItem.Versions.GetFields - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: users.user.drives.drive.root.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54004,8 +50304,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54108,7 +50412,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -54155,8 +50459,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54305,7 +50613,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -54343,7 +50651,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -54420,15 +50728,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: users.user.drives.drive.root.permissions.permission.grant default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54470,8 +50775,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54626,7 +50935,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -54664,7 +50973,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -54744,15 +51053,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: users.user.drives.drive.root.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54794,8 +51100,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54923,7 +51233,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.thumbnailSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -54961,7 +51271,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55031,7 +51341,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -55078,8 +51388,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.thumbnailSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.thumbnailSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55210,7 +51524,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -55248,7 +51562,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55319,15 +51633,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' - links: - restoreVersion: - operationId: users.user.drives.drive.root.versions.driveItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55369,8 +51680,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55452,7 +51767,7 @@ paths: type: string x-ms-docs-key-type: driveItemVersion responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -55693,7 +52008,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -55811,73 +52126,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.drives.Special.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - lastModifiedByUser: - operationId: users.drives.Special.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - workbook: - operationId: users.drives.Special.GetWorkbook - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - analytics: - operationId: users.drives.Special.GetAnalytics - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - children: - operationId: users.drives.Special.ListChildren - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - listItem: - operationId: users.drives.Special.GetListItem - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - permissions: - operationId: users.drives.Special.ListPermissions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - subscriptions: - operationId: users.drives.Special.ListSubscriptions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - thumbnails: - operationId: users.drives.Special.ListThumbnails - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id - versions: - operationId: users.drives.Special.ListVersions - parameters: - user-id: $request.path.user-id - drive-id: $request.path.drive-id - driveItem-id: $request.path.driveItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55914,7 +52168,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index bc7bea33184..e6d8404c4ca 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -69,7 +69,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupLifecyclePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -94,7 +94,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -150,17 +150,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' - links: - addGroup: - operationId: groupLifecyclePolicies.groupLifecyclePolicy.addGroup - removeGroup: - operationId: groupLifecyclePolicies.groupLifecyclePolicy.removeGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -190,8 +185,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -253,7 +252,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -296,7 +295,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -546,7 +545,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -571,7 +570,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.group' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -717,149 +716,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: groups.ListAppRoleAssignments - parameters: - group-id: $request.path.group-id - createdOnBehalfOf: - operationId: groups.GetCreatedOnBehalfGraphOPre - parameters: - group-id: $request.path.group-id - memberOf: - operationId: groups.ListMemberGraphOPre - parameters: - group-id: $request.path.group-id - members: - operationId: groups.ListMembers - parameters: - group-id: $request.path.group-id - membersWithLicenseErrors: - operationId: groups.ListMembersGraphWPreLicenseErrors - parameters: - group-id: $request.path.group-id - owners: - operationId: groups.ListOwners - parameters: - group-id: $request.path.group-id - permissionGrants: - operationId: groups.ListPermissionGrants - parameters: - group-id: $request.path.group-id - settings: - operationId: groups.ListSettings - parameters: - group-id: $request.path.group-id - transitiveMemberOf: - operationId: groups.ListTransitiveMemberGraphOPre - parameters: - group-id: $request.path.group-id - transitiveMembers: - operationId: groups.ListTransitiveMembers - parameters: - group-id: $request.path.group-id - acceptedSenders: - operationId: groups.ListAcceptedSenders - parameters: - group-id: $request.path.group-id - calendar: - operationId: groups.GetCalendar - parameters: - group-id: $request.path.group-id - calendarView: - operationId: groups.ListCalendarView - parameters: - group-id: $request.path.group-id - conversations: - operationId: groups.ListConversations - parameters: - group-id: $request.path.group-id - events: - operationId: groups.ListEvents - parameters: - group-id: $request.path.group-id - rejectedSenders: - operationId: groups.ListRejectedSenders - parameters: - group-id: $request.path.group-id - threads: - operationId: groups.ListThreads - parameters: - group-id: $request.path.group-id - drive: - operationId: groups.GetDrive - parameters: - group-id: $request.path.group-id - drives: - operationId: groups.ListDrives - parameters: - group-id: $request.path.group-id - sites: - operationId: groups.ListSites - parameters: - group-id: $request.path.group-id - extensions: - operationId: groups.ListExtensions - parameters: - group-id: $request.path.group-id - groupLifecyclePolicies: - operationId: groups.ListGroupLifecyclePolicies - parameters: - group-id: $request.path.group-id - planner: - operationId: groups.GetPlanner - parameters: - group-id: $request.path.group-id - onenote: - operationId: groups.GetOnenote - parameters: - group-id: $request.path.group-id - photo: - operationId: groups.GetPhoto - parameters: - group-id: $request.path.group-id - photos: - operationId: groups.ListPhotos - parameters: - group-id: $request.path.group-id - team: - operationId: groups.GetTeam - parameters: - group-id: $request.path.group-id - addFavorite: - operationId: groups.group.addFavorite - assignLicense: - operationId: groups.group.assignLicense - checkGrantedPermissionsForApp: - operationId: groups.group.checkGrantedPermissionsGraphFPreApp - checkMemberGroups: - operationId: groups.group.checkMemberGroups - checkMemberObjects: - operationId: groups.group.checkMemberObjects - getMemberGroups: - operationId: groups.group.getMemberGroups - getMemberObjects: - operationId: groups.group.getMemberObjects - removeFavorite: - operationId: groups.group.removeFavorite - renew: - operationId: groups.group.renew - resetUnseenCount: - operationId: groups.group.resetUnseenCount - restore: - operationId: groups.group.restore - subscribeByMail: - operationId: groups.group.subscribeGraphBPreMail - unsubscribeByMail: - operationId: groups.group.unsubscribeGraphBPreMail - validateProperties: - operationId: groups.group.validateProperties default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -889,8 +751,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -976,7 +842,7 @@ paths: - deletedDateTime type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -1065,7 +931,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -1135,7 +1001,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1192,7 +1058,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1769,7 +1635,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2299,7 +2165,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2365,7 +2231,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2422,7 +2288,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2999,7 +2865,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3529,7 +3395,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3583,7 +3449,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -3650,7 +3516,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3712,7 +3578,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3769,7 +3635,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4346,7 +4212,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4876,7 +4742,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4968,7 +4834,7 @@ paths: - threads type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationCollectionResponse' default: $ref: '#/components/responses/error' @@ -5002,7 +4868,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5054,18 +4920,12 @@ paths: - threads type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversation' - links: - threads: - operationId: groups.Conversations.ListThreads - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5198,7 +5058,7 @@ paths: - posts type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationThreadCollectionResponse' default: $ref: '#/components/responses/error' @@ -5240,7 +5100,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5316,21 +5176,12 @@ paths: - posts type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' - links: - posts: - operationId: groups.conversations.Threads.ListPosts - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - reply: - operationId: groups.group.conversations.conversation.threads.conversationThread.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5372,8 +5223,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationThread' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5595,7 +5450,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.postCollectionResponse' default: $ref: '#/components/responses/error' @@ -5689,52 +5544,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' - links: - attachments: - operationId: groups.conversations.threads.Posts.ListAttachments - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - extensions: - operationId: groups.conversations.threads.Posts.ListExtensions - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - inReplyTo: - operationId: groups.conversations.threads.Posts.GetInReplyTo - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - multiValueExtendedProperties: - operationId: groups.conversations.threads.Posts.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - singleValueExtendedProperties: - operationId: groups.conversations.threads.Posts.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - forward: - operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.forward - reply: - operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5838,7 +5653,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -5892,7 +5707,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5979,7 +5794,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6102,7 +5917,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6193,7 +6008,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6247,7 +6062,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6329,7 +6144,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6392,8 +6207,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6542,52 +6361,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' - links: - attachments: - operationId: groups.conversations.threads.posts.InReplyTo.ListAttachments - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - extensions: - operationId: groups.conversations.threads.posts.InReplyTo.ListExtensions - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - inReplyTo: - operationId: groups.conversations.threads.posts.InReplyTo.GetInReplyTo - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - multiValueExtendedProperties: - operationId: groups.conversations.threads.posts.InReplyTo.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - singleValueExtendedProperties: - operationId: groups.conversations.threads.posts.InReplyTo.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversation-id: $request.path.conversation-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - forward: - operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.inReplyTo.forward - reply: - operationId: groups.group.conversations.conversation.threads.conversationThread.posts.post.inReplyTo.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6691,7 +6470,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -6745,7 +6524,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6832,7 +6611,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6955,7 +6734,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7046,7 +6825,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7100,7 +6879,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7182,7 +6961,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7245,8 +7024,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7521,7 +7304,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7575,7 +7358,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7658,7 +7441,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7721,8 +7504,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7870,7 +7657,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7924,7 +7711,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8007,7 +7794,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8070,8 +7857,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8346,7 +8137,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8400,7 +8191,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8483,7 +8274,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8546,8 +8337,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8695,7 +8490,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8749,7 +8544,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8832,7 +8627,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8895,8 +8690,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9000,7 +8799,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9148,7 +8947,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9285,7 +9084,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9506,7 +9305,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9581,7 +9380,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9638,7 +9437,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9818,7 +9617,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10023,7 +9822,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10085,7 +9884,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Success content: application/json: @@ -10184,7 +9983,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10321,7 +10120,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10420,7 +10219,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10492,7 +10291,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10552,7 +10351,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10740,7 +10539,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10919,7 +10718,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11183,7 +10982,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -11320,7 +11119,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11369,7 +11168,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11479,7 +11278,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11641,7 +11440,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -11778,7 +11577,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -12050,7 +11849,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' @@ -12229,7 +12028,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/searchResponse' default: $ref: '#/components/responses/error' @@ -12400,7 +12199,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' @@ -12531,7 +12330,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -12660,7 +12459,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -12849,7 +12648,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12916,7 +12715,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12965,7 +12764,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13137,7 +12936,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -13334,7 +13133,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -13388,7 +13187,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Success content: application/json: @@ -13479,7 +13278,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -13608,7 +13407,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -13699,7 +13498,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13763,7 +13562,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13815,7 +13614,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13995,7 +13794,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -14150,7 +13949,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14291,7 +14090,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14348,7 +14147,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14925,7 +14724,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15455,7 +15254,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -15540,7 +15339,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15570,7 +15369,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15628,7 +15427,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15667,8 +15466,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15777,7 +15580,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupLifecyclePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -15807,7 +15610,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15868,17 +15671,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' - links: - addGroup: - operationId: groups.group.groupLifecyclePolicies.groupLifecyclePolicy.addGroup - removeGroup: - operationId: groups.group.groupLifecyclePolicies.groupLifecyclePolicy.removeGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15912,8 +15710,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupLifecyclePolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15987,7 +15789,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16038,7 +15840,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16128,7 +15930,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -16196,7 +15998,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16280,7 +16082,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -16380,7 +16182,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -16482,7 +16284,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -16550,7 +16352,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16624,7 +16426,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16649,7 +16451,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Success content: application/json: @@ -16706,7 +16508,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16758,7 +16560,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16814,7 +16616,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16870,7 +16672,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16987,7 +16789,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Success content: application/json: @@ -17145,7 +16947,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17223,7 +17025,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17301,7 +17103,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17384,7 +17186,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17508,7 +17310,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -17578,7 +17380,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17648,7 +17450,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17723,7 +17525,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17831,7 +17633,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -17873,7 +17675,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -17911,7 +17713,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -17983,7 +17785,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18059,7 +17861,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -18129,7 +17931,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18199,7 +18001,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18274,7 +18076,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18382,7 +18184,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -18444,7 +18246,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18506,7 +18308,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18573,7 +18375,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18665,7 +18467,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -18749,7 +18551,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -18849,7 +18651,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -18959,7 +18761,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.resourceSpecificPermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -18989,7 +18791,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19053,23 +18855,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' - links: - checkMemberGroups: - operationId: groups.group.permissionGrants.resourceSpecificPermissionGrant.checkMemberGroups - checkMemberObjects: - operationId: groups.group.permissionGrants.resourceSpecificPermissionGrant.checkMemberObjects - getMemberGroups: - operationId: groups.group.permissionGrants.resourceSpecificPermissionGrant.getMemberGroups - getMemberObjects: - operationId: groups.group.permissionGrants.resourceSpecificPermissionGrant.getMemberObjects - restore: - operationId: groups.group.permissionGrants.resourceSpecificPermissionGrant.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19103,8 +18894,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19184,7 +18979,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19244,7 +19039,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19308,7 +19103,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19372,7 +19167,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19422,7 +19217,7 @@ paths: type: string x-ms-docs-key-type: resourceSpecificPermissionGrant responses: - '200': + 2XX: description: Success content: application/json: @@ -19465,7 +19260,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19527,7 +19322,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -19630,7 +19425,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19661,8 +19456,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19682,7 +19481,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -19775,7 +19574,7 @@ paths: - width type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.profilePhotoCollectionResponse' default: $ref: '#/components/responses/error' @@ -19822,7 +19621,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19858,7 +19657,7 @@ paths: type: string x-ms-docs-key-type: profilePhoto responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -19956,7 +19755,7 @@ paths: - deletedDateTime type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -20045,7 +19844,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -20146,7 +19945,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupSettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -20180,7 +19979,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupSetting' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20241,7 +20040,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20280,8 +20079,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupSetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupSetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20466,7 +20269,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -20603,7 +20406,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20652,7 +20455,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20762,7 +20565,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -20956,7 +20759,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -21117,7 +20920,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21174,7 +20977,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -21292,7 +21095,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -21470,7 +21273,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -21615,7 +21418,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -21822,7 +21625,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -21951,7 +21754,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -22082,7 +21885,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -22137,7 +21940,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22207,7 +22010,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22293,7 +22096,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22379,7 +22182,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22470,7 +22273,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22610,7 +22413,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -22688,7 +22491,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22766,7 +22569,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22849,7 +22652,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22973,7 +22776,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -23023,7 +22826,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23069,7 +22872,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -23149,7 +22952,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23241,7 +23044,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -23319,7 +23122,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23397,7 +23200,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23480,7 +23283,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23604,7 +23407,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -23674,7 +23477,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23744,7 +23547,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23819,7 +23622,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23927,7 +23730,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -23991,7 +23794,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -24048,7 +23851,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -24105,7 +23908,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -24170,7 +23973,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -24319,7 +24122,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -24464,7 +24267,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -24571,7 +24374,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -24614,7 +24417,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Success content: application/json: @@ -24767,7 +24570,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -24857,7 +24660,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -25105,7 +24908,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -25246,7 +25049,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -25383,7 +25186,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -25474,7 +25277,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -25509,7 +25312,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Success content: application/json: @@ -25666,7 +25469,7 @@ paths: - posts type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationThreadCollectionResponse' default: $ref: '#/components/responses/error' @@ -25700,7 +25503,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25755,20 +25558,12 @@ paths: - posts type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conversationThread' - links: - posts: - operationId: groups.Threads.ListPosts - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - reply: - operationId: groups.group.threads.conversationThread.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25802,8 +25597,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationThread' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationThread' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26001,7 +25800,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.postCollectionResponse' default: $ref: '#/components/responses/error' @@ -26087,47 +25886,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' - links: - attachments: - operationId: groups.threads.Posts.ListAttachments - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - extensions: - operationId: groups.threads.Posts.ListExtensions - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - inReplyTo: - operationId: groups.threads.Posts.GetInReplyTo - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - multiValueExtendedProperties: - operationId: groups.threads.Posts.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - singleValueExtendedProperties: - operationId: groups.threads.Posts.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - forward: - operationId: groups.group.threads.conversationThread.posts.post.forward - reply: - operationId: groups.group.threads.conversationThread.posts.post.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26223,7 +25987,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -26269,7 +26033,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26348,7 +26112,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26455,7 +26219,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -26538,7 +26302,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -26584,7 +26348,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26658,7 +26422,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26713,8 +26477,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26847,47 +26615,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.post' - links: - attachments: - operationId: groups.threads.posts.InReplyTo.ListAttachments - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - extensions: - operationId: groups.threads.posts.InReplyTo.ListExtensions - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - inReplyTo: - operationId: groups.threads.posts.InReplyTo.GetInReplyTo - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - multiValueExtendedProperties: - operationId: groups.threads.posts.InReplyTo.ListMultiValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - singleValueExtendedProperties: - operationId: groups.threads.posts.InReplyTo.ListSingleValueExtendedProperties - parameters: - group-id: $request.path.group-id - conversationThread-id: $request.path.conversationThread-id - post-id: $request.path.post-id - forward: - operationId: groups.group.threads.conversationThread.posts.post.inReplyTo.forward - reply: - operationId: groups.group.threads.conversationThread.posts.post.inReplyTo.reply default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26983,7 +26716,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -27029,7 +26762,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27108,7 +26841,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27215,7 +26948,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -27298,7 +27031,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -27344,7 +27077,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27418,7 +27151,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27473,8 +27206,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27717,7 +27454,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -27763,7 +27500,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27838,7 +27575,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27893,8 +27630,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28026,7 +27767,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -28072,7 +27813,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28147,7 +27888,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28202,8 +27943,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28446,7 +28191,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -28492,7 +28237,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28567,7 +28312,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28622,8 +28367,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28755,7 +28504,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -28801,7 +28550,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28876,7 +28625,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28931,8 +28680,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29061,7 +28814,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -29129,7 +28882,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29213,7 +28966,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -29281,7 +29034,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29472,7 +29225,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -29523,7 +29276,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -29576,7 +29329,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -29702,7 +29455,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupSettingCollectionResponse' default: $ref: '#/components/responses/error' @@ -29727,7 +29480,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupSetting' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -29783,7 +29536,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -29818,8 +29571,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.groupSetting' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.groupSetting' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index 46bb3d4d2ca..5228b814c43 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -123,7 +123,7 @@ paths: - transitiveMemberOf type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' default: $ref: '#/components/responses/error' @@ -144,7 +144,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.orgContact' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -220,39 +220,12 @@ paths: - transitiveMemberOf type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.orgContact' - links: - directReports: - operationId: contacts.ListDirectReports - parameters: - orgContact-id: $request.path.orgContact-id - manager: - operationId: contacts.GetManager - parameters: - orgContact-id: $request.path.orgContact-id - memberOf: - operationId: contacts.ListMemberGraphOPre - parameters: - orgContact-id: $request.path.orgContact-id - transitiveMemberOf: - operationId: contacts.ListTransitiveMemberGraphOPre - parameters: - orgContact-id: $request.path.orgContact-id - checkMemberGroups: - operationId: contacts.orgContact.checkMemberGroups - checkMemberObjects: - operationId: contacts.orgContact.checkMemberObjects - getMemberGroups: - operationId: contacts.orgContact.getMemberGroups - getMemberObjects: - operationId: contacts.orgContact.getMemberObjects - restore: - operationId: contacts.orgContact.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -278,8 +251,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.orgContact' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.orgContact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -383,7 +360,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -450,7 +427,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -504,7 +481,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -587,7 +564,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -654,7 +631,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -697,7 +674,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -749,7 +726,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -805,7 +782,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -861,7 +838,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -903,7 +880,7 @@ paths: type: string x-ms-docs-key-type: orgContact responses: - '200': + 2XX: description: Success content: application/json: @@ -986,7 +963,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -1053,7 +1030,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1149,7 +1126,7 @@ paths: - surname desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1200,7 +1177,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1253,7 +1230,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1385,7 +1362,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contractCollectionResponse' default: $ref: '#/components/responses/error' @@ -1406,7 +1383,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contract' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -1464,23 +1441,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contract' - links: - checkMemberGroups: - operationId: contracts.contract.checkMemberGroups - checkMemberObjects: - operationId: contracts.contract.checkMemberObjects - getMemberGroups: - operationId: contracts.contract.getMemberGroups - getMemberObjects: - operationId: contracts.contract.getMemberObjects - restore: - operationId: contracts.contract.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1506,8 +1472,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contract' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contract' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1571,7 +1541,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1623,7 +1593,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1679,7 +1649,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1735,7 +1705,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1777,7 +1747,7 @@ paths: type: string x-ms-docs-key-type: contract responses: - '200': + 2XX: description: Success content: application/json: @@ -1811,7 +1781,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1864,7 +1834,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2061,7 +2031,7 @@ paths: - extensions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' default: $ref: '#/components/responses/error' @@ -2086,7 +2056,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -2169,43 +2139,12 @@ paths: - extensions type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' - links: - memberOf: - operationId: devices.ListMemberGraphOPre - parameters: - device-id: $request.path.device-id - registeredOwners: - operationId: devices.ListRegisteredOwners - parameters: - device-id: $request.path.device-id - registeredUsers: - operationId: devices.ListRegisteredUsers - parameters: - device-id: $request.path.device-id - transitiveMemberOf: - operationId: devices.ListTransitiveMemberGraphOPre - parameters: - device-id: $request.path.device-id - extensions: - operationId: devices.ListExtensions - parameters: - device-id: $request.path.device-id - checkMemberGroups: - operationId: devices.device.checkMemberGroups - checkMemberObjects: - operationId: devices.device.checkMemberObjects - getMemberGroups: - operationId: devices.device.getMemberGroups - getMemberObjects: - operationId: devices.device.getMemberObjects - restore: - operationId: devices.device.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2235,8 +2174,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.device' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2329,7 +2272,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2359,7 +2302,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2417,7 +2360,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2456,8 +2399,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2570,7 +2517,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -2638,7 +2585,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2681,7 +2628,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2733,7 +2680,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2789,7 +2736,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2845,7 +2792,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2887,7 +2834,7 @@ paths: type: string x-ms-docs-key-type: device responses: - '200': + 2XX: description: Success content: application/json: @@ -2971,7 +2918,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -3071,7 +3018,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -3176,7 +3123,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -3244,7 +3191,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3328,7 +3275,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -3396,7 +3343,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3508,7 +3455,7 @@ paths: - trustType desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3559,7 +3506,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3612,7 +3559,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3713,19 +3660,12 @@ paths: - federationConfigurations type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directory' - links: - administrativeUnits: - operationId: directory.ListAdministrativeUnits - deletedItems: - operationId: directory.ListDeletedItems - federationConfigurations: - operationId: directory.ListFederationConfigurations default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3742,8 +3682,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3819,7 +3763,7 @@ paths: - extensions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' default: $ref: '#/components/responses/error' @@ -3844,7 +3788,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3904,25 +3848,12 @@ paths: - extensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' - links: - members: - operationId: directory.AdministrativeUnits.ListMembers - parameters: - administrativeUnit-id: $request.path.administrativeUnit-id - scopedRoleMembers: - operationId: directory.AdministrativeUnits.ListScopedRoleMembers - parameters: - administrativeUnit-id: $request.path.administrativeUnit-id - extensions: - operationId: directory.AdministrativeUnits.ListExtensions - parameters: - administrativeUnit-id: $request.path.administrativeUnit-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3948,8 +3879,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.administrativeUnit' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.administrativeUnit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4038,7 +3973,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4068,7 +4003,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4126,7 +4061,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4165,8 +4100,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4279,7 +4218,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -4379,7 +4318,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -4484,7 +4423,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' default: $ref: '#/components/responses/error' @@ -4518,7 +4457,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4579,7 +4518,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4618,8 +4557,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4710,7 +4653,7 @@ paths: - visibility desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4790,7 +4733,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -4811,7 +4754,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4862,23 +4805,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryObject' - links: - checkMemberGroups: - operationId: directory.deletedItems.directoryObject.checkMemberGroups - checkMemberObjects: - operationId: directory.deletedItems.directoryObject.checkMemberObjects - getMemberGroups: - operationId: directory.deletedItems.directoryObject.getMemberGroups - getMemberObjects: - operationId: directory.deletedItems.directoryObject.getMemberObjects - restore: - operationId: directory.deletedItems.directoryObject.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4904,8 +4836,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryObject' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4969,7 +4905,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5021,7 +4957,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5077,7 +5013,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5133,7 +5069,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5175,7 +5111,7 @@ paths: type: string x-ms-docs-key-type: directoryObject responses: - '200': + 2XX: description: Success content: application/json: @@ -5209,7 +5145,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5262,7 +5198,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5379,7 +5315,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -5400,7 +5336,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5451,7 +5387,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5482,8 +5418,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityProviderBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5526,7 +5466,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -5618,7 +5558,7 @@ paths: - scopedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' default: $ref: '#/components/responses/error' @@ -5643,7 +5583,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryRole' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -5704,31 +5644,12 @@ paths: - scopedMembers type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRole' - links: - members: - operationId: directoryRoles.ListMembers - parameters: - directoryRole-id: $request.path.directoryRole-id - scopedMembers: - operationId: directoryRoles.ListScopedMembers - parameters: - directoryRole-id: $request.path.directoryRole-id - checkMemberGroups: - operationId: directoryRoles.directoryRole.checkMemberGroups - checkMemberObjects: - operationId: directoryRoles.directoryRole.checkMemberObjects - getMemberGroups: - operationId: directoryRoles.directoryRole.getMemberGroups - getMemberObjects: - operationId: directoryRoles.directoryRole.getMemberObjects - restore: - operationId: directoryRoles.directoryRole.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5754,8 +5675,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryRole' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryRole' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5860,7 +5785,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -5960,7 +5885,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -6024,7 +5949,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6076,7 +6001,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6132,7 +6057,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6188,7 +6113,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6230,7 +6155,7 @@ paths: type: string x-ms-docs-key-type: directoryRole responses: - '200': + 2XX: description: Success content: application/json: @@ -6310,7 +6235,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' default: $ref: '#/components/responses/error' @@ -6340,7 +6265,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6401,7 +6326,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6440,8 +6365,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6531,7 +6460,7 @@ paths: - roleTemplateId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6582,7 +6511,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6635,7 +6564,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6760,7 +6689,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryRoleTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -6781,7 +6710,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -6837,23 +6766,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' - links: - checkMemberGroups: - operationId: directoryRoleTemplates.directoryRoleTemplate.checkMemberGroups - checkMemberObjects: - operationId: directoryRoleTemplates.directoryRoleTemplate.checkMemberObjects - getMemberGroups: - operationId: directoryRoleTemplates.directoryRoleTemplate.getMemberGroups - getMemberObjects: - operationId: directoryRoleTemplates.directoryRoleTemplate.getMemberObjects - restore: - operationId: directoryRoleTemplates.directoryRoleTemplate.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6879,8 +6797,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryRoleTemplate' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6944,7 +6866,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6996,7 +6918,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7052,7 +6974,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7108,7 +7030,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7150,7 +7072,7 @@ paths: type: string x-ms-docs-key-type: directoryRoleTemplate responses: - '200': + 2XX: description: Success content: application/json: @@ -7184,7 +7106,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7237,7 +7159,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7401,7 +7323,7 @@ paths: - verificationDnsRecords type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.domainCollectionResponse' default: $ref: '#/components/responses/error' @@ -7426,7 +7348,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.domain' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -7500,33 +7422,12 @@ paths: - verificationDnsRecords type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.domain' - links: - domainNameReferences: - operationId: domains.ListDomainNameReferences - parameters: - domain-id: $request.path.domain-id - federationConfiguration: - operationId: domains.ListFederationConfiguration - parameters: - domain-id: $request.path.domain-id - serviceConfigurationRecords: - operationId: domains.ListServiceConfigurationRecords - parameters: - domain-id: $request.path.domain-id - verificationDnsRecords: - operationId: domains.ListVerificationDnsRecords - parameters: - domain-id: $request.path.domain-id - forceDelete: - operationId: domains.domain.forceDelete - verify: - operationId: domains.domain.verify default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7556,8 +7457,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.domain' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.domain' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7656,7 +7561,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -7714,7 +7619,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7821,7 +7726,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.internalDomainFederationCollectionResponse' default: $ref: '#/components/responses/error' @@ -7855,7 +7760,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7926,7 +7831,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7965,8 +7870,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.internalDomainFederation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8063,7 +7972,7 @@ paths: type: string x-ms-docs-key-type: domain responses: - '200': + 2XX: description: Success content: application/json: @@ -8149,7 +8058,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.domainDnsRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -8179,7 +8088,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8242,7 +8151,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8281,8 +8190,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8397,7 +8310,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.domainDnsRecordCollectionResponse' default: $ref: '#/components/responses/error' @@ -8427,7 +8340,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8490,7 +8403,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8529,8 +8442,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.domainDnsRecord' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8697,7 +8614,7 @@ paths: - extensions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.organizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -8718,7 +8635,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.organization' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -8800,37 +8717,12 @@ paths: - extensions type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organization' - links: - branding: - operationId: organization.GetBranding - parameters: - organization-id: $request.path.organization-id - certificateBasedAuthConfiguration: - operationId: organization.ListCertificateBasedAuthConfiguration - parameters: - organization-id: $request.path.organization-id - extensions: - operationId: organization.ListExtensions - parameters: - organization-id: $request.path.organization-id - checkMemberGroups: - operationId: organization.organization.checkMemberGroups - checkMemberObjects: - operationId: organization.organization.checkMemberObjects - getMemberGroups: - operationId: organization.organization.getMemberGroups - getMemberObjects: - operationId: organization.organization.getMemberObjects - restore: - operationId: organization.organization.restore - setMobileDeviceManagementAuthority: - operationId: organization.organization.setMobileDeviceManagementAuthority default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8860,8 +8752,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.organization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.organization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8947,17 +8843,12 @@ paths: - localizations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.organizationalBranding' - links: - localizations: - operationId: organization.Branding.ListLocalizations - parameters: - organization-id: $request.path.organization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8987,8 +8878,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.organizationalBranding' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.organizationalBranding' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9042,7 +8937,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -9101,7 +8996,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -9232,7 +9127,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.organizationalBrandingLocalizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -9266,7 +9161,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9334,7 +9229,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9373,8 +9268,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9440,7 +9339,7 @@ paths: type: string x-ms-docs-key-type: organizationalBrandingLocalization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -9515,7 +9414,7 @@ paths: type: string x-ms-docs-key-type: organizationalBrandingLocalization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -9590,7 +9489,7 @@ paths: type: string x-ms-docs-key-type: organizationalBrandingLocalization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -9657,7 +9556,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -9755,7 +9654,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -9785,7 +9684,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9843,7 +9742,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9882,8 +9781,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9955,7 +9858,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10007,7 +9910,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10063,7 +9966,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10119,7 +10022,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10161,7 +10064,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Success content: application/json: @@ -10187,7 +10090,7 @@ paths: type: string x-ms-docs-key-type: organization responses: - '200': + 2XX: description: Success content: application/json: @@ -10229,7 +10132,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10282,7 +10185,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10404,7 +10307,7 @@ paths: - skuPartNumber type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscribedSkuCollectionResponse' default: $ref: '#/components/responses/error' @@ -10425,7 +10328,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscribedSku' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -10473,7 +10376,7 @@ paths: - skuPartNumber type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -10504,8 +10407,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscribedSku' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscribedSku' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10602,7 +10509,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.scopedRoleMembershipCollectionResponse' default: $ref: '#/components/responses/error' @@ -10632,7 +10539,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10692,7 +10599,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10731,8 +10638,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.scopedRoleMembership' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index 948ab1628a0..67060da841d 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -35,7 +35,7 @@ paths: - files type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementCollectionResponse' default: $ref: '#/components/responses/error' @@ -56,7 +56,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -101,25 +101,12 @@ paths: - files type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' - links: - acceptances: - operationId: agreements.ListAcceptances - parameters: - agreement-id: $request.path.agreement-id - file: - operationId: agreements.GetFile - parameters: - agreement-id: $request.path.agreement-id - files: - operationId: agreements.ListFiles - parameters: - agreement-id: $request.path.agreement-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -145,8 +132,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -277,7 +268,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -307,7 +298,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -378,7 +369,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -417,8 +408,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -509,17 +504,12 @@ paths: - localizations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFile' - links: - localizations: - operationId: agreements.File.ListLocalizations - parameters: - agreement-id: $request.path.agreement-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -545,8 +535,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -658,7 +652,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -688,7 +682,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -755,18 +749,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - links: - versions: - operationId: agreements.file.Localizations.ListVersions - parameters: - agreement-id: $request.path.agreement-id - agreementFileLocalization-id: $request.path.agreementFileLocalization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -800,8 +788,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -927,7 +919,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -965,7 +957,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1038,7 +1030,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1085,8 +1077,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1214,7 +1210,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1248,7 +1244,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1315,18 +1311,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - links: - versions: - operationId: agreements.Files.ListVersions - parameters: - agreement-id: $request.path.agreement-id - agreementFileLocalization-id: $request.path.agreementFileLocalization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1360,8 +1350,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1487,7 +1481,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1525,7 +1519,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1598,7 +1592,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1645,8 +1639,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1731,21 +1729,12 @@ paths: - entitlementManagement type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityGovernance' - links: - accessReviews: - operationId: identityGovernance.GetAccessReviews - appConsent: - operationId: identityGovernance.GetAppConsent - termsOfUse: - operationId: identityGovernance.GetTermsGraphOPreUse - entitlementManagement: - operationId: identityGovernance.GetEntitlementManagement default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1762,8 +1751,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityGovernance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1803,17 +1796,12 @@ paths: - historyDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewSet' - links: - definitions: - operationId: identityGovernance.AccessReviews.ListDefinitions - historyDefinitions: - operationId: identityGovernance.AccessReviews.ListHistoryDefinitions default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1830,8 +1818,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1951,7 +1943,7 @@ paths: - instances type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewScheduleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1976,7 +1968,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2042,19 +2034,12 @@ paths: - instances type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' - links: - instances: - operationId: identityGovernance.accessReviews.Definitions.ListInstances - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - stop: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2080,8 +2065,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2197,7 +2186,7 @@ paths: - stages type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -2227,7 +2216,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2297,40 +2286,12 @@ paths: - stages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' - links: - contactedReviewers: - operationId: identityGovernance.accessReviews.definitions.Instances.ListContactedReviewers - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - decisions: - operationId: identityGovernance.accessReviews.definitions.Instances.ListDecisions - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - stages: - operationId: identityGovernance.accessReviews.definitions.Instances.ListStages - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - acceptRecommendations: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.acceptRecommendations - applyDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.applyDecisions - batchRecordDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.batchRecordDecisions - resetDecisions: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.resetDecisions - sendReminder: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.sendReminder - stop: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2364,8 +2325,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2482,7 +2447,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewReviewerCollectionResponse' default: $ref: '#/components/responses/error' @@ -2520,7 +2485,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2589,7 +2554,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2636,8 +2601,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewReviewer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2792,7 +2761,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceDecisionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -2830,7 +2799,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2909,7 +2878,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2956,8 +2925,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3103,7 +3076,7 @@ paths: - reviewedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3433,7 +3406,7 @@ paths: - decisions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewStageCollectionResponse' default: $ref: '#/components/responses/error' @@ -3471,7 +3444,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3544,21 +3517,12 @@ paths: - decisions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' - links: - decisions: - operationId: identityGovernance.accessReviews.definitions.instances.Stages.ListDecisions - parameters: - accessReviewScheduleDefinition-id: $request.path.accessReviewScheduleDefinition-id - accessReviewInstance-id: $request.path.accessReviewInstance-id - accessReviewStage-id: $request.path.accessReviewStage-id - stop: - operationId: identityGovernance.accessReviews.definitions.accessReviewScheduleDefinition.instances.accessReviewInstance.stages.accessReviewStage.stop default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3600,8 +3564,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewStage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewStage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3764,7 +3732,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewInstanceDecisionItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -3810,7 +3778,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3897,7 +3865,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3952,8 +3920,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4115,7 +4087,7 @@ paths: - reviewedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4256,7 +4228,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4353,7 +4325,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4485,7 +4457,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4591,7 +4563,7 @@ paths: - instances type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewHistoryDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4616,7 +4588,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4677,17 +4649,12 @@ paths: - instances type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' - links: - instances: - operationId: identityGovernance.accessReviews.HistoryDefinitions.ListInstances - parameters: - accessReviewHistoryDefinition-id: $request.path.accessReviewHistoryDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4713,8 +4680,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4827,7 +4798,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessReviewHistoryInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -4857,7 +4828,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4922,15 +4893,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' - links: - generateDownloadUri: - operationId: identityGovernance.accessReviews.historyDefinitions.accessReviewHistoryDefinition.instances.accessReviewHistoryInstance.generateDownloadUri default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4964,8 +4932,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5031,7 +5003,7 @@ paths: type: string x-ms-docs-key-type: accessReviewHistoryInstance responses: - '200': + 2XX: description: Success content: application/json: @@ -5074,15 +5046,12 @@ paths: - appConsentRequests type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentApprovalRoute' - links: - appConsentRequests: - operationId: identityGovernance.AppConsent.ListAppConsentRequests default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5099,8 +5068,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appConsentApprovalRoute' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appConsentApprovalRoute' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5187,7 +5160,7 @@ paths: - userConsentRequests type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.appConsentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -5208,7 +5181,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5263,17 +5236,12 @@ paths: - userConsentRequests type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' - links: - userConsentRequests: - operationId: identityGovernance.appConsent.AppConsentRequests.ListUserConsentRequests - parameters: - appConsentRequest-id: $request.path.appConsentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5299,8 +5267,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appConsentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appConsentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5415,7 +5387,7 @@ paths: - approval type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userConsentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -5445,7 +5417,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5512,18 +5484,12 @@ paths: - approval type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' - links: - approval: - operationId: identityGovernance.appConsent.appConsentRequests.UserConsentRequests.GetApproval - parameters: - appConsentRequest-id: $request.path.appConsentRequest-id - userConsentRequest-id: $request.path.userConsentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5557,8 +5523,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userConsentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userConsentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5647,18 +5617,12 @@ paths: - stages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' - links: - stages: - operationId: identityGovernance.appConsent.appConsentRequests.userConsentRequests.Approval.ListStages - parameters: - appConsentRequest-id: $request.path.appConsentRequest-id - userConsentRequest-id: $request.path.userConsentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5692,8 +5656,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approval' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5822,7 +5790,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.approvalStageCollectionResponse' default: $ref: '#/components/responses/error' @@ -5860,7 +5828,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5933,7 +5901,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5980,8 +5948,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approvalStage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6102,7 +6074,7 @@ paths: - reason desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6180,7 +6152,7 @@ paths: - pendingScopes desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6251,29 +6223,12 @@ paths: - settings type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.entitlementManagement' - links: - accessPackageAssignmentApprovals: - operationId: identityGovernance.EntitlementManagement.ListAccessPackageAssignmentApprovals - accessPackages: - operationId: identityGovernance.EntitlementManagement.ListAccessPackages - assignmentPolicies: - operationId: identityGovernance.EntitlementManagement.ListAssignmentPolicies - assignmentRequests: - operationId: identityGovernance.EntitlementManagement.ListAssignmentRequests - assignments: - operationId: identityGovernance.EntitlementManagement.ListAssignments - catalogs: - operationId: identityGovernance.EntitlementManagement.ListCatalogs - connectedOrganizations: - operationId: identityGovernance.EntitlementManagement.ListConnectedOrganizations - settings: - operationId: identityGovernance.EntitlementManagement.GetSettings default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6290,8 +6245,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entitlementManagement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.entitlementManagement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6366,7 +6325,7 @@ paths: - stages type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.approvalCollectionResponse' default: $ref: '#/components/responses/error' @@ -6387,7 +6346,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6439,17 +6398,12 @@ paths: - stages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.approval' - links: - stages: - operationId: identityGovernance.entitlementManagement.AccessPackageAssignmentApprovals.ListStages - parameters: - approval-id: $request.path.approval-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6475,8 +6429,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approval' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approval' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6589,7 +6547,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.approvalStageCollectionResponse' default: $ref: '#/components/responses/error' @@ -6619,7 +6577,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6684,7 +6642,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6723,8 +6681,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.approvalStage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.approvalStage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6808,7 +6770,7 @@ paths: - id desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6910,7 +6872,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -6935,7 +6897,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7000,35 +6962,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.AccessPackages.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackage-id: $request.path.accessPackage-id - assignmentPolicies: - operationId: identityGovernance.entitlementManagement.AccessPackages.ListAssignmentPolicies - parameters: - accessPackage-id: $request.path.accessPackage-id - catalog: - operationId: identityGovernance.entitlementManagement.AccessPackages.GetCatalog - parameters: - accessPackage-id: $request.path.accessPackage-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.AccessPackages.ListIncompatibleAccessPackages - parameters: - accessPackage-id: $request.path.accessPackage-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.AccessPackages.ListIncompatibleGroups - parameters: - accessPackage-id: $request.path.accessPackage-id - getApplicablePolicyRequirements: - operationId: identityGovernance.entitlementManagement.accessPackages.accessPackage.getApplicablePolicyRequirements default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7054,8 +6993,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7172,7 +7115,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -7244,38 +7187,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackagesIncompatibleGraphWPre.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - assignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackagesIncompatibleWith.ListAssignmentPolicies - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - catalog: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackagesIncompatibleWith.GetCatalog - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackagesIncompatibleWith.ListIncompatibleAccessPackages - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackages.AccessPackagesIncompatibleWith.ListIncompatibleGroups - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7374,7 +7291,7 @@ paths: - catalog type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7404,7 +7321,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7476,23 +7393,12 @@ paths: - catalog type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.accessPackages.AssignmentPolicies.GetAccessPackage - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - catalog: - operationId: identityGovernance.entitlementManagement.accessPackages.AssignmentPolicies.GetCatalog - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7526,8 +7432,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7629,38 +7539,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - assignmentPolicies: - operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.AccessPackage.ListAssignmentPolicies - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - catalog: - operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.AccessPackage.GetCatalog - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.AccessPackage.ListIncompatibleGroups - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7722,18 +7606,12 @@ paths: - accessPackages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackages: - operationId: identityGovernance.entitlementManagement.accessPackages.assignmentPolicies.Catalog.ListAccessPackages - parameters: - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7786,17 +7664,12 @@ paths: - accessPackages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackages: - operationId: identityGovernance.entitlementManagement.accessPackages.Catalog.ListAccessPackages - parameters: - accessPackage-id: $request.path.accessPackage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7887,7 +7760,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -7985,7 +7858,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -8248,7 +8121,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -8414,7 +8287,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -8464,7 +8337,7 @@ paths: type: string x-ms-docs-key-type: accessPackage responses: - '200': + 2XX: description: Success content: application/json: @@ -8551,7 +8424,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8665,7 +8538,7 @@ paths: - catalog type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8690,7 +8563,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8755,21 +8628,12 @@ paths: - catalog type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.AssignmentPolicies.GetAccessPackage - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - catalog: - operationId: identityGovernance.entitlementManagement.AssignmentPolicies.GetCatalog - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8795,8 +8659,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8882,33 +8750,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.assignmentPolicies.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - assignmentPolicies: - operationId: identityGovernance.entitlementManagement.assignmentPolicies.AccessPackage.ListAssignmentPolicies - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - catalog: - operationId: identityGovernance.entitlementManagement.assignmentPolicies.AccessPackage.GetCatalog - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.assignmentPolicies.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.assignmentPolicies.AccessPackage.ListIncompatibleGroups - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8962,17 +8809,12 @@ paths: - accessPackages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackages: - operationId: identityGovernance.entitlementManagement.assignmentPolicies.Catalog.ListAccessPackages - parameters: - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9054,7 +8896,7 @@ paths: - requestor type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -9079,7 +8921,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9141,29 +8983,12 @@ paths: - requestor type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.AssignmentRequests.GetAccessPackage - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - assignment: - operationId: identityGovernance.entitlementManagement.AssignmentRequests.GetAssignment - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - requestor: - operationId: identityGovernance.entitlementManagement.AssignmentRequests.GetRequestor - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - cancel: - operationId: identityGovernance.entitlementManagement.assignmentRequests.accessPackageAssignmentRequest.cancel - reprocess: - operationId: identityGovernance.entitlementManagement.assignmentRequests.accessPackageAssignmentRequest.reprocess default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9189,8 +9014,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9276,33 +9105,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.assignmentRequests.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - assignmentPolicies: - operationId: identityGovernance.entitlementManagement.assignmentRequests.AccessPackage.ListAssignmentPolicies - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - catalog: - operationId: identityGovernance.entitlementManagement.assignmentRequests.AccessPackage.GetCatalog - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.assignmentRequests.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.assignmentRequests.AccessPackage.ListIncompatibleGroups - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9357,25 +9165,12 @@ paths: - target type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.assignmentRequests.Assignment.GetAccessPackage - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - assignmentPolicy: - operationId: identityGovernance.entitlementManagement.assignmentRequests.Assignment.GetAssignmentPolicy - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id - target: - operationId: identityGovernance.entitlementManagement.assignmentRequests.Assignment.GetTarget - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9474,17 +9269,12 @@ paths: - connectedOrganization type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' - links: - connectedOrganization: - operationId: identityGovernance.entitlementManagement.assignmentRequests.Requestor.GetConnectedOrganization - parameters: - accessPackageAssignmentRequest-id: $request.path.accessPackageAssignmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9554,7 +9344,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9649,7 +9439,7 @@ paths: - target type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -9670,7 +9460,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9730,27 +9520,12 @@ paths: - target type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.Assignments.GetAccessPackage - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - assignmentPolicy: - operationId: identityGovernance.entitlementManagement.Assignments.GetAssignmentPolicy - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - target: - operationId: identityGovernance.entitlementManagement.Assignments.GetTarget - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - reprocess: - operationId: identityGovernance.entitlementManagement.assignments.accessPackageAssignment.reprocess default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9776,8 +9551,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9863,33 +9642,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.assignments.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - assignmentPolicies: - operationId: identityGovernance.entitlementManagement.assignments.AccessPackage.ListAssignmentPolicies - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - catalog: - operationId: identityGovernance.entitlementManagement.assignments.AccessPackage.GetCatalog - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.assignments.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.assignments.AccessPackage.ListIncompatibleGroups - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9949,21 +9707,12 @@ paths: - catalog type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.assignments.AssignmentPolicy.GetAccessPackage - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id - catalog: - operationId: identityGovernance.entitlementManagement.assignments.AssignmentPolicy.GetCatalog - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10037,17 +9786,12 @@ paths: - connectedOrganization type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageSubject' - links: - connectedOrganization: - operationId: identityGovernance.entitlementManagement.assignments.Target.GetConnectedOrganization - parameters: - accessPackageAssignment-id: $request.path.accessPackageAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10104,7 +9848,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10196,7 +9940,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10279,7 +10023,7 @@ paths: - status desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10379,7 +10123,7 @@ paths: - accessPackages type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCatalogCollectionResponse' default: $ref: '#/components/responses/error' @@ -10404,7 +10148,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10463,17 +10207,12 @@ paths: - accessPackages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackages: - operationId: identityGovernance.entitlementManagement.Catalogs.ListAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10499,8 +10238,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10614,7 +10357,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -10644,7 +10387,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10717,40 +10460,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.catalogs.AccessPackages.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - assignmentPolicies: - operationId: identityGovernance.entitlementManagement.catalogs.AccessPackages.ListAssignmentPolicies - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - catalog: - operationId: identityGovernance.entitlementManagement.catalogs.AccessPackages.GetCatalog - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.catalogs.AccessPackages.ListIncompatibleAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.catalogs.AccessPackages.ListIncompatibleGroups - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - getApplicablePolicyRequirements: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackageCatalog.accessPackages.accessPackage.getApplicablePolicyRequirements default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10784,8 +10499,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10918,7 +10637,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -10998,43 +10717,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.AccessPackagesIncompatibleGraphWPre.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - assignmentPolicies: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.AccessPackagesIncompatibleWith.ListAssignmentPolicies - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - catalog: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.AccessPackagesIncompatibleWith.GetCatalog - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.AccessPackagesIncompatibleWith.ListIncompatibleAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.AccessPackagesIncompatibleWith.ListIncompatibleGroups - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackage-id1: $request.path.accessPackage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11141,7 +10829,7 @@ paths: - catalog type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageAssignmentPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -11179,7 +10867,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11259,25 +10947,12 @@ paths: - catalog type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' - links: - accessPackage: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.AssignmentPolicies.GetAccessPackage - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - catalog: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.AssignmentPolicies.GetCatalog - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11319,8 +10994,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11438,43 +11117,12 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackage' - links: - accessPackagesIncompatibleWith: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.assignmentPolicies.AccessPackage.ListAccessPackagesIncompatibleGraphWPre - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - assignmentPolicies: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.assignmentPolicies.AccessPackage.ListAssignmentPolicies - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - catalog: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.assignmentPolicies.AccessPackage.GetCatalog - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleAccessPackages: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.assignmentPolicies.AccessPackage.ListIncompatibleAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id - incompatibleGroups: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.assignmentPolicies.AccessPackage.ListIncompatibleGroups - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11544,19 +11192,12 @@ paths: - accessPackages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackages: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.assignmentPolicies.Catalog.ListAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id - accessPackageAssignmentPolicy-id: $request.path.accessPackageAssignmentPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11617,18 +11258,12 @@ paths: - accessPackages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.accessPackageCatalog' - links: - accessPackages: - operationId: identityGovernance.entitlementManagement.catalogs.accessPackages.Catalog.ListAccessPackages - parameters: - accessPackageCatalog-id: $request.path.accessPackageCatalog-id - accessPackage-id: $request.path.accessPackage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11727,7 +11362,7 @@ paths: - incompatibleGroups type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.accessPackageCollectionResponse' default: $ref: '#/components/responses/error' @@ -11841,7 +11476,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -12120,7 +11755,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -12302,7 +11937,7 @@ paths: - isArchived desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -12368,7 +12003,7 @@ paths: type: string x-ms-docs-key-type: accessPackage responses: - '200': + 2XX: description: Success content: application/json: @@ -12463,7 +12098,7 @@ paths: - modifiedDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -12562,7 +12197,7 @@ paths: - internalSponsors type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.connectedOrganizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -12583,7 +12218,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12643,21 +12278,12 @@ paths: - internalSponsors type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' - links: - externalSponsors: - operationId: identityGovernance.entitlementManagement.ConnectedOrganizations.ListExternalSponsors - parameters: - connectedOrganization-id: $request.path.connectedOrganization-id - internalSponsors: - operationId: identityGovernance.entitlementManagement.ConnectedOrganizations.ListInternalSponsors - parameters: - connectedOrganization-id: $request.path.connectedOrganization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12683,8 +12309,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.connectedOrganization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.connectedOrganization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12779,7 +12409,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -12809,7 +12439,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12900,7 +12530,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -12964,7 +12594,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13026,7 +12656,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13163,7 +12793,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -13193,7 +12823,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13284,7 +12914,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -13348,7 +12978,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13410,7 +13040,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13520,7 +13150,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13546,8 +13176,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.entitlementManagementSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.entitlementManagementSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13605,17 +13239,12 @@ paths: - agreements type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' - links: - agreementAcceptances: - operationId: identityGovernance.TermsGraphOPreUse.ListAgreementAcceptances - agreements: - operationId: identityGovernance.TermsGraphOPreUse.ListAgreements default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13632,8 +13261,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termsOfUseContainer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13745,7 +13378,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -13766,7 +13399,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13829,7 +13462,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13860,8 +13493,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13966,7 +13603,7 @@ paths: - files type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementCollectionResponse' default: $ref: '#/components/responses/error' @@ -13991,7 +13628,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14052,25 +13689,12 @@ paths: - files type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreement' - links: - acceptances: - operationId: identityGovernance.termsGraphOPreUse.Agreements.ListAcceptances - parameters: - agreement-id: $request.path.agreement-id - file: - operationId: identityGovernance.termsGraphOPreUse.Agreements.GetFile - parameters: - agreement-id: $request.path.agreement-id - files: - operationId: identityGovernance.termsGraphOPreUse.Agreements.ListFiles - parameters: - agreement-id: $request.path.agreement-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14096,8 +13720,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreement' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreement' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14228,7 +13856,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -14258,7 +13886,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14329,7 +13957,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14368,8 +13996,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementAcceptance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14460,17 +14092,12 @@ paths: - localizations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFile' - links: - localizations: - operationId: identityGovernance.termsGraphOPreUse.agreements.File.ListLocalizations - parameters: - agreement-id: $request.path.agreement-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14496,8 +14123,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14609,7 +14240,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -14639,7 +14270,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14706,18 +14337,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - links: - versions: - operationId: identityGovernance.termsGraphOPreUse.agreements.file.Localizations.ListVersions - parameters: - agreement-id: $request.path.agreement-id - agreementFileLocalization-id: $request.path.agreementFileLocalization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14751,8 +14376,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14878,7 +14507,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -14916,7 +14545,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14989,7 +14618,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15036,8 +14665,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15165,7 +14798,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileLocalizationCollectionResponse' default: $ref: '#/components/responses/error' @@ -15199,7 +14832,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15266,18 +14899,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' - links: - versions: - operationId: identityGovernance.termsGraphOPreUse.agreements.Files.ListVersions - parameters: - agreement-id: $request.path.agreement-id - agreementFileLocalization-id: $request.path.agreementFileLocalization-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15311,8 +14938,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileLocalization' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15438,7 +15069,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementFileVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15476,7 +15107,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15549,7 +15180,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15596,8 +15227,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.agreementFileVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15691,29 +15326,12 @@ paths: - roleEligibilitySchedules type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplication' - links: - roleAssignments: - operationId: roleManagement.Directory.ListRoleAssignments - roleDefinitions: - operationId: roleManagement.Directory.ListRoleDefinitions - roleAssignmentScheduleInstances: - operationId: roleManagement.Directory.ListRoleAssignmentScheduleInstances - roleAssignmentScheduleRequests: - operationId: roleManagement.Directory.ListRoleAssignmentScheduleRequests - roleAssignmentSchedules: - operationId: roleManagement.Directory.ListRoleAssignmentSchedules - roleEligibilityScheduleInstances: - operationId: roleManagement.Directory.ListRoleEligibilityScheduleInstances - roleEligibilityScheduleRequests: - operationId: roleManagement.Directory.ListRoleEligibilityScheduleRequests - roleEligibilitySchedules: - operationId: roleManagement.Directory.ListRoleEligibilitySchedules default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15730,8 +15348,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.rbacApplication' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.rbacApplication' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15830,7 +15452,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -15855,7 +15477,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15918,29 +15540,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' - links: - appScope: - operationId: roleManagement.directory.RoleAssignments.GetAppScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - directoryScope: - operationId: roleManagement.directory.RoleAssignments.GetDirectoryScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - principal: - operationId: roleManagement.directory.RoleAssignments.GetPrincipal - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - roleDefinition: - operationId: roleManagement.directory.RoleAssignments.GetRoleDefinition - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15966,8 +15571,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16040,7 +15649,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16071,8 +15680,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16144,7 +15757,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16195,7 +15808,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16255,17 +15868,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleAssignments.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16363,7 +15971,7 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -16384,7 +15992,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16454,33 +16062,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' - links: - appScope: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetAppScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - directoryScope: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - principal: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - roleDefinition: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - activatedUsing: - operationId: roleManagement.directory.RoleAssignmentScheduleInstances.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16506,8 +16093,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16594,29 +16185,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' - links: - appScope: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - principal: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentScheduleInstances.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16700,7 +16274,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -16837,7 +16411,7 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -16862,7 +16436,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16940,39 +16514,12 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' - links: - activatedUsing: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - appScope: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - targetSchedule: - operationId: roleManagement.directory.RoleAssignmentScheduleRequests.GetTargetSchedule - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - cancel: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.unifiedRoleAssignmentScheduleRequest.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16998,8 +16545,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17088,29 +16639,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17157,7 +16691,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17208,7 +16742,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17284,7 +16818,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17344,17 +16878,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17420,33 +16949,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' - links: - appScope: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.TargetSchedule.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.TargetSchedule.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.TargetSchedule.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.TargetSchedule.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - activatedUsing: - operationId: roleManagement.directory.roleAssignmentScheduleRequests.TargetSchedule.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17549,7 +17057,7 @@ paths: - ticketInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -17669,7 +17177,7 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleCollectionResponse' default: $ref: '#/components/responses/error' @@ -17690,7 +17198,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17761,33 +17269,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' - links: - appScope: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetAppScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - directoryScope: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetDirectoryScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - principal: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetPrincipal - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - roleDefinition: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetRoleDefinition - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - activatedUsing: - operationId: roleManagement.directory.RoleAssignmentSchedules.GetActivatedUsing - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17813,8 +17300,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17903,29 +17394,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - directoryScope: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - principal: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - roleDefinition: - operationId: roleManagement.directory.roleAssignmentSchedules.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18012,7 +17486,7 @@ paths: - scheduleInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -18115,7 +17589,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -18140,7 +17614,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18200,17 +17674,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.RoleDefinitions.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18236,8 +17705,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18352,7 +17825,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -18382,7 +17855,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18450,18 +17923,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleDefinitions.InheritsPermissionsFrom.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id - unifiedRoleDefinition-id1: $request.path.unifiedRoleDefinition-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18495,8 +17962,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18620,7 +18091,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -18641,7 +18112,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18707,29 +18178,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' - links: - appScope: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetAppScope - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - directoryScope: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - principal: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - roleDefinition: - operationId: roleManagement.directory.RoleEligibilityScheduleInstances.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18755,8 +18209,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18859,7 +18317,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -18994,7 +18452,7 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -19019,7 +18477,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19095,35 +18553,12 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' - links: - appScope: - operationId: roleManagement.directory.RoleEligibilityScheduleRequests.GetAppScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - directoryScope: - operationId: roleManagement.directory.RoleEligibilityScheduleRequests.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - principal: - operationId: roleManagement.directory.RoleEligibilityScheduleRequests.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - roleDefinition: - operationId: roleManagement.directory.RoleEligibilityScheduleRequests.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - targetSchedule: - operationId: roleManagement.directory.RoleEligibilityScheduleRequests.GetTargetSchedule - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - cancel: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.unifiedRoleEligibilityScheduleRequest.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19149,8 +18584,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19223,7 +18662,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19274,7 +18713,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19350,7 +18789,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19410,17 +18849,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19483,29 +18917,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.TargetSchedule.GetAppScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - directoryScope: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.TargetSchedule.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - principal: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.TargetSchedule.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - roleDefinition: - operationId: roleManagement.directory.roleEligibilityScheduleRequests.TargetSchedule.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19607,7 +19024,7 @@ paths: - ticketInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -19722,7 +19139,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleCollectionResponse' default: $ref: '#/components/responses/error' @@ -19743,7 +19160,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19811,29 +19228,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetAppScope - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - directoryScope: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetDirectoryScope - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - principal: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetPrincipal - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - roleDefinition: - operationId: roleManagement.directory.RoleEligibilitySchedules.GetRoleDefinition - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19859,8 +19259,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19969,7 +19373,7 @@ paths: - scheduleInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -20041,29 +19445,12 @@ paths: - roleEligibilitySchedules type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.rbacApplication' - links: - roleAssignments: - operationId: roleManagement.EntitlementManagement.ListRoleAssignments - roleDefinitions: - operationId: roleManagement.EntitlementManagement.ListRoleDefinitions - roleAssignmentScheduleInstances: - operationId: roleManagement.EntitlementManagement.ListRoleAssignmentScheduleInstances - roleAssignmentScheduleRequests: - operationId: roleManagement.EntitlementManagement.ListRoleAssignmentScheduleRequests - roleAssignmentSchedules: - operationId: roleManagement.EntitlementManagement.ListRoleAssignmentSchedules - roleEligibilityScheduleInstances: - operationId: roleManagement.EntitlementManagement.ListRoleEligibilityScheduleInstances - roleEligibilityScheduleRequests: - operationId: roleManagement.EntitlementManagement.ListRoleEligibilityScheduleRequests - roleEligibilitySchedules: - operationId: roleManagement.EntitlementManagement.ListRoleEligibilitySchedules default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20080,8 +19467,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.rbacApplication' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.rbacApplication' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20180,7 +19571,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -20205,7 +19596,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20268,29 +19659,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleAssignments.GetAppScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleAssignments.GetDirectoryScope - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - principal: - operationId: roleManagement.entitlementManagement.RoleAssignments.GetPrincipal - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleAssignments.GetRoleDefinition - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20316,8 +19690,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20390,7 +19768,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20421,8 +19799,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.appScope' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.appScope' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20494,7 +19876,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20545,7 +19927,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20605,17 +19987,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.entitlementManagement.roleAssignments.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignment-id: $request.path.unifiedRoleAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20713,7 +20090,7 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -20734,7 +20111,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20804,33 +20181,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleInstances.GetAppScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleInstances.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - principal: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleInstances.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleInstances.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - activatedUsing: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleInstances.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20856,8 +20212,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20944,29 +20304,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' - links: - appScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - directoryScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - principal: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id - roleDefinition: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleInstances.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleInstance-id: $request.path.unifiedRoleAssignmentScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21050,7 +20393,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -21187,7 +20530,7 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -21212,7 +20555,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21290,39 +20633,12 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' - links: - activatedUsing: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - appScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - targetSchedule: - operationId: roleManagement.entitlementManagement.RoleAssignmentScheduleRequests.GetTargetSchedule - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - cancel: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.unifiedRoleAssignmentScheduleRequest.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21348,8 +20664,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21438,29 +20758,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21507,7 +20810,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21558,7 +20861,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21634,7 +20937,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21694,17 +20997,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21770,33 +21068,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.TargetSchedule.GetAppScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - directoryScope: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.TargetSchedule.GetDirectoryScope - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - principal: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.TargetSchedule.GetPrincipal - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - roleDefinition: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.TargetSchedule.GetRoleDefinition - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id - activatedUsing: - operationId: roleManagement.entitlementManagement.roleAssignmentScheduleRequests.TargetSchedule.GetActivatedUsing - parameters: - unifiedRoleAssignmentScheduleRequest-id: $request.path.unifiedRoleAssignmentScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21899,7 +21176,7 @@ paths: - ticketInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -22019,7 +21296,7 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleAssignmentScheduleCollectionResponse' default: $ref: '#/components/responses/error' @@ -22040,7 +21317,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22111,33 +21388,12 @@ paths: - activatedUsing type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentSchedules.GetAppScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleAssignmentSchedules.GetDirectoryScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - principal: - operationId: roleManagement.entitlementManagement.RoleAssignmentSchedules.GetPrincipal - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleAssignmentSchedules.GetRoleDefinition - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - activatedUsing: - operationId: roleManagement.entitlementManagement.RoleAssignmentSchedules.GetActivatedUsing - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22163,8 +21419,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22253,29 +21513,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.ActivatedUsing.GetAppScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - directoryScope: - operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.ActivatedUsing.GetDirectoryScope - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - principal: - operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.ActivatedUsing.GetPrincipal - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id - roleDefinition: - operationId: roleManagement.entitlementManagement.roleAssignmentSchedules.ActivatedUsing.GetRoleDefinition - parameters: - unifiedRoleAssignmentSchedule-id: $request.path.unifiedRoleAssignmentSchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22362,7 +21605,7 @@ paths: - scheduleInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -22465,7 +21708,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -22490,7 +21733,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22550,17 +21793,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.entitlementManagement.RoleDefinitions.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22586,8 +21824,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22702,7 +21944,7 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -22732,7 +21974,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22800,18 +22042,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.entitlementManagement.roleDefinitions.InheritsPermissionsFrom.ListInheritsPermissionsFrom - parameters: - unifiedRoleDefinition-id: $request.path.unifiedRoleDefinition-id - unifiedRoleDefinition-id1: $request.path.unifiedRoleDefinition-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22845,8 +22081,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22970,7 +22210,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleInstanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -22991,7 +22231,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23057,29 +22297,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleInstances.GetAppScope - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleInstances.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - principal: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleInstances.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleInstances.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleInstance-id: $request.path.unifiedRoleEligibilityScheduleInstance-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23105,8 +22328,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23209,7 +22436,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -23344,7 +22571,7 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -23369,7 +22596,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23445,35 +22672,12 @@ paths: - targetSchedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleRequests.GetAppScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleRequests.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - principal: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleRequests.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleRequests.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - targetSchedule: - operationId: roleManagement.entitlementManagement.RoleEligibilityScheduleRequests.GetTargetSchedule - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - cancel: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.unifiedRoleEligibilityScheduleRequest.cancel default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23499,8 +22703,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23573,7 +22781,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23624,7 +22832,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23700,7 +22908,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23760,17 +22968,12 @@ paths: - inheritsPermissionsFrom type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleDefinition' - links: - inheritsPermissionsFrom: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.RoleDefinition.ListInheritsPermissionsFrom - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23833,29 +23036,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.TargetSchedule.GetAppScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - directoryScope: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.TargetSchedule.GetDirectoryScope - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - principal: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.TargetSchedule.GetPrincipal - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id - roleDefinition: - operationId: roleManagement.entitlementManagement.roleEligibilityScheduleRequests.TargetSchedule.GetRoleDefinition - parameters: - unifiedRoleEligibilityScheduleRequest-id: $request.path.unifiedRoleEligibilityScheduleRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23957,7 +23143,7 @@ paths: - ticketInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -24072,7 +23258,7 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleEligibilityScheduleCollectionResponse' default: $ref: '#/components/responses/error' @@ -24093,7 +23279,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24161,29 +23347,12 @@ paths: - roleDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' - links: - appScope: - operationId: roleManagement.entitlementManagement.RoleEligibilitySchedules.GetAppScope - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - directoryScope: - operationId: roleManagement.entitlementManagement.RoleEligibilitySchedules.GetDirectoryScope - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - principal: - operationId: roleManagement.entitlementManagement.RoleEligibilitySchedules.GetPrincipal - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id - roleDefinition: - operationId: roleManagement.entitlementManagement.RoleEligibilitySchedules.GetRoleDefinition - parameters: - unifiedRoleEligibilitySchedule-id: $request.path.unifiedRoleEligibilitySchedule-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24209,8 +23378,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24319,7 +23492,7 @@ paths: - scheduleInfo desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -24443,7 +23616,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.agreementAcceptanceCollectionResponse' default: $ref: '#/components/responses/error' @@ -24513,7 +23686,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index 0b3f093303b..2d14b232277 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -75,7 +75,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.dataPolicyOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -96,7 +96,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -155,7 +155,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -186,8 +186,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.dataPolicyOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -259,23 +263,12 @@ paths: - conditionalAccess type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityContainer' - links: - apiConnectors: - operationId: identity.ListApiConnectors - b2xUserFlows: - operationId: identity.ListB2xUserFlows - identityProviders: - operationId: identity.ListIdentityProviders - userFlowAttributes: - operationId: identity.ListUserFlowAttributes - conditionalAccess: - operationId: identity.GetConditionalAccess default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -292,8 +285,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityContainer' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityContainer' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -360,7 +357,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityApiConnectorCollectionResponse' default: $ref: '#/components/responses/error' @@ -385,7 +382,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -438,15 +435,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' - links: - uploadClientCertificate: - operationId: identity.apiConnectors.identityApiConnector.uploadClientCertificate default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -472,8 +466,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityApiConnector' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityApiConnector' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -539,7 +537,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -619,7 +617,7 @@ paths: - userFlowIdentityProviders type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.b2xIdentityUserFlowCollectionResponse' default: $ref: '#/components/responses/error' @@ -644,7 +642,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -705,29 +703,12 @@ paths: - userFlowIdentityProviders type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' - links: - identityProviders: - operationId: identity.B2xUserFlows.ListIdentityProviders - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - languages: - operationId: identity.B2xUserFlows.ListLanguages - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - userAttributeAssignments: - operationId: identity.B2xUserFlows.ListUserAttributeAssignments - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - userFlowIdentityProviders: - operationId: identity.B2xUserFlows.ListUserFlowIdentityProviders - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -753,8 +734,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -858,7 +843,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderCollectionResponse' default: $ref: '#/components/responses/error' @@ -925,7 +910,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1012,7 +997,7 @@ paths: - overridesPages type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguageConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1042,7 +1027,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1106,23 +1091,12 @@ paths: - overridesPages type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' - links: - defaultPages: - operationId: identity.b2xUserFlows.Languages.ListDefaultPages - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - userFlowLanguageConfiguration-id: $request.path.userFlowLanguageConfiguration-id - overridesPages: - operationId: identity.b2xUserFlows.Languages.ListOverridesPages - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - userFlowLanguageConfiguration-id: $request.path.userFlowLanguageConfiguration-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1156,8 +1130,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1262,7 +1240,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguagePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1300,7 +1278,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1366,7 +1344,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1413,8 +1391,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1492,7 +1474,7 @@ paths: type: string x-ms-docs-key-type: userFlowLanguagePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1616,7 +1598,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userFlowLanguagePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1654,7 +1636,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1720,7 +1702,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1767,8 +1749,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userFlowLanguagePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1849,7 +1835,7 @@ paths: type: string x-ms-docs-key-type: userFlowLanguagePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1982,7 +1968,7 @@ paths: - userAttribute type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityUserFlowAttributeAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -2016,7 +2002,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2081,18 +2067,12 @@ paths: - userAttribute type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' - links: - userAttribute: - operationId: identity.b2xUserFlows.UserAttributeAssignments.GetUserAttribute - parameters: - b2xIdentityUserFlow-id: $request.path.b2xIdentityUserFlow-id - identityUserFlowAttributeAssignment-id: $request.path.identityUserFlowAttributeAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2126,8 +2106,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2218,7 +2202,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2243,7 +2227,7 @@ paths: type: string x-ms-docs-key-type: b2xIdentityUserFlow responses: - '200': + 2XX: description: Success content: application/json: @@ -2350,7 +2334,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -2436,7 +2420,7 @@ paths: - displayName desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -2507,21 +2491,12 @@ paths: - templates type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessRoot' - links: - authenticationContextClassReferences: - operationId: identity.ConditionalAccess.ListAuthenticationContextClassReferences - namedLocations: - operationId: identity.ConditionalAccess.ListNamedLocations - policies: - operationId: identity.ConditionalAccess.ListPolicies - templates: - operationId: identity.ConditionalAccess.ListTemplates default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2538,8 +2513,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conditionalAccessRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2624,7 +2603,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationContextClassReferenceCollectionResponse' default: $ref: '#/components/responses/error' @@ -2645,7 +2624,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2698,7 +2677,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2729,8 +2708,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationContextClassReference' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2823,7 +2806,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.namedLocationCollectionResponse' default: $ref: '#/components/responses/error' @@ -2848,7 +2831,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.namedLocation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2901,7 +2884,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2932,8 +2915,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.namedLocation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.namedLocation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3041,7 +3028,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conditionalAccessPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3066,7 +3053,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3124,7 +3111,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3155,8 +3142,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3252,7 +3243,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conditionalAccessTemplateCollectionResponse' default: $ref: '#/components/responses/error' @@ -3305,7 +3296,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3371,7 +3362,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -3396,7 +3387,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3446,7 +3437,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3477,8 +3468,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityProviderBase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3521,7 +3516,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -3610,7 +3605,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityUserFlowAttributeCollectionResponse' default: $ref: '#/components/responses/error' @@ -3635,7 +3630,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3689,7 +3684,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3720,8 +3715,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityUserFlowAttribute' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3786,17 +3785,12 @@ paths: - riskyUsers type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' - links: - riskDetections: - operationId: identityProtection.ListRiskDetections - riskyUsers: - operationId: identityProtection.ListRiskyUsers default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3813,8 +3807,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityProtectionRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3929,7 +3927,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.riskDetectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3950,7 +3948,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskDetection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4019,7 +4017,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4050,8 +4048,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskDetection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.riskDetection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4161,7 +4163,7 @@ paths: - history type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.riskyUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -4182,7 +4184,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4242,17 +4244,12 @@ paths: - history type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUser' - links: - history: - operationId: identityProtection.RiskyUsers.ListHistory - parameters: - riskyUser-id: $request.path.riskyUser-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4278,8 +4275,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.riskyUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4406,7 +4407,7 @@ paths: - history type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.riskyUserHistoryItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -4436,7 +4437,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4507,18 +4508,12 @@ paths: - history type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' - links: - history: - operationId: identityProtection.riskyUsers.History.ListHistory - parameters: - riskyUser-id: $request.path.riskyUser-id - riskyUserHistoryItem-id: $request.path.riskyUserHistoryItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4552,8 +4547,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.riskyUserHistoryItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4719,7 +4718,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.identityProviderCollectionResponse' default: $ref: '#/components/responses/error' @@ -4746,7 +4745,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProvider' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -4809,7 +4808,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -4850,8 +4849,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identityProvider' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityProvider' default: $ref: '#/components/responses/error' deprecated: true @@ -4910,7 +4913,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -4975,17 +4978,12 @@ paths: - threatAssessmentRequests type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.informationProtection' - links: - bitlocker: - operationId: informationProtection.GetBitlocker - threatAssessmentRequests: - operationId: informationProtection.ListThreatAssessmentRequests default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5002,8 +5000,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.informationProtection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.informationProtection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5041,15 +5043,12 @@ paths: - recoveryKeys type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.bitlocker' - links: - recoveryKeys: - operationId: informationProtection.Bitlocker.ListRecoveryKeys default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5119,7 +5118,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.bitlockerRecoveryKeyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5172,7 +5171,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5258,7 +5257,7 @@ paths: - results type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.threatAssessmentRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -5283,7 +5282,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5341,17 +5340,12 @@ paths: - results type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' - links: - results: - operationId: informationProtection.ThreatAssessmentRequests.ListResults - parameters: - threatAssessmentRequest-id: $request.path.threatAssessmentRequest-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5377,8 +5371,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5476,7 +5474,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.threatAssessmentResultCollectionResponse' default: $ref: '#/components/responses/error' @@ -5506,7 +5504,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5567,7 +5565,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5606,8 +5604,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.threatAssessmentResult' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5724,7 +5726,7 @@ paths: - invitedUser type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.invitationCollectionResponse' default: $ref: '#/components/responses/error' @@ -5749,7 +5751,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.invitation' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -5809,17 +5811,12 @@ paths: - invitedUser type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.invitation' - links: - invitedUser: - operationId: invitations.GetInvitedUser - parameters: - invitation-id: $request.path.invitation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5845,8 +5842,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.invitation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.invitation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6082,197 +6083,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - appRoleAssignments: - operationId: invitations.InvitedUser.ListAppRoleAssignments - parameters: - invitation-id: $request.path.invitation-id - createdObjects: - operationId: invitations.InvitedUser.ListCreatedObjects - parameters: - invitation-id: $request.path.invitation-id - directReports: - operationId: invitations.InvitedUser.ListDirectReports - parameters: - invitation-id: $request.path.invitation-id - licenseDetails: - operationId: invitations.InvitedUser.ListLicenseDetails - parameters: - invitation-id: $request.path.invitation-id - manager: - operationId: invitations.InvitedUser.GetManager - parameters: - invitation-id: $request.path.invitation-id - memberOf: - operationId: invitations.InvitedUser.ListMemberGraphOPre - parameters: - invitation-id: $request.path.invitation-id - oauth2PermissionGrants: - operationId: invitations.InvitedUser.ListOauth2PermissionGrants - parameters: - invitation-id: $request.path.invitation-id - ownedDevices: - operationId: invitations.InvitedUser.ListOwnedDevices - parameters: - invitation-id: $request.path.invitation-id - ownedObjects: - operationId: invitations.InvitedUser.ListOwnedObjects - parameters: - invitation-id: $request.path.invitation-id - registeredDevices: - operationId: invitations.InvitedUser.ListRegisteredDevices - parameters: - invitation-id: $request.path.invitation-id - scopedRoleMemberOf: - operationId: invitations.InvitedUser.ListScopedRoleMemberGraphOPre - parameters: - invitation-id: $request.path.invitation-id - transitiveMemberOf: - operationId: invitations.InvitedUser.ListTransitiveMemberGraphOPre - parameters: - invitation-id: $request.path.invitation-id - calendar: - operationId: invitations.InvitedUser.GetCalendar - parameters: - invitation-id: $request.path.invitation-id - calendarGroups: - operationId: invitations.InvitedUser.ListCalendarGroups - parameters: - invitation-id: $request.path.invitation-id - calendars: - operationId: invitations.InvitedUser.ListCalendars - parameters: - invitation-id: $request.path.invitation-id - calendarView: - operationId: invitations.InvitedUser.ListCalendarView - parameters: - invitation-id: $request.path.invitation-id - contactFolders: - operationId: invitations.InvitedUser.ListContactFolders - parameters: - invitation-id: $request.path.invitation-id - contacts: - operationId: invitations.InvitedUser.ListContacts - parameters: - invitation-id: $request.path.invitation-id - events: - operationId: invitations.InvitedUser.ListEvents - parameters: - invitation-id: $request.path.invitation-id - inferenceClassification: - operationId: invitations.InvitedUser.GetInferenceClassification - parameters: - invitation-id: $request.path.invitation-id - mailFolders: - operationId: invitations.InvitedUser.ListMailFolders - parameters: - invitation-id: $request.path.invitation-id - messages: - operationId: invitations.InvitedUser.ListMessages - parameters: - invitation-id: $request.path.invitation-id - outlook: - operationId: invitations.InvitedUser.GetOutlook - parameters: - invitation-id: $request.path.invitation-id - people: - operationId: invitations.InvitedUser.ListPeople - parameters: - invitation-id: $request.path.invitation-id - drive: - operationId: invitations.InvitedUser.GetDrive - parameters: - invitation-id: $request.path.invitation-id - drives: - operationId: invitations.InvitedUser.ListDrives - parameters: - invitation-id: $request.path.invitation-id - followedSites: - operationId: invitations.InvitedUser.ListFollowedSites - parameters: - invitation-id: $request.path.invitation-id - extensions: - operationId: invitations.InvitedUser.ListExtensions - parameters: - invitation-id: $request.path.invitation-id - agreementAcceptances: - operationId: invitations.InvitedUser.ListAgreementAcceptances - parameters: - invitation-id: $request.path.invitation-id - managedDevices: - operationId: invitations.InvitedUser.ListManagedDevices - parameters: - invitation-id: $request.path.invitation-id - managedAppRegistrations: - operationId: invitations.InvitedUser.ListManagedAppRegistrations - parameters: - invitation-id: $request.path.invitation-id - deviceManagementTroubleshootingEvents: - operationId: invitations.InvitedUser.ListDeviceManagementTroubleshootingEvents - parameters: - invitation-id: $request.path.invitation-id - planner: - operationId: invitations.InvitedUser.GetPlanner - parameters: - invitation-id: $request.path.invitation-id - insights: - operationId: invitations.InvitedUser.GetInsights - parameters: - invitation-id: $request.path.invitation-id - settings: - operationId: invitations.InvitedUser.GetSettings - parameters: - invitation-id: $request.path.invitation-id - onenote: - operationId: invitations.InvitedUser.GetOnenote - parameters: - invitation-id: $request.path.invitation-id - photo: - operationId: invitations.InvitedUser.GetPhoto - parameters: - invitation-id: $request.path.invitation-id - photos: - operationId: invitations.InvitedUser.ListPhotos - parameters: - invitation-id: $request.path.invitation-id - activities: - operationId: invitations.InvitedUser.ListActivities - parameters: - invitation-id: $request.path.invitation-id - onlineMeetings: - operationId: invitations.InvitedUser.ListOnlineMeetings - parameters: - invitation-id: $request.path.invitation-id - presence: - operationId: invitations.InvitedUser.GetPresence - parameters: - invitation-id: $request.path.invitation-id - authentication: - operationId: invitations.InvitedUser.GetAuthentication - parameters: - invitation-id: $request.path.invitation-id - chats: - operationId: invitations.InvitedUser.ListChats - parameters: - invitation-id: $request.path.invitation-id - joinedTeams: - operationId: invitations.InvitedUser.ListJoinedTeams - parameters: - invitation-id: $request.path.invitation-id - teamwork: - operationId: invitations.InvitedUser.GetTeamwork - parameters: - invitation-id: $request.path.invitation-id - todo: - operationId: invitations.InvitedUser.GetTodo - parameters: - invitation-id: $request.path.invitation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6345,7 +6161,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -6370,7 +6186,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -6428,7 +6244,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -6463,8 +6279,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6551,7 +6371,7 @@ paths: - scope desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6642,7 +6462,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.certificateBasedAuthConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -6700,7 +6520,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6773,45 +6593,12 @@ paths: - roleManagementPolicyAssignments type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.policyRoot' - links: - authenticationMethodsPolicy: - operationId: policies.GetAuthenticationMethodsPolicy - authenticationFlowsPolicy: - operationId: policies.GetAuthenticationFlowsPolicy - activityBasedTimeoutPolicies: - operationId: policies.ListActivityBasedTimeoutPolicies - authorizationPolicy: - operationId: policies.GetAuthorizationPolicy - claimsMappingPolicies: - operationId: policies.ListClaimsMappingPolicies - crossTenantAccessPolicy: - operationId: policies.GetCrossTenantAccessPolicy - homeRealmDiscoveryPolicies: - operationId: policies.ListHomeRealmDiscoveryPolicies - permissionGrantPolicies: - operationId: policies.ListPermissionGrantPolicies - tokenIssuancePolicies: - operationId: policies.ListTokenIssuancePolicies - tokenLifetimePolicies: - operationId: policies.ListTokenLifetimePolicies - featureRolloutPolicies: - operationId: policies.ListFeatureRolloutPolicies - adminConsentRequestPolicy: - operationId: policies.GetAdminConsentRequestPolicy - conditionalAccessPolicies: - operationId: policies.ListConditionalAccessPolicies - identitySecurityDefaultsEnforcementPolicy: - operationId: policies.GetIdentitySecurityDefaultsEnforcementPolicy - roleManagementPolicies: - operationId: policies.ListRoleManagementPolicies - roleManagementPolicyAssignments: - operationId: policies.ListRoleManagementPolicyAssignments default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6828,8 +6615,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.policyRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policyRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6904,7 +6695,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.activityBasedTimeoutPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6929,7 +6720,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6986,17 +6777,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' - links: - appliesTo: - operationId: policies.ActivityBasedTimeoutPolicies.ListAppliesTo - parameters: - activityBasedTimeoutPolicy-id: $request.path.activityBasedTimeoutPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7022,8 +6808,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7095,7 +6885,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7121,8 +6911,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7183,7 +6977,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7209,8 +7003,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7276,15 +7074,12 @@ paths: - authenticationMethodConfigurations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' - links: - authenticationMethodConfigurations: - operationId: policies.AuthenticationMethodsPolicy.ListAuthenticationMethodConfigurations default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7305,8 +7100,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7382,7 +7181,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationMethodConfigurationCollectionResponse' default: $ref: '#/components/responses/error' @@ -7403,7 +7202,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7454,7 +7253,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7485,8 +7284,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7559,7 +7362,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7585,8 +7388,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authorizationPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7679,7 +7486,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.claimsMappingPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7704,7 +7511,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7761,17 +7568,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' - links: - appliesTo: - operationId: policies.ClaimsMappingPolicies.ListAppliesTo - parameters: - claimsMappingPolicy-id: $request.path.claimsMappingPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7797,8 +7599,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.claimsMappingPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7903,7 +7709,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conditionalAccessPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7924,7 +7730,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7982,7 +7788,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8013,8 +7819,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8088,17 +7898,12 @@ paths: - partners type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' - links: - default: - operationId: policies.CrossTenantAccessPolicy.GetDefault - partners: - operationId: policies.CrossTenantAccessPolicy.ListPartners default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8119,8 +7924,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8184,15 +7993,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' - links: - resetToSystemDefault: - operationId: policies.crossTenantAccessPolicy.default.resetToSystemDefault default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8213,8 +8019,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8324,7 +8134,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.crossTenantAccessPolicyConfigurationPartnerCollectionResponse' default: $ref: '#/components/responses/error' @@ -8349,7 +8159,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8405,7 +8215,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8436,8 +8246,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8538,7 +8352,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.featureRolloutPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -8563,7 +8377,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8620,17 +8434,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' - links: - appliesTo: - operationId: policies.FeatureRolloutPolicies.ListAppliesTo - parameters: - featureRolloutPolicy-id: $request.path.featureRolloutPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8656,8 +8465,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.featureRolloutPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8749,7 +8562,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -8779,7 +8592,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryObject' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8867,7 +8680,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -8931,7 +8744,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8993,7 +8806,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9136,7 +8949,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.homeRealmDiscoveryPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -9161,7 +8974,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9218,17 +9031,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' - links: - appliesTo: - operationId: policies.HomeRealmDiscoveryPolicies.ListAppliesTo - parameters: - homeRealmDiscoveryPolicy-id: $request.path.homeRealmDiscoveryPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9254,8 +9062,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9325,7 +9137,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9351,8 +9163,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9441,7 +9257,7 @@ paths: - includes type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionGrantPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -9466,7 +9282,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9523,21 +9339,12 @@ paths: - includes type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' - links: - excludes: - operationId: policies.PermissionGrantPolicies.ListExcludes - parameters: - permissionGrantPolicy-id: $request.path.permissionGrantPolicy-id - includes: - operationId: policies.PermissionGrantPolicies.ListIncludes - parameters: - permissionGrantPolicy-id: $request.path.permissionGrantPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9563,8 +9370,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9680,7 +9491,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionGrantConditionSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -9714,7 +9525,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9780,7 +9591,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9819,8 +9630,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9944,7 +9759,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionGrantConditionSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -9978,7 +9793,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10044,7 +9859,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10083,8 +9898,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permissionGrantConditionSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10201,7 +10020,7 @@ paths: - rules type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -10222,7 +10041,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10283,21 +10102,12 @@ paths: - rules type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' - links: - effectiveRules: - operationId: policies.RoleManagementPolicies.ListEffectiveRules - parameters: - unifiedRoleManagementPolicy-id: $request.path.unifiedRoleManagementPolicy-id - rules: - operationId: policies.RoleManagementPolicies.ListRules - parameters: - unifiedRoleManagementPolicy-id: $request.path.unifiedRoleManagementPolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10323,8 +10133,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10416,7 +10230,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -10446,7 +10260,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10505,7 +10319,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10544,8 +10358,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10648,7 +10466,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -10678,7 +10496,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10737,7 +10555,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10776,8 +10594,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10883,7 +10705,7 @@ paths: - policy type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.unifiedRoleManagementPolicyAssignmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -10904,7 +10726,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10960,17 +10782,12 @@ paths: - policy type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' - links: - policy: - operationId: policies.RoleManagementPolicyAssignments.GetPolicy - parameters: - unifiedRoleManagementPolicyAssignment-id: $request.path.unifiedRoleManagementPolicyAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10996,8 +10813,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11079,21 +10900,12 @@ paths: - rules type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' - links: - effectiveRules: - operationId: policies.roleManagementPolicyAssignments.Policy.ListEffectiveRules - parameters: - unifiedRoleManagementPolicyAssignment-id: $request.path.unifiedRoleManagementPolicyAssignment-id - rules: - operationId: policies.roleManagementPolicyAssignments.Policy.ListRules - parameters: - unifiedRoleManagementPolicyAssignment-id: $request.path.unifiedRoleManagementPolicyAssignment-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11168,7 +10980,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenIssuancePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -11193,7 +11005,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11250,17 +11062,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' - links: - appliesTo: - operationId: policies.TokenIssuancePolicies.ListAppliesTo - parameters: - tokenIssuancePolicy-id: $request.path.tokenIssuancePolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11286,8 +11093,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenIssuancePolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11388,7 +11199,7 @@ paths: - appliesTo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.tokenLifetimePolicyCollectionResponse' default: $ref: '#/components/responses/error' @@ -11413,7 +11224,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11470,17 +11281,12 @@ paths: - appliesTo type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' - links: - appliesTo: - operationId: policies.TokenLifetimePolicies.ListAppliesTo - parameters: - tokenLifetimePolicy-id: $request.path.tokenLifetimePolicy-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11506,8 +11312,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.tokenLifetimePolicy' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11598,53 +11408,12 @@ paths: - windowsHelloForBusinessMethods type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authentication' - links: - emailMethods: - operationId: users.Authentication.ListEmailMethods - parameters: - user-id: $request.path.user-id - fido2Methods: - operationId: users.Authentication.ListFido2Methods - parameters: - user-id: $request.path.user-id - methods: - operationId: users.Authentication.ListMethods - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorMethods: - operationId: users.Authentication.ListMicrosoftAuthenticatorMethods - parameters: - user-id: $request.path.user-id - operations: - operationId: users.Authentication.ListOperations - parameters: - user-id: $request.path.user-id - passwordMethods: - operationId: users.Authentication.ListPasswordMethods - parameters: - user-id: $request.path.user-id - phoneMethods: - operationId: users.Authentication.ListPhoneMethods - parameters: - user-id: $request.path.user-id - softwareOathMethods: - operationId: users.Authentication.ListSoftwareOathMethods - parameters: - user-id: $request.path.user-id - temporaryAccessPassMethods: - operationId: users.Authentication.ListTemporaryAccessPassMethods - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessMethods: - operationId: users.Authentication.ListWindowsHelloGraphFPreBusinessMethods - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11670,8 +11439,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authentication' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authentication' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11766,7 +11539,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.emailAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -11800,7 +11573,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11859,7 +11632,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11898,8 +11671,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.emailAuthenticationMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12014,7 +11791,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.fido2AuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -12044,7 +11821,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.fido2AuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12108,7 +11885,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12147,8 +11924,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fido2AuthenticationMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fido2AuthenticationMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12248,7 +12029,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.authenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -12278,7 +12059,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12336,15 +12117,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' - links: - resetPassword: - operationId: users.user.authentication.methods.authenticationMethod.resetPassword default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12378,8 +12156,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.authenticationMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.authenticationMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12459,7 +12241,7 @@ paths: - device type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.microsoftAuthenticatorAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -12489,7 +12271,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12553,18 +12335,12 @@ paths: - device type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' - links: - device: - operationId: users.authentication.MicrosoftAuthenticatorMethods.GetDevice - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12598,8 +12374,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12716,48 +12496,12 @@ paths: - extensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' - links: - memberOf: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListMemberGraphOPre - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - registeredOwners: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListRegisteredOwners - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - registeredUsers: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListRegisteredUsers - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - transitiveMemberOf: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListTransitiveMemberGraphOPre - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - extensions: - operationId: users.authentication.microsoftAuthenticatorMethods.Device.ListExtensions - parameters: - user-id: $request.path.user-id - microsoftAuthenticatorAuthenticationMethod-id: $request.path.microsoftAuthenticatorAuthenticationMethod-id - checkMemberGroups: - operationId: users.user.authentication.microsoftAuthenticatorMethods.microsoftAuthenticatorAuthenticationMethod.device.checkMemberGroups - checkMemberObjects: - operationId: users.user.authentication.microsoftAuthenticatorMethods.microsoftAuthenticatorAuthenticationMethod.device.checkMemberObjects - getMemberGroups: - operationId: users.user.authentication.microsoftAuthenticatorMethods.microsoftAuthenticatorAuthenticationMethod.device.getMemberGroups - getMemberObjects: - operationId: users.user.authentication.microsoftAuthenticatorMethods.microsoftAuthenticatorAuthenticationMethod.device.getMemberObjects - restore: - operationId: users.user.authentication.microsoftAuthenticatorMethods.microsoftAuthenticatorAuthenticationMethod.device.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12791,8 +12535,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.device' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12897,7 +12645,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -12935,7 +12683,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13001,7 +12749,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13048,8 +12796,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13178,7 +12930,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -13254,7 +13006,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13346,7 +13098,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -13462,7 +13214,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -13583,7 +13335,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -13659,7 +13411,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13751,7 +13503,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -13827,7 +13579,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13910,7 +13662,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.longRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -13940,7 +13692,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14003,7 +13755,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14042,8 +13794,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.longRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.longRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14149,7 +13905,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.passwordAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -14179,7 +13935,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14239,7 +13995,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14278,8 +14034,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14388,7 +14148,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.phoneAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -14422,7 +14182,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14483,17 +14243,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' - links: - disableSmsSignIn: - operationId: users.user.authentication.phoneMethods.phoneAuthenticationMethod.disableSmsSignIn - enableSmsSignIn: - operationId: users.user.authentication.phoneMethods.phoneAuthenticationMethod.enableSmsSignIn default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14527,8 +14282,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14631,7 +14390,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.softwareOathAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -14661,7 +14420,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14720,7 +14479,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14759,8 +14518,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14881,7 +14644,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.temporaryAccessPassAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -14915,7 +14678,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14980,7 +14743,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15096,7 +14859,7 @@ paths: - device type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.windowsHelloForBusinessAuthenticationMethodCollectionResponse' default: $ref: '#/components/responses/error' @@ -15126,7 +14889,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15189,18 +14952,12 @@ paths: - device type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' - links: - device: - operationId: users.authentication.WindowsHelloGraphFPreBusinessMethods.GetDevice - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15234,8 +14991,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15352,48 +15113,12 @@ paths: - extensions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.device' - links: - memberOf: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListMemberGraphOPre - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - registeredOwners: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListRegisteredOwners - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - registeredUsers: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListRegisteredUsers - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - transitiveMemberOf: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListTransitiveMemberGraphOPre - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - extensions: - operationId: users.authentication.windowsHelloGraphFPreBusinessMethods.Device.ListExtensions - parameters: - user-id: $request.path.user-id - windowsHelloForBusinessAuthenticationMethod-id: $request.path.windowsHelloForBusinessAuthenticationMethod-id - checkMemberGroups: - operationId: users.user.authentication.windowsHelloGraphFPreBusinessMethods.windowsHelloGraphFPreBusinessAuthenticationMethod.device.checkMemberGroups - checkMemberObjects: - operationId: users.user.authentication.windowsHelloGraphFPreBusinessMethods.windowsHelloGraphFPreBusinessAuthenticationMethod.device.checkMemberObjects - getMemberGroups: - operationId: users.user.authentication.windowsHelloGraphFPreBusinessMethods.windowsHelloGraphFPreBusinessAuthenticationMethod.device.getMemberGroups - getMemberObjects: - operationId: users.user.authentication.windowsHelloGraphFPreBusinessMethods.windowsHelloGraphFPreBusinessAuthenticationMethod.device.getMemberObjects - restore: - operationId: users.user.authentication.windowsHelloGraphFPreBusinessMethods.windowsHelloGraphFPreBusinessAuthenticationMethod.device.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15427,8 +15152,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.device' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.device' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15533,7 +15262,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15571,7 +15300,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15637,7 +15366,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15684,8 +15413,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15814,7 +15547,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -15890,7 +15623,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15982,7 +15715,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -16098,7 +15831,7 @@ paths: - deletedDateTime desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/StringCollectionResponse' default: $ref: '#/components/responses/error' @@ -16219,7 +15952,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -16295,7 +16028,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16387,7 +16120,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -16463,7 +16196,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17131,6 +16864,7 @@ components: description: The URL the user should be redirected to once the invitation is redeemed. Required. resetRedemption: type: boolean + description: 'Reset the user''s redemption status and reinvite a user while retaining their user identifier, group memberships, and app assignments. This property allows you to enable a user to sign-in using a different email address from the one in the previous invitation. For more information about using this property, see Reset redemption status for a guest user.' nullable: true sendInvitationMessage: type: boolean diff --git a/openApiDocs/v1.0/Mail.yml b/openApiDocs/v1.0/Mail.yml index e32ad064d76..2341c42f70e 100644 --- a/openApiDocs/v1.0/Mail.yml +++ b/openApiDocs/v1.0/Mail.yml @@ -36,17 +36,12 @@ paths: - overrides type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' - links: - overrides: - operationId: users.InferenceClassification.ListOverrides - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72,8 +67,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.inferenceClassification' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.inferenceClassification' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -132,7 +131,7 @@ paths: - senderEmailAddress type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.inferenceClassificationOverrideCollectionResponse' default: $ref: '#/components/responses/error' @@ -166,7 +165,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -214,7 +213,7 @@ paths: - senderEmailAddress type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -253,8 +252,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.inferenceClassificationOverride' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -364,7 +367,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mailFolderCollectionResponse' default: $ref: '#/components/responses/error' @@ -398,7 +401,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -455,42 +458,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' - links: - childFolders: - operationId: users.MailFolders.ListChildFolders - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - messageRules: - operationId: users.MailFolders.ListMessageRules - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - messages: - operationId: users.MailFolders.ListMessages - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - multiValueExtendedProperties: - operationId: users.MailFolders.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - singleValueExtendedProperties: - operationId: users.MailFolders.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - copy: - operationId: users.user.mailFolders.mailFolder.copy - move: - operationId: users.user.mailFolders.mailFolder.move default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -524,8 +497,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailFolder' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -660,7 +637,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.mailFolderCollectionResponse' default: $ref: '#/components/responses/error' @@ -702,7 +679,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -784,47 +761,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mailFolder' - links: - childFolders: - operationId: users.mailFolders.ChildFolders.ListChildFolders - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - messageRules: - operationId: users.mailFolders.ChildFolders.ListMessageRules - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - messages: - operationId: users.mailFolders.ChildFolders.ListMessages - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - multiValueExtendedProperties: - operationId: users.mailFolders.ChildFolders.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - singleValueExtendedProperties: - operationId: users.mailFolders.ChildFolders.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - copy: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.copy - move: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.move default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -866,8 +808,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.mailFolder' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailFolder' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1002,7 +948,7 @@ paths: - sequence type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -1052,7 +998,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1122,7 +1068,7 @@ paths: - sequence type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1177,8 +1123,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.messageRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1408,7 +1358,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1458,7 +1408,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1570,59 +1520,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' - links: - attachments: - operationId: users.mailFolders.childFolders.Messages.ListAttachments - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - message-id: $request.path.message-id - extensions: - operationId: users.mailFolders.childFolders.Messages.ListExtensions - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - message-id: $request.path.message-id - multiValueExtendedProperties: - operationId: users.mailFolders.childFolders.Messages.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - message-id: $request.path.message-id - singleValueExtendedProperties: - operationId: users.mailFolders.childFolders.Messages.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - mailFolder-id1: $request.path.mailFolder-id1 - message-id: $request.path.message-id - copy: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.copy - createForward: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createForward - createReply: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createReply - createReplyAll: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.createReplyAll - forward: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.forward - move: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.move - reply: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.reply - replyAll: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.replyAll - send: - operationId: users.user.mailFolders.mailFolder.childFolders.mailFolder.messages.message.send default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1672,8 +1575,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1770,7 +1677,7 @@ paths: type: string x-ms-docs-key-type: message responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -1932,7 +1839,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -1990,7 +1897,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2077,7 +1984,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2226,7 +2133,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2284,7 +2191,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2366,7 +2273,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2429,8 +2336,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2578,7 +2489,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2632,7 +2543,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2715,7 +2626,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2778,8 +2689,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2927,7 +2842,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2981,7 +2896,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3064,7 +2979,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3127,8 +3042,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3268,7 +3187,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3314,7 +3233,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3389,7 +3308,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3444,8 +3363,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3577,7 +3500,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3623,7 +3546,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3698,7 +3621,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3753,8 +3676,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3889,7 +3816,7 @@ paths: - sequence type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.messageRuleCollectionResponse' default: $ref: '#/components/responses/error' @@ -3931,7 +3858,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3993,7 +3920,7 @@ paths: - sequence type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4040,8 +3967,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.messageRule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.messageRule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4255,7 +4186,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' default: $ref: '#/components/responses/error' @@ -4297,7 +4228,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4401,55 +4332,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' - links: - attachments: - operationId: users.mailFolders.Messages.ListAttachments - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - message-id: $request.path.message-id - extensions: - operationId: users.mailFolders.Messages.ListExtensions - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - message-id: $request.path.message-id - multiValueExtendedProperties: - operationId: users.mailFolders.Messages.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - message-id: $request.path.message-id - singleValueExtendedProperties: - operationId: users.mailFolders.Messages.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - mailFolder-id: $request.path.mailFolder-id - message-id: $request.path.message-id - copy: - operationId: users.user.mailFolders.mailFolder.messages.message.copy - createForward: - operationId: users.user.mailFolders.mailFolder.messages.message.createForward - createReply: - operationId: users.user.mailFolders.mailFolder.messages.message.createReply - createReplyAll: - operationId: users.user.mailFolders.mailFolder.messages.message.createReplyAll - forward: - operationId: users.user.mailFolders.mailFolder.messages.message.forward - move: - operationId: users.user.mailFolders.mailFolder.messages.message.move - reply: - operationId: users.user.mailFolders.mailFolder.messages.message.reply - replyAll: - operationId: users.user.mailFolders.mailFolder.messages.message.replyAll - send: - operationId: users.user.mailFolders.mailFolder.messages.message.send default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4491,8 +4379,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4573,7 +4465,7 @@ paths: type: string x-ms-docs-key-type: message responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4719,7 +4611,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -4769,7 +4661,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4848,7 +4740,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4981,7 +4873,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5031,7 +4923,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5105,7 +4997,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5160,8 +5052,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5293,7 +5189,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5339,7 +5235,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5414,7 +5310,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5469,8 +5365,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5602,7 +5502,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5648,7 +5548,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5723,7 +5623,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5778,8 +5678,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5903,7 +5807,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5941,7 +5845,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6008,7 +5912,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6055,8 +5959,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6172,7 +6080,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6210,7 +6118,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6277,7 +6185,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6324,8 +6232,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6515,7 +6427,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.messageCollectionResponse' default: $ref: '#/components/responses/error' @@ -6549,7 +6461,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6629,51 +6541,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.message' - links: - attachments: - operationId: users.Messages.ListAttachments - parameters: - user-id: $request.path.user-id - message-id: $request.path.message-id - extensions: - operationId: users.Messages.ListExtensions - parameters: - user-id: $request.path.user-id - message-id: $request.path.message-id - multiValueExtendedProperties: - operationId: users.Messages.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - message-id: $request.path.message-id - singleValueExtendedProperties: - operationId: users.Messages.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - message-id: $request.path.message-id - copy: - operationId: users.user.messages.message.copy - createForward: - operationId: users.user.messages.message.createForward - createReply: - operationId: users.user.messages.message.createReply - createReplyAll: - operationId: users.user.messages.message.createReplyAll - forward: - operationId: users.user.messages.message.forward - move: - operationId: users.user.messages.message.move - reply: - operationId: users.user.messages.message.reply - replyAll: - operationId: users.user.messages.message.replyAll - send: - operationId: users.user.messages.message.send default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6707,8 +6580,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.message' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6773,7 +6650,7 @@ paths: type: string x-ms-docs-key-type: message responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -6903,7 +6780,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentCollectionResponse' default: $ref: '#/components/responses/error' @@ -6945,7 +6822,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachment' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7016,7 +6893,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7133,7 +7010,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7175,7 +7052,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7241,7 +7118,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7288,8 +7165,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7405,7 +7286,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7443,7 +7324,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7510,7 +7391,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7557,8 +7438,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7674,7 +7559,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -7712,7 +7597,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7779,7 +7664,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7826,8 +7711,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Notes.yml b/openApiDocs/v1.0/Notes.yml index 8da72cae551..c58aa933ad8 100644 --- a/openApiDocs/v1.0/Notes.yml +++ b/openApiDocs/v1.0/Notes.yml @@ -58,37 +58,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' - links: - notebooks: - operationId: groups.Onenote.ListNotebooks - parameters: - group-id: $request.path.group-id - operations: - operationId: groups.Onenote.ListOperations - parameters: - group-id: $request.path.group-id - pages: - operationId: groups.Onenote.ListPages - parameters: - group-id: $request.path.group-id - resources: - operationId: groups.Onenote.ListResources - parameters: - group-id: $request.path.group-id - sectionGroups: - operationId: groups.Onenote.ListSectionGroups - parameters: - group-id: $request.path.group-id - sections: - operationId: groups.Onenote.ListSections - parameters: - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -114,8 +89,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -247,7 +226,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' default: $ref: '#/components/responses/error' @@ -281,7 +260,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -355,25 +334,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.Notebooks.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sections: - operationId: groups.onenote.Notebooks.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - copyNotebook: - operationId: groups.group.onenote.notebooks.notebook.copyNotebook default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -407,8 +373,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -548,7 +518,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -590,7 +560,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -672,37 +642,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.notebooks.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.onenote.notebooks.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.onenote.notebooks.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.notebooks.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -744,8 +689,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -864,25 +813,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.notebooks.sectionGroups.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -959,37 +895,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1103,7 +1014,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -1192,41 +1103,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: groups.onenote.notebooks.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: groups.onenote.notebooks.sectionGroups.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1341,7 +1223,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1391,7 +1273,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1480,38 +1362,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.notebooks.sectionGroups.Sections.ListPages - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sectionGroups.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1561,8 +1417,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1736,7 +1596,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1790,7 +1650,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1887,35 +1747,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.onenote.notebooks.sectionGroups.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1973,8 +1810,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2085,7 +1926,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -2245,29 +2086,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2359,37 +2183,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.notebooks.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2474,27 +2273,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2579,41 +2363,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2720,7 +2475,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2762,7 +2517,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2843,35 +2598,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.notebooks.Sections.ListPages - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.onenote.notebooks.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.notebooks.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2913,8 +2645,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3072,7 +2808,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -3118,7 +2854,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3207,33 +2943,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.onenote.notebooks.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3283,8 +2998,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3379,7 +3098,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -3523,27 +3242,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.notebooks.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.onenote.notebooks.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3627,34 +3331,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.notebooks.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.onenote.notebooks.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3731,25 +3413,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.notebooks.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.notebooks.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3826,37 +3495,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.notebooks.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.notebooks.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.onenote.notebooks.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.notebooks.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3940,7 +3584,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -3970,7 +3614,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4035,7 +3679,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4074,8 +3718,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4209,7 +3857,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -4239,7 +3887,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4312,29 +3960,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.onenote.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.onenote.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.onenote.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.onenote.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.onenote.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4368,8 +3999,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4432,7 +4067,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4544,23 +4179,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.onenote.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4628,28 +4252,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.onenote.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.onenote.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4721,7 +4329,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -4751,7 +4359,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4812,7 +4420,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4851,8 +4459,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4915,7 +4527,7 @@ paths: type: string x-ms-docs-key-type: onenoteResource responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -5056,7 +4668,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -5086,7 +4698,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5160,33 +4772,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.onenote.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.onenote.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5220,8 +4811,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5324,23 +4919,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.sectionGroups.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5409,33 +4993,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.onenote.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.onenote.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.onenote.sectionGroups.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5541,7 +5104,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -5622,37 +5185,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.sectionGroups.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: groups.onenote.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: groups.onenote.sectionGroups.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: groups.onenote.sectionGroups.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5759,7 +5297,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5801,7 +5339,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5882,35 +5420,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.sectionGroups.Sections.ListPages - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.onenote.sectionGroups.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.sectionGroups.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5952,8 +5467,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6111,7 +5630,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -6157,7 +5676,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6246,33 +5765,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.onenote.sectionGroups.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.onenote.sectionGroups.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6322,8 +5820,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6418,7 +5920,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -6562,27 +6064,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.onenote.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6666,34 +6153,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.onenote.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.onenote.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6770,25 +6235,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.sectionGroups.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6865,37 +6317,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.onenote.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6994,7 +6421,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7024,7 +6451,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7097,32 +6524,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.Sections.ListPages - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.onenote.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.onenote.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.onenote.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7156,8 +6563,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7299,7 +6710,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -7337,7 +6748,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7418,31 +6829,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.onenote.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.onenote.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.onenote.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.onenote.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7484,8 +6876,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7564,7 +6960,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -7692,25 +7088,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.onenote.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7786,31 +7169,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.onenote.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.onenote.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.onenote.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7879,23 +7243,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.onenote.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7964,33 +7317,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.onenote.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.onenote.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.onenote.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.onenote.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8047,37 +7379,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' - links: - notebooks: - operationId: sites.Onenote.ListNotebooks - parameters: - site-id: $request.path.site-id - operations: - operationId: sites.Onenote.ListOperations - parameters: - site-id: $request.path.site-id - pages: - operationId: sites.Onenote.ListPages - parameters: - site-id: $request.path.site-id - resources: - operationId: sites.Onenote.ListResources - parameters: - site-id: $request.path.site-id - sectionGroups: - operationId: sites.Onenote.ListSectionGroups - parameters: - site-id: $request.path.site-id - sections: - operationId: sites.Onenote.ListSections - parameters: - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8103,8 +7410,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8236,7 +7547,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' default: $ref: '#/components/responses/error' @@ -8270,7 +7581,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8344,25 +7655,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.Notebooks.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sections: - operationId: sites.onenote.Notebooks.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - copyNotebook: - operationId: sites.site.onenote.notebooks.notebook.copyNotebook default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8396,8 +7694,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8537,7 +7839,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -8579,7 +7881,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8661,37 +7963,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.notebooks.SectionGroups.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: sites.onenote.notebooks.SectionGroups.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: sites.onenote.notebooks.SectionGroups.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.notebooks.SectionGroups.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8733,8 +8010,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8853,25 +8134,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.notebooks.sectionGroups.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8948,37 +8216,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9092,7 +8335,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -9181,41 +8424,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.SectionGroups.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: sites.onenote.notebooks.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.SectionGroups.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: sites.onenote.notebooks.sectionGroups.SectionGroups.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9330,7 +8544,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -9380,7 +8594,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9469,38 +8683,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.notebooks.sectionGroups.Sections.ListPages - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.Sections.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sectionGroups.Sections.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9550,8 +8738,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9725,7 +8917,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -9779,7 +8971,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9876,35 +9068,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.sections.Pages.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: sites.onenote.notebooks.sectionGroups.sections.Pages.GetParentSection - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9962,8 +9131,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10074,7 +9247,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -10234,29 +9407,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10348,37 +9504,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10463,27 +9594,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10568,41 +9684,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10709,7 +9796,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -10751,7 +9838,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10832,35 +9919,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.notebooks.Sections.ListPages - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: sites.onenote.notebooks.Sections.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.notebooks.Sections.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10902,8 +9966,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11061,7 +10129,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -11107,7 +10175,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11196,33 +10264,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sections.Pages.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: sites.onenote.notebooks.sections.Pages.GetParentSection - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11272,8 +10319,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11368,7 +10419,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -11512,27 +10563,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.notebooks.sections.pages.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: sites.onenote.notebooks.sections.pages.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11616,34 +10652,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.notebooks.sections.pages.ParentSection.ListPages - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: sites.onenote.notebooks.sections.pages.ParentSection.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sections.pages.ParentSection.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11720,25 +10734,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.notebooks.sections.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.notebooks.sections.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11815,37 +10816,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.notebooks.sections.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.notebooks.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: sites.onenote.notebooks.sections.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.notebooks.sections.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11929,7 +10905,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -11959,7 +10935,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12024,7 +11000,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12063,8 +11039,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12198,7 +11178,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -12228,7 +11208,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12301,29 +11281,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: sites.onenote.Pages.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: sites.onenote.Pages.GetParentSection - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: sites.site.onenote.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: sites.site.onenote.pages.onenotePage.onenotePatchContent - preview: - operationId: sites.site.onenote.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12357,8 +11320,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12421,7 +11388,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -12533,23 +11500,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.pages.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: sites.onenote.pages.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12617,28 +11573,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.pages.ParentSection.ListPages - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: sites.onenote.pages.ParentSection.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: sites.onenote.pages.ParentSection.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12710,7 +11650,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -12740,7 +11680,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12801,7 +11741,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12840,8 +11780,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12904,7 +11848,7 @@ paths: type: string x-ms-docs-key-type: onenoteResource responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -13045,7 +11989,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -13075,7 +12019,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13149,33 +12093,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.SectionGroups.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: sites.onenote.SectionGroups.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: sites.onenote.SectionGroups.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.SectionGroups.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13209,8 +12132,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13313,23 +12240,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.sectionGroups.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13398,33 +12314,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: sites.onenote.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: sites.onenote.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: sites.onenote.sectionGroups.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13530,7 +12425,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -13611,37 +12506,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.sectionGroups.SectionGroups.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: sites.onenote.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: sites.onenote.sectionGroups.SectionGroups.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: sites.onenote.sectionGroups.SectionGroups.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13748,7 +12618,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -13790,7 +12660,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13871,35 +12741,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.sectionGroups.Sections.ListPages - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: sites.onenote.sectionGroups.Sections.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.sectionGroups.Sections.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13941,8 +12788,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14100,7 +12951,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -14146,7 +12997,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14235,33 +13086,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: sites.onenote.sectionGroups.sections.Pages.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: sites.onenote.sectionGroups.sections.Pages.GetParentSection - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14311,8 +13141,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14407,7 +13241,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -14551,27 +13385,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: sites.onenote.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14655,34 +13474,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: sites.onenote.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: sites.onenote.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14759,25 +13556,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.sectionGroups.sections.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14854,37 +13638,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: sites.onenote.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14983,7 +13742,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -15013,7 +13772,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15086,32 +13845,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.Sections.ListPages - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: sites.onenote.Sections.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.Sections.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: sites.site.onenote.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: sites.site.onenote.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15145,8 +13884,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15288,7 +14031,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -15326,7 +14069,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15407,31 +14150,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: sites.onenote.sections.Pages.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: sites.onenote.sections.Pages.GetParentSection - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: sites.site.onenote.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15473,8 +14197,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15553,7 +14281,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -15681,25 +14409,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.sections.pages.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: sites.onenote.sections.pages.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15775,31 +14490,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: sites.onenote.sections.pages.ParentSection.ListPages - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: sites.onenote.sections.pages.ParentSection.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: sites.onenote.sections.pages.ParentSection.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15868,23 +14564,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: sites.onenote.sections.ParentNotebook.ListSectionGroups - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.sections.ParentNotebook.ListSections - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15953,33 +14638,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: sites.onenote.sections.ParentSectionGroup.GetParentNotebook - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: sites.onenote.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: sites.onenote.sections.ParentSectionGroup.ListSectionGroups - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: sites.onenote.sections.ParentSectionGroup.ListSections - parameters: - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16035,37 +14699,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' - links: - notebooks: - operationId: users.Onenote.ListNotebooks - parameters: - user-id: $request.path.user-id - operations: - operationId: users.Onenote.ListOperations - parameters: - user-id: $request.path.user-id - pages: - operationId: users.Onenote.ListPages - parameters: - user-id: $request.path.user-id - resources: - operationId: users.Onenote.ListResources - parameters: - user-id: $request.path.user-id - sectionGroups: - operationId: users.Onenote.ListSectionGroups - parameters: - user-id: $request.path.user-id - sections: - operationId: users.Onenote.ListSections - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16091,8 +14730,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16224,7 +14867,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' default: $ref: '#/components/responses/error' @@ -16258,7 +14901,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16332,25 +14975,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.Notebooks.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sections: - operationId: users.onenote.Notebooks.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - copyNotebook: - operationId: users.user.onenote.notebooks.notebook.copyNotebook default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16384,8 +15014,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16525,7 +15159,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -16567,7 +15201,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16649,37 +15283,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.notebooks.SectionGroups.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: users.onenote.notebooks.SectionGroups.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: users.onenote.notebooks.SectionGroups.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.notebooks.SectionGroups.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16721,8 +15330,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16841,25 +15454,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.notebooks.sectionGroups.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16936,37 +15536,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: users.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17080,7 +15655,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -17169,41 +15744,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.SectionGroups.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: users.onenote.notebooks.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.SectionGroups.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: users.onenote.notebooks.sectionGroups.SectionGroups.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17318,7 +15864,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -17368,7 +15914,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17457,38 +16003,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.notebooks.sectionGroups.Sections.ListPages - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.Sections.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.notebooks.sectionGroups.Sections.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17538,8 +16058,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17713,7 +16237,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -17767,7 +16291,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17864,35 +16388,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.sections.Pages.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: users.onenote.notebooks.sectionGroups.sections.Pages.GetParentSection - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: users.user.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17950,8 +16451,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18062,7 +16567,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -18222,29 +16727,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: users.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18336,37 +16824,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.notebooks.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: users.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18451,27 +16914,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18556,41 +17004,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18697,7 +17116,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -18739,7 +17158,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18820,35 +17239,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.notebooks.Sections.ListPages - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: users.onenote.notebooks.Sections.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.notebooks.Sections.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18890,8 +17286,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19049,7 +17449,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -19095,7 +17495,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19184,33 +17584,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: users.onenote.notebooks.sections.Pages.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: users.onenote.notebooks.sections.Pages.GetParentSection - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: users.user.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19260,8 +17639,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19356,7 +17739,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -19500,27 +17883,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.notebooks.sections.pages.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: users.onenote.notebooks.sections.pages.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19604,34 +17972,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.notebooks.sections.pages.ParentSection.ListPages - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: users.onenote.notebooks.sections.pages.ParentSection.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: users.onenote.notebooks.sections.pages.ParentSection.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19708,25 +18054,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.notebooks.sections.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.notebooks.sections.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19803,37 +18136,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.notebooks.sections.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.notebooks.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: users.onenote.notebooks.sections.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.notebooks.sections.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19917,7 +18225,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -19947,7 +18255,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20012,7 +18320,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20051,8 +18359,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20186,7 +18498,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -20216,7 +18528,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20289,29 +18601,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: users.onenote.Pages.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: users.onenote.Pages.GetParentSection - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: users.user.onenote.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: users.user.onenote.pages.onenotePage.onenotePatchContent - preview: - operationId: users.user.onenote.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20345,8 +18640,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20409,7 +18708,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -20521,23 +18820,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.pages.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: users.onenote.pages.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20605,28 +18893,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.pages.ParentSection.ListPages - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: users.onenote.pages.ParentSection.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: users.onenote.pages.ParentSection.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20698,7 +18970,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -20728,7 +19000,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20789,7 +19061,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20828,8 +19100,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20892,7 +19168,7 @@ paths: type: string x-ms-docs-key-type: onenoteResource responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -21033,7 +19309,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -21063,7 +19339,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21137,33 +19413,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.SectionGroups.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: users.onenote.SectionGroups.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: users.onenote.SectionGroups.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.SectionGroups.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21197,8 +19452,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21301,23 +19560,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.sectionGroups.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21386,33 +19634,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: users.onenote.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: users.onenote.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: users.onenote.sectionGroups.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21518,7 +19745,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -21599,37 +19826,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.sectionGroups.SectionGroups.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: users.onenote.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: users.onenote.sectionGroups.SectionGroups.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: users.onenote.sectionGroups.SectionGroups.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21736,7 +19938,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -21778,7 +19980,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21859,35 +20061,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.sectionGroups.Sections.ListPages - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: users.onenote.sectionGroups.Sections.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.sectionGroups.Sections.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21929,8 +20108,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22088,7 +20271,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -22134,7 +20317,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22223,33 +20406,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: users.onenote.sectionGroups.sections.Pages.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: users.onenote.sectionGroups.sections.Pages.GetParentSection - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: users.user.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22299,8 +20461,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22395,7 +20561,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -22539,27 +20705,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: users.onenote.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22643,34 +20794,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: users.onenote.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: users.onenote.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22747,25 +20876,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.sectionGroups.sections.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22842,37 +20958,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: users.onenote.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22971,7 +21062,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -23001,7 +21092,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23074,32 +21165,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.Sections.ListPages - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: users.onenote.Sections.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.Sections.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: users.user.onenote.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: users.user.onenote.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23133,8 +21204,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23276,7 +21351,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -23314,7 +21389,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23395,31 +21470,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: users.onenote.sections.Pages.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: users.onenote.sections.Pages.GetParentSection - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: users.user.onenote.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: users.user.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: users.user.onenote.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23461,8 +21517,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23541,7 +21601,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -23669,25 +21729,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.sections.pages.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: users.onenote.sections.pages.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23763,31 +21810,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: users.onenote.sections.pages.ParentSection.ListPages - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: users.onenote.sections.pages.ParentSection.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: users.onenote.sections.pages.ParentSection.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23856,23 +21884,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: users.onenote.sections.ParentNotebook.ListSectionGroups - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.sections.ParentNotebook.ListSections - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23941,33 +21958,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: users.onenote.sections.ParentSectionGroup.GetParentNotebook - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: users.onenote.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: users.onenote.sections.ParentSectionGroup.ListSectionGroups - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: users.onenote.sections.ParentSectionGroup.ListSections - parameters: - user-id: $request.path.user-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/People.yml b/openApiDocs/v1.0/People.yml index 7a477f4566f..aed3690c2c2 100644 --- a/openApiDocs/v1.0/People.yml +++ b/openApiDocs/v1.0/People.yml @@ -52,25 +52,12 @@ paths: - used type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.officeGraphInsights' - links: - shared: - operationId: users.Insights.ListShared - parameters: - user-id: $request.path.user-id - trending: - operationId: users.Insights.ListTrending - parameters: - user-id: $request.path.user-id - used: - operationId: users.Insights.ListUsed - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96,8 +83,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.officeGraphInsights' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.officeGraphInsights' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -202,7 +193,7 @@ paths: - resource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedInsightCollectionResponse' default: $ref: '#/components/responses/error' @@ -232,7 +223,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -298,23 +289,12 @@ paths: - resource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedInsight' - links: - lastSharedMethod: - operationId: users.insights.Shared.GetLastSharedMethod - parameters: - user-id: $request.path.user-id - sharedInsight-id: $request.path.sharedInsight-id - resource: - operationId: users.insights.Shared.GetResource - parameters: - user-id: $request.path.user-id - sharedInsight-id: $request.path.sharedInsight-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -348,8 +328,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedInsight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedInsight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -435,7 +419,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -493,7 +477,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -575,7 +559,7 @@ paths: - resource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.trendingCollectionResponse' default: $ref: '#/components/responses/error' @@ -605,7 +589,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.trending' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -669,18 +653,12 @@ paths: - resource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trending' - links: - resource: - operationId: users.insights.Trending.GetResource - parameters: - user-id: $request.path.user-id - trending-id: $request.path.trending-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -714,8 +692,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.trending' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.trending' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -802,7 +784,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -884,7 +866,7 @@ paths: - resource type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.usedInsightCollectionResponse' default: $ref: '#/components/responses/error' @@ -914,7 +896,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -977,18 +959,12 @@ paths: - resource type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.usedInsight' - links: - resource: - operationId: users.insights.Used.GetResource - parameters: - user-id: $request.path.user-id - usedInsight-id: $request.path.usedInsight-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1022,8 +998,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.usedInsight' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.usedInsight' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1110,7 +1090,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1226,7 +1206,7 @@ paths: - yomiCompany type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.personCollectionResponse' default: $ref: '#/components/responses/error' @@ -1290,7 +1270,7 @@ paths: - yomiCompany type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: diff --git a/openApiDocs/v1.0/PersonalContacts.yml b/openApiDocs/v1.0/PersonalContacts.yml index 27f1e7d6ccd..e1752a49aae 100644 --- a/openApiDocs/v1.0/PersonalContacts.yml +++ b/openApiDocs/v1.0/PersonalContacts.yml @@ -65,7 +65,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contactFolderCollectionResponse' default: $ref: '#/components/responses/error' @@ -99,7 +99,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -151,33 +151,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' - links: - childFolders: - operationId: users.ContactFolders.ListChildFolders - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contacts: - operationId: users.ContactFolders.ListContacts - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - multiValueExtendedProperties: - operationId: users.ContactFolders.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - singleValueExtendedProperties: - operationId: users.ContactFolders.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -211,8 +190,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactFolder' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -333,7 +316,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contactFolderCollectionResponse' default: $ref: '#/components/responses/error' @@ -375,7 +358,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -451,37 +434,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contactFolder' - links: - childFolders: - operationId: users.contactFolders.ChildFolders.ListChildFolders - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - contacts: - operationId: users.contactFolders.ChildFolders.ListContacts - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - multiValueExtendedProperties: - operationId: users.contactFolders.ChildFolders.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - singleValueExtendedProperties: - operationId: users.contactFolders.ChildFolders.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -523,8 +481,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contactFolder' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contactFolder' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -766,7 +728,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' default: $ref: '#/components/responses/error' @@ -816,7 +778,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -935,41 +897,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' - links: - extensions: - operationId: users.contactFolders.childFolders.Contacts.ListExtensions - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - contact-id: $request.path.contact-id - multiValueExtendedProperties: - operationId: users.contactFolders.childFolders.Contacts.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - contact-id: $request.path.contact-id - photo: - operationId: users.contactFolders.childFolders.Contacts.GetPhoto - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - contact-id: $request.path.contact-id - singleValueExtendedProperties: - operationId: users.contactFolders.childFolders.Contacts.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contactFolder-id1: $request.path.contactFolder-id1 - contact-id: $request.path.contact-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1019,8 +952,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1156,7 +1093,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1210,7 +1147,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1292,7 +1229,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1355,8 +1292,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1504,7 +1445,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -1558,7 +1499,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1641,7 +1582,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1704,8 +1645,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1822,7 +1767,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1877,8 +1822,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1922,7 +1871,7 @@ paths: type: string x-ms-docs-key-type: contact responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -2070,7 +2019,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2124,7 +2073,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2207,7 +2156,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2270,8 +2219,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2411,7 +2364,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2457,7 +2410,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2532,7 +2485,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2587,8 +2540,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2720,7 +2677,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -2766,7 +2723,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2841,7 +2798,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2896,8 +2853,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3139,7 +3100,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' default: $ref: '#/components/responses/error' @@ -3181,7 +3142,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3292,37 +3253,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' - links: - extensions: - operationId: users.contactFolders.Contacts.ListExtensions - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contact-id: $request.path.contact-id - multiValueExtendedProperties: - operationId: users.contactFolders.Contacts.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contact-id: $request.path.contact-id - photo: - operationId: users.contactFolders.Contacts.GetPhoto - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contact-id: $request.path.contact-id - singleValueExtendedProperties: - operationId: users.contactFolders.Contacts.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - contactFolder-id: $request.path.contactFolder-id - contact-id: $request.path.contact-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3364,8 +3300,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3485,7 +3425,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3531,7 +3471,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3605,7 +3545,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3660,8 +3600,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3793,7 +3737,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -3839,7 +3783,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3914,7 +3858,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3969,8 +3913,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4071,7 +4019,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4118,8 +4066,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4155,7 +4107,7 @@ paths: type: string x-ms-docs-key-type: contact responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4287,7 +4239,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4333,7 +4285,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4408,7 +4360,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4463,8 +4415,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4588,7 +4544,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4626,7 +4582,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4693,7 +4649,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4740,8 +4696,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4857,7 +4817,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -4895,7 +4855,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4962,7 +4922,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5009,8 +4969,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5221,7 +5185,7 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contactCollectionResponse' default: $ref: '#/components/responses/error' @@ -5255,7 +5219,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5342,33 +5306,12 @@ paths: - singleValueExtendedProperties type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contact' - links: - extensions: - operationId: users.Contacts.ListExtensions - parameters: - user-id: $request.path.user-id - contact-id: $request.path.contact-id - multiValueExtendedProperties: - operationId: users.Contacts.ListMultiValueExtendedProperties - parameters: - user-id: $request.path.user-id - contact-id: $request.path.contact-id - photo: - operationId: users.Contacts.GetPhoto - parameters: - user-id: $request.path.user-id - contact-id: $request.path.contact-id - singleValueExtendedProperties: - operationId: users.Contacts.ListSingleValueExtendedProperties - parameters: - user-id: $request.path.user-id - contact-id: $request.path.contact-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5402,8 +5345,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contact' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contact' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5507,7 +5454,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5545,7 +5492,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5611,7 +5558,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5658,8 +5605,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5775,7 +5726,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.multiValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -5813,7 +5764,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5880,7 +5831,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5927,8 +5878,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6013,7 +5968,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6052,8 +6007,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6081,7 +6040,7 @@ paths: type: string x-ms-docs-key-type: contact responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -6197,7 +6156,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.singleValueLegacyExtendedPropertyCollectionResponse' default: $ref: '#/components/responses/error' @@ -6235,7 +6194,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6302,7 +6261,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6349,8 +6308,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Planner.yml b/openApiDocs/v1.0/Planner.yml index 2ba9072444f..b225ce6f6bd 100644 --- a/openApiDocs/v1.0/Planner.yml +++ b/openApiDocs/v1.0/Planner.yml @@ -49,17 +49,12 @@ paths: - plans type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerGroup' - links: - plans: - operationId: groups.Planner.ListPlans - parameters: - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85,8 +80,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -199,7 +198,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -229,7 +228,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -298,28 +297,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - links: - buckets: - operationId: groups.planner.Plans.ListBuckets - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - details: - operationId: groups.planner.Plans.GetDetails - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - tasks: - operationId: groups.planner.Plans.ListTasks - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -353,8 +336,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlan' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -473,7 +460,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' default: $ref: '#/components/responses/error' @@ -511,7 +498,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -582,19 +569,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - links: - tasks: - operationId: groups.planner.plans.Buckets.ListTasks - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -636,8 +616,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucket' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -832,7 +816,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -878,7 +862,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -981,41 +965,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: groups.planner.plans.buckets.Tasks.GetAssignedToTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: groups.planner.plans.buckets.Tasks.GetBucketTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: groups.planner.plans.buckets.Tasks.GetDetails - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: groups.planner.plans.buckets.Tasks.GetProgressTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1065,8 +1020,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1190,7 +1149,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1249,8 +1208,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1373,7 +1336,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1432,8 +1395,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1559,7 +1526,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1618,8 +1585,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1742,7 +1713,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1801,8 +1772,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1910,7 +1885,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1953,8 +1928,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2133,7 +2112,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -2171,7 +2150,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2266,37 +2245,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: groups.planner.plans.Tasks.GetAssignedToTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: groups.planner.plans.Tasks.GetBucketTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: groups.planner.plans.Tasks.GetDetails - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: groups.planner.plans.Tasks.GetProgressTaskBoardFormat - parameters: - group-id: $request.path.group-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2338,8 +2292,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2447,7 +2405,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2498,8 +2456,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2606,7 +2568,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2657,8 +2619,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2768,7 +2734,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2819,8 +2785,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2927,7 +2897,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2978,8 +2948,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3063,19 +3037,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.planner' - links: - buckets: - operationId: planner.ListBuckets - plans: - operationId: planner.ListPlans - tasks: - operationId: planner.ListTasks default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3092,8 +3059,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.planner' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.planner' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3162,7 +3133,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' default: $ref: '#/components/responses/error' @@ -3187,7 +3158,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3242,17 +3213,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - links: - tasks: - operationId: planner.Buckets.ListTasks - parameters: - plannerBucket-id: $request.path.plannerBucket-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3278,8 +3244,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucket' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3442,7 +3412,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -3472,7 +3442,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3559,33 +3529,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: planner.buckets.Tasks.GetAssignedToTaskBoardFormat - parameters: - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: planner.buckets.Tasks.GetBucketTaskBoardFormat - parameters: - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: planner.buckets.Tasks.GetDetails - parameters: - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: planner.buckets.Tasks.GetProgressTaskBoardFormat - parameters: - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3619,8 +3568,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3712,7 +3665,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3755,8 +3708,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3847,7 +3804,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3890,8 +3847,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3985,7 +3946,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4028,8 +3989,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4120,7 +4085,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4163,8 +4128,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4277,7 +4246,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -4302,7 +4271,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4363,25 +4332,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - links: - buckets: - operationId: planner.Plans.ListBuckets - parameters: - plannerPlan-id: $request.path.plannerPlan-id - details: - operationId: planner.Plans.GetDetails - parameters: - plannerPlan-id: $request.path.plannerPlan-id - tasks: - operationId: planner.Plans.ListTasks - parameters: - plannerPlan-id: $request.path.plannerPlan-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4407,8 +4363,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlan' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4511,7 +4471,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' default: $ref: '#/components/responses/error' @@ -4541,7 +4501,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4604,18 +4564,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - links: - tasks: - operationId: planner.plans.Buckets.ListTasks - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4649,8 +4603,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucket' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4829,7 +4787,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -4867,7 +4825,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4962,37 +4920,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: planner.plans.buckets.Tasks.GetAssignedToTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: planner.plans.buckets.Tasks.GetBucketTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: planner.plans.buckets.Tasks.GetDetails - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: planner.plans.buckets.Tasks.GetProgressTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5034,8 +4967,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5143,7 +5080,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5194,8 +5131,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5302,7 +5243,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5353,8 +5294,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5464,7 +5409,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5515,8 +5460,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5623,7 +5572,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5674,8 +5623,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5767,7 +5720,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5802,8 +5755,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5966,7 +5923,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -5996,7 +5953,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6083,33 +6040,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: planner.plans.Tasks.GetAssignedToTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: planner.plans.Tasks.GetBucketTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: planner.plans.Tasks.GetDetails - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: planner.plans.Tasks.GetProgressTaskBoardFormat - parameters: - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6143,8 +6079,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6236,7 +6176,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6279,8 +6219,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6371,7 +6315,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6414,8 +6358,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6509,7 +6457,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6552,8 +6500,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6644,7 +6596,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6687,8 +6639,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6851,7 +6807,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -6876,7 +6832,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6955,29 +6911,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: planner.Tasks.GetAssignedToTaskBoardFormat - parameters: - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: planner.Tasks.GetBucketTaskBoardFormat - parameters: - plannerTask-id: $request.path.plannerTask-id - details: - operationId: planner.Tasks.GetDetails - parameters: - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: planner.Tasks.GetProgressTaskBoardFormat - parameters: - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7003,8 +6942,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7080,7 +7023,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7115,8 +7058,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7191,7 +7138,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7226,8 +7173,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7305,7 +7256,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7340,8 +7291,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7416,7 +7371,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7451,8 +7406,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7527,21 +7486,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerUser' - links: - plans: - operationId: users.Planner.ListPlans - parameters: - user-id: $request.path.user-id - tasks: - operationId: users.Planner.ListTasks - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7567,8 +7517,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7681,7 +7635,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerPlanCollectionResponse' default: $ref: '#/components/responses/error' @@ -7711,7 +7665,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7780,28 +7734,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerPlan' - links: - buckets: - operationId: users.planner.Plans.ListBuckets - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - details: - operationId: users.planner.Plans.GetDetails - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - tasks: - operationId: users.planner.Plans.ListTasks - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7835,8 +7773,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlan' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlan' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7955,7 +7897,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerBucketCollectionResponse' default: $ref: '#/components/responses/error' @@ -7993,7 +7935,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8064,19 +8006,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerBucket' - links: - tasks: - operationId: users.planner.plans.Buckets.ListTasks - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8118,8 +8053,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucket' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucket' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8314,7 +8253,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -8360,7 +8299,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8463,41 +8402,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: users.planner.plans.buckets.Tasks.GetAssignedToTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: users.planner.plans.buckets.Tasks.GetBucketTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: users.planner.plans.buckets.Tasks.GetDetails - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: users.planner.plans.buckets.Tasks.GetProgressTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerBucket-id: $request.path.plannerBucket-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8547,8 +8457,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8672,7 +8586,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8731,8 +8645,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8855,7 +8773,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8914,8 +8832,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9041,7 +8963,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9100,8 +9022,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9224,7 +9150,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9283,8 +9209,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9392,7 +9322,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9435,8 +9365,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerPlanDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9615,7 +9549,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -9653,7 +9587,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9748,37 +9682,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: users.planner.plans.Tasks.GetAssignedToTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: users.planner.plans.Tasks.GetBucketTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: users.planner.plans.Tasks.GetDetails - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: users.planner.plans.Tasks.GetProgressTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerPlan-id: $request.path.plannerPlan-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9820,8 +9729,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9929,7 +9842,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9980,8 +9893,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10088,7 +10005,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10139,8 +10056,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10250,7 +10171,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10301,8 +10222,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10409,7 +10334,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10460,8 +10385,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10640,7 +10569,7 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.plannerTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -10670,7 +10599,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10757,33 +10686,12 @@ paths: - progressTaskBoardFormat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.plannerTask' - links: - assignedToTaskBoardFormat: - operationId: users.planner.Tasks.GetAssignedToTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerTask-id: $request.path.plannerTask-id - bucketTaskBoardFormat: - operationId: users.planner.Tasks.GetBucketTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerTask-id: $request.path.plannerTask-id - details: - operationId: users.planner.Tasks.GetDetails - parameters: - user-id: $request.path.user-id - plannerTask-id: $request.path.plannerTask-id - progressTaskBoardFormat: - operationId: users.planner.Tasks.GetProgressTaskBoardFormat - parameters: - user-id: $request.path.user-id - plannerTask-id: $request.path.plannerTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10817,8 +10725,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10910,7 +10822,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10953,8 +10865,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11045,7 +10961,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11088,8 +11004,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11183,7 +11103,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11226,8 +11146,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerTaskDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11318,7 +11242,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11361,8 +11285,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Reports.yml b/openApiDocs/v1.0/Reports.yml index d429f5df377..2b2eee84b8b 100644 --- a/openApiDocs/v1.0/Reports.yml +++ b/openApiDocs/v1.0/Reports.yml @@ -44,19 +44,12 @@ paths: - signIns type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.auditLogRoot' - links: - directoryAudits: - operationId: auditLogs.ListDirectoryAudits - provisioning: - operationId: auditLogs.ListProvisioning - signIns: - operationId: auditLogs.ListSignIns default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -73,8 +66,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.auditLogRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.auditLogRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -165,7 +162,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryAuditCollectionResponse' default: $ref: '#/components/responses/error' @@ -186,7 +183,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryAudit' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -246,7 +243,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -277,8 +274,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.directoryAudit' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.directoryAudit' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -410,7 +411,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.provisioningObjectSummaryCollectionResponse' default: $ref: '#/components/responses/error' @@ -431,7 +432,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -496,7 +497,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -527,8 +528,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.provisioningObjectSummary' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -681,7 +686,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.signInCollectionResponse' default: $ref: '#/components/responses/error' @@ -702,7 +707,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.signIn' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -774,7 +779,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -805,8 +810,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.signIn' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.signIn' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -871,49 +880,12 @@ paths: - exportJobs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.deviceManagementReports' - links: - exportJobs: - operationId: deviceManagement.Reports.ListExportJobs - getCachedReport: - operationId: deviceManagement.reports.getCachedReport - getCompliancePolicyNonComplianceReport: - operationId: deviceManagement.reports.getCompliancePolicyNonComplianceReport - getCompliancePolicyNonComplianceSummaryReport: - operationId: deviceManagement.reports.getCompliancePolicyNonComplianceSummaryReport - getComplianceSettingNonComplianceReport: - operationId: deviceManagement.reports.getComplianceSettingNonComplianceReport - getConfigurationPolicyNonComplianceReport: - operationId: deviceManagement.reports.getConfigurationPolicyNonComplianceReport - getConfigurationPolicyNonComplianceSummaryReport: - operationId: deviceManagement.reports.getConfigurationPolicyNonComplianceSummaryReport - getConfigurationSettingNonComplianceReport: - operationId: deviceManagement.reports.getConfigurationSettingNonComplianceReport - getDeviceManagementIntentPerSettingContributingProfiles: - operationId: deviceManagement.reports.getDeviceManagementIntentPerSettingContributingProfiles - getDeviceManagementIntentSettingsReport: - operationId: deviceManagement.reports.getDeviceManagementIntentSettingsReport - getDeviceNonComplianceReport: - operationId: deviceManagement.reports.getDeviceNonComplianceReport - getHistoricalReport: - operationId: deviceManagement.reports.getHistoricalReport - getNoncompliantDevicesAndSettingsReport: - operationId: deviceManagement.reports.getNoncompliantDevicesAndSettingsReport - getPolicyNonComplianceMetadata: - operationId: deviceManagement.reports.getPolicyNonComplianceMetadata - getPolicyNonComplianceReport: - operationId: deviceManagement.reports.getPolicyNonComplianceReport - getPolicyNonComplianceSummaryReport: - operationId: deviceManagement.reports.getPolicyNonComplianceSummaryReport - getReportFilters: - operationId: deviceManagement.reports.getReportFilters - getSettingNonComplianceReport: - operationId: deviceManagement.reports.getSettingNonComplianceReport default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -930,8 +902,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementReports' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementReports' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1034,7 +1010,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.deviceManagementExportJobCollectionResponse' default: $ref: '#/components/responses/error' @@ -1055,7 +1031,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1115,7 +1091,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1146,8 +1122,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementExportJob' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1219,179 +1199,12 @@ paths: - security type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.reportRoot' - links: - dailyPrintUsageByPrinter: - operationId: reports.ListDailyPrintUsageGraphBPrePrinter - dailyPrintUsageByUser: - operationId: reports.ListDailyPrintUsageGraphBPreUser - monthlyPrintUsageByPrinter: - operationId: reports.ListMonthlyPrintUsageGraphBPrePrinter - monthlyPrintUsageByUser: - operationId: reports.ListMonthlyPrintUsageGraphBPreUser - security: - operationId: reports.GetSecurity - deviceConfigurationDeviceActivity: - operationId: reports.deviceConfigurationDeviceActivity - deviceConfigurationUserActivity: - operationId: reports.deviceConfigurationUserActivity - getEmailActivityCounts: - operationId: reports.getEmailActivityCounts - getEmailActivityUserCounts: - operationId: reports.getEmailActivityUserCounts - getEmailActivityUserDetail: - operationId: reports.getEmailActivityUserDetail - getEmailAppUsageAppsUserCounts: - operationId: reports.getEmailAppUsageAppsUserCounts - getEmailAppUsageUserCounts: - operationId: reports.getEmailAppUsageUserCounts - getEmailAppUsageUserDetail: - operationId: reports.getEmailAppUsageUserDetail - getEmailAppUsageVersionsUserCounts: - operationId: reports.getEmailAppUsageVersionsUserCounts - getGroupArchivedPrintJobs: - operationId: reports.getGroupArchivedPrintJobs - getM365AppPlatformUserCounts: - operationId: reports.getM365AppPlatformUserCounts - getM365AppUserCounts: - operationId: reports.getM365AppUserCounts - getM365AppUserDetail: - operationId: reports.getM365AppUserDetail - getMailboxUsageDetail: - operationId: reports.getMailboxUsageDetail - getMailboxUsageMailboxCounts: - operationId: reports.getMailboxUsageMailboxCounts - getMailboxUsageQuotaStatusMailboxCounts: - operationId: reports.getMailboxUsageQuotaStatusMailboxCounts - getMailboxUsageStorage: - operationId: reports.getMailboxUsageStorage - getOffice365ActivationCounts: - operationId: reports.getOffice365ActivationCounts - getOffice365ActivationsUserCounts: - operationId: reports.getOffice365ActivationsUserCounts - getOffice365ActivationsUserDetail: - operationId: reports.getOffice365ActivationsUserDetail - getOffice365ActiveUserCounts: - operationId: reports.getOffice365ActiveUserCounts - getOffice365ActiveUserDetail: - operationId: reports.getOffice365ActiveUserDetail - getOffice365GroupsActivityCounts: - operationId: reports.getOffice365GroupsActivityCounts - getOffice365GroupsActivityDetail: - operationId: reports.getOffice365GroupsActivityDetail - getOffice365GroupsActivityFileCounts: - operationId: reports.getOffice365GroupsActivityFileCounts - getOffice365GroupsActivityGroupCounts: - operationId: reports.getOffice365GroupsActivityGroupCounts - getOffice365GroupsActivityStorage: - operationId: reports.getOffice365GroupsActivityStorage - getOffice365ServicesUserCounts: - operationId: reports.getOffice365ServicesUserCounts - getOneDriveActivityFileCounts: - operationId: reports.getOneDriveActivityFileCounts - getOneDriveActivityUserCounts: - operationId: reports.getOneDriveActivityUserCounts - getOneDriveActivityUserDetail: - operationId: reports.getOneDriveActivityUserDetail - getOneDriveUsageAccountCounts: - operationId: reports.getOneDriveUsageAccountCounts - getOneDriveUsageAccountDetail: - operationId: reports.getOneDriveUsageAccountDetail - getOneDriveUsageFileCounts: - operationId: reports.getOneDriveUsageFileCounts - getOneDriveUsageStorage: - operationId: reports.getOneDriveUsageStorage - getPrinterArchivedPrintJobs: - operationId: reports.getPrinterArchivedPrintJobs - getSharePointActivityFileCounts: - operationId: reports.getSharePointActivityFileCounts - getSharePointActivityPages: - operationId: reports.getSharePointActivityPages - getSharePointActivityUserCounts: - operationId: reports.getSharePointActivityUserCounts - getSharePointActivityUserDetail: - operationId: reports.getSharePointActivityUserDetail - getSharePointSiteUsageDetail: - operationId: reports.getSharePointSiteUsageDetail - getSharePointSiteUsageFileCounts: - operationId: reports.getSharePointSiteUsageFileCounts - getSharePointSiteUsagePages: - operationId: reports.getSharePointSiteUsagePages - getSharePointSiteUsageSiteCounts: - operationId: reports.getSharePointSiteUsageSiteCounts - getSharePointSiteUsageStorage: - operationId: reports.getSharePointSiteUsageStorage - getSkypeForBusinessActivityCounts: - operationId: reports.getSkypeGraphFPreBusinessActivityCounts - getSkypeForBusinessActivityUserCounts: - operationId: reports.getSkypeGraphFPreBusinessActivityUserCounts - getSkypeForBusinessActivityUserDetail: - operationId: reports.getSkypeGraphFPreBusinessActivityUserDetail - getSkypeForBusinessDeviceUsageDistributionUserCounts: - operationId: reports.getSkypeGraphFPreBusinessDeviceUsageDistributionUserCounts - getSkypeForBusinessDeviceUsageUserCounts: - operationId: reports.getSkypeGraphFPreBusinessDeviceUsageUserCounts - getSkypeForBusinessDeviceUsageUserDetail: - operationId: reports.getSkypeGraphFPreBusinessDeviceUsageUserDetail - getSkypeForBusinessOrganizerActivityCounts: - operationId: reports.getSkypeGraphFPreBusinessOrganizerActivityCounts - getSkypeForBusinessOrganizerActivityMinuteCounts: - operationId: reports.getSkypeGraphFPreBusinessOrganizerActivityMinuteCounts - getSkypeForBusinessOrganizerActivityUserCounts: - operationId: reports.getSkypeGraphFPreBusinessOrganizerActivityUserCounts - getSkypeForBusinessParticipantActivityCounts: - operationId: reports.getSkypeGraphFPreBusinessParticipantActivityCounts - getSkypeForBusinessParticipantActivityMinuteCounts: - operationId: reports.getSkypeGraphFPreBusinessParticipantActivityMinuteCounts - getSkypeForBusinessParticipantActivityUserCounts: - operationId: reports.getSkypeGraphFPreBusinessParticipantActivityUserCounts - getSkypeForBusinessPeerToPeerActivityCounts: - operationId: reports.getSkypeGraphFPreBusinessPeerToPeerActivityCounts - getSkypeForBusinessPeerToPeerActivityMinuteCounts: - operationId: reports.getSkypeGraphFPreBusinessPeerToPeerActivityMinuteCounts - getSkypeForBusinessPeerToPeerActivityUserCounts: - operationId: reports.getSkypeGraphFPreBusinessPeerToPeerActivityUserCounts - getTeamsDeviceUsageDistributionUserCounts: - operationId: reports.getTeamsDeviceUsageDistributionUserCounts - getTeamsDeviceUsageUserCounts: - operationId: reports.getTeamsDeviceUsageUserCounts - getTeamsDeviceUsageUserDetail: - operationId: reports.getTeamsDeviceUsageUserDetail - getTeamsUserActivityCounts: - operationId: reports.getTeamsUserActivityCounts - getTeamsUserActivityUserCounts: - operationId: reports.getTeamsUserActivityUserCounts - getTeamsUserActivityUserDetail: - operationId: reports.getTeamsUserActivityUserDetail - getUserArchivedPrintJobs: - operationId: reports.getUserArchivedPrintJobs - getYammerActivityCounts: - operationId: reports.getYammerActivityCounts - getYammerActivityUserCounts: - operationId: reports.getYammerActivityUserCounts - getYammerActivityUserDetail: - operationId: reports.getYammerActivityUserDetail - getYammerDeviceUsageDistributionUserCounts: - operationId: reports.getYammerDeviceUsageDistributionUserCounts - getYammerDeviceUsageUserCounts: - operationId: reports.getYammerDeviceUsageUserCounts - getYammerDeviceUsageUserDetail: - operationId: reports.getYammerDeviceUsageUserDetail - getYammerGroupsActivityCounts: - operationId: reports.getYammerGroupsActivityCounts - getYammerGroupsActivityDetail: - operationId: reports.getYammerGroupsActivityDetail - getYammerGroupsActivityGroupCounts: - operationId: reports.getYammerGroupsActivityGroupCounts - managedDeviceEnrollmentFailureDetails: - operationId: reports.managedDeviceEnrollmentFailureDetails - managedDeviceEnrollmentTopFailures: - operationId: reports.managedDeviceEnrollmentTopFailures default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1408,8 +1221,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.reportRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.reportRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1482,7 +1299,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' default: $ref: '#/components/responses/error' @@ -1503,7 +1320,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1557,7 +1374,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1588,8 +1405,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1688,7 +1509,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -1709,7 +1530,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1763,7 +1584,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1794,8 +1615,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1833,7 +1658,7 @@ paths: description: Metadata for the device configuration device activity report operationId: reports_deviceConfigurationDeviceActivity responses: - '200': + 2XX: description: Success content: application/json: @@ -1850,7 +1675,7 @@ paths: description: Metadata for the device configuration user activity report operationId: reports_deviceConfigurationUserActivity responses: - '200': + 2XX: description: Success content: application/json: @@ -1874,7 +1699,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1904,7 +1729,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1936,7 +1761,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1966,7 +1791,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -1996,7 +1821,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2026,7 +1851,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2058,7 +1883,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2088,7 +1913,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2118,7 +1943,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2173,7 +1998,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -2210,7 +2035,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2240,7 +2065,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2272,7 +2097,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2302,7 +2127,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2332,7 +2157,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2362,7 +2187,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2392,7 +2217,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2422,7 +2247,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2444,7 +2269,7 @@ paths: summary: Invoke function getOffice365ActivationCounts operationId: reports_getOffice365ActivationCounts responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2466,7 +2291,7 @@ paths: summary: Invoke function getOffice365ActivationsUserCounts operationId: reports_getOffice365ActivationsUserCounts responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2488,7 +2313,7 @@ paths: summary: Invoke function getOffice365ActivationsUserDetail operationId: reports_getOffice365ActivationsUserDetail responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2518,7 +2343,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2550,7 +2375,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2580,7 +2405,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2610,7 +2435,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2642,7 +2467,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2672,7 +2497,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2702,7 +2527,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2732,7 +2557,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2762,7 +2587,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2792,7 +2617,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2822,7 +2647,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2852,7 +2677,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2884,7 +2709,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2914,7 +2739,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2944,7 +2769,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -2976,7 +2801,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3006,7 +2831,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3036,7 +2861,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3066,7 +2891,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3121,7 +2946,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -3158,7 +2983,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3188,7 +3013,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3218,7 +3043,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3250,7 +3075,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3280,7 +3105,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3312,7 +3137,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3342,7 +3167,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3372,7 +3197,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3402,7 +3227,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3432,7 +3257,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3462,7 +3287,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3492,7 +3317,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3522,7 +3347,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3554,7 +3379,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3584,7 +3409,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3614,7 +3439,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3644,7 +3469,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3676,7 +3501,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3706,7 +3531,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3736,7 +3561,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3766,7 +3591,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3796,7 +3621,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3826,7 +3651,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3856,7 +3681,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3886,7 +3711,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3916,7 +3741,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3946,7 +3771,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -3976,7 +3801,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4006,7 +3831,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4036,7 +3861,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4068,7 +3893,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4098,7 +3923,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4128,7 +3953,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4158,7 +3983,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4190,7 +4015,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4220,7 +4045,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4275,7 +4100,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -4312,7 +4137,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4342,7 +4167,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4374,7 +4199,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4404,7 +4229,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4434,7 +4259,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4464,7 +4289,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4496,7 +4321,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4526,7 +4351,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4556,7 +4381,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4588,7 +4413,7 @@ paths: type: string format: date responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4618,7 +4443,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4648,7 +4473,7 @@ paths: schema: type: string responses: - '200': + 2XX: description: Success content: application/octet-stream: @@ -4670,7 +4495,7 @@ paths: summary: Invoke function managedDeviceEnrollmentFailureDetails operationId: reports_managedDeviceEnrollmentFailureDetails responses: - '200': + 2XX: description: Success content: application/json: @@ -4725,7 +4550,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4741,7 +4566,7 @@ paths: summary: Invoke function managedDeviceEnrollmentTopFailures operationId: reports_managedDeviceEnrollmentTopFailures responses: - '200': + 2XX: description: Success content: application/json: @@ -4766,7 +4591,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4844,7 +4669,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByPrinterCollectionResponse' default: $ref: '#/components/responses/error' @@ -4865,7 +4690,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4919,7 +4744,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4950,8 +4775,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByPrinter' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5050,7 +4879,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.printUsageByUserCollectionResponse' default: $ref: '#/components/responses/error' @@ -5071,7 +4900,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5125,7 +4954,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5156,8 +4985,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.printUsageByUser' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.printUsageByUser' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5219,19 +5052,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' - links: - getAttackSimulationRepeatOffenders: - operationId: reports.security.getAttackSimulationRepeatOffenders - getAttackSimulationSimulationUserCoverage: - operationId: reports.security.getAttackSimulationSimulationUserCoverage - getAttackSimulationTrainingUserCoverage: - operationId: reports.security.getAttackSimulationTrainingUserCoverage default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5248,8 +5074,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.securityReportsRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5284,7 +5114,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -5319,7 +5149,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -5354,7 +5184,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/v1.0/SchemaExtensions.yml b/openApiDocs/v1.0/SchemaExtensions.yml index c08809d2923..e71bf30645e 100644 --- a/openApiDocs/v1.0/SchemaExtensions.yml +++ b/openApiDocs/v1.0/SchemaExtensions.yml @@ -75,7 +75,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.schemaExtensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -100,7 +100,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.schemaExtension' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -157,7 +157,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: @@ -192,8 +192,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schemaExtension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schemaExtension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Search.yml b/openApiDocs/v1.0/Search.yml index 3bb8852b6ce..ea38b536a26 100644 --- a/openApiDocs/v1.0/Search.yml +++ b/openApiDocs/v1.0/Search.yml @@ -39,15 +39,12 @@ paths: - connections type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' - links: - connections: - operationId: external.ListConnections default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64,8 +61,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.external' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -143,7 +144,7 @@ paths: - schema type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalConnectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -168,7 +169,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -229,29 +230,12 @@ paths: - schema type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' - links: - groups: - operationId: external.Connections.ListGroups - parameters: - externalConnection-id: $request.path.externalConnection-id - items: - operationId: external.Connections.ListItems - parameters: - externalConnection-id: $request.path.externalConnection-id - operations: - operationId: external.Connections.ListOperations - parameters: - externalConnection-id: $request.path.externalConnection-id - schema: - operationId: external.Connections.GetSchema - parameters: - externalConnection-id: $request.path.externalConnection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -277,8 +261,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -374,7 +362,7 @@ paths: - members type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -408,7 +396,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -469,18 +457,12 @@ paths: - members type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' - links: - members: - operationId: external.connections.Groups.ListMembers - parameters: - externalConnection-id: $request.path.externalConnection-id - externalGroup-id: $request.path.externalGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -514,8 +496,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -623,7 +609,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.identityCollectionResponse' default: $ref: '#/components/responses/error' @@ -665,7 +651,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -732,7 +718,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -779,8 +765,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.identity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -893,7 +883,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.externalItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -923,7 +913,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -983,7 +973,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1022,8 +1012,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.externalItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1125,7 +1119,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.externalConnectors.connectionOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1155,7 +1149,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1214,7 +1208,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1253,8 +1247,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1338,7 +1336,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1369,8 +1367,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.externalConnectors.schema' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1432,15 +1434,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.searchEntity' - links: - query: - operationId: search.query default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1457,8 +1456,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.searchEntity' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.searchEntity' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1483,7 +1486,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index 49343e362fd..779012c5ef8 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -48,23 +48,12 @@ paths: - secureScores type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security' - links: - cases: - operationId: security.GetCases - attackSimulation: - operationId: security.GetAttackSimulation - alerts: - operationId: security.ListAlerts - secureScoreControlProfiles: - operationId: security.ListSecureScoreControlProfiles - secureScores: - operationId: security.ListSecureScores default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81,8 +70,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -257,7 +250,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.alertCollectionResponse' default: $ref: '#/components/responses/error' @@ -278,7 +271,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.alert' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -366,7 +359,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -397,8 +390,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.alert' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.alert' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -438,17 +435,12 @@ paths: - simulations type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' - links: - simulationAutomations: - operationId: security.AttackSimulation.ListSimulationAutomations - simulations: - operationId: security.AttackSimulation.ListSimulations default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -465,8 +457,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -571,7 +567,7 @@ paths: - runs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.simulationAutomationCollectionResponse' default: $ref: '#/components/responses/error' @@ -592,7 +588,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -653,17 +649,12 @@ paths: - runs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' - links: - runs: - operationId: security.attackSimulation.SimulationAutomations.ListRuns - parameters: - simulationAutomation-id: $request.path.simulationAutomation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -689,8 +680,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulationAutomation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.simulationAutomation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -794,7 +789,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.simulationAutomationRunCollectionResponse' default: $ref: '#/components/responses/error' @@ -824,7 +819,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -886,7 +881,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -925,8 +920,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.simulationAutomationRun' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1063,7 +1062,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.simulationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1084,7 +1083,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1149,7 +1148,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1180,8 +1179,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.simulation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.simulation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1245,15 +1248,12 @@ paths: - ediscoveryCases type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.casesRoot' - links: - ediscoveryCases: - operationId: security.Cases.ListEdiscoveryCases default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1270,8 +1270,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.casesRoot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.casesRoot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1388,7 +1392,7 @@ paths: - tags type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryCaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -1413,7 +1417,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1485,45 +1489,12 @@ paths: - tags type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' - links: - custodians: - operationId: security.cases.EdiscoveryCases.ListCustodians - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - noncustodialDataSources: - operationId: security.cases.EdiscoveryCases.ListNoncustodialDataSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - operations: - operationId: security.cases.EdiscoveryCases.ListOperations - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - reviewSets: - operationId: security.cases.EdiscoveryCases.ListReviewSets - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - searches: - operationId: security.cases.EdiscoveryCases.ListSearches - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - settings: - operationId: security.cases.EdiscoveryCases.GetSettings - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - tags: - operationId: security.cases.EdiscoveryCases.ListTags - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - close: - operationId: security.cases.ediscoveryCases.ediscoveryCase.close - reopen: - operationId: security.cases.ediscoveryCases.ediscoveryCase.reopen default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1549,8 +1520,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCase' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1674,7 +1649,7 @@ paths: - userSources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryCustodianCollectionResponse' default: $ref: '#/components/responses/error' @@ -1708,7 +1683,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1782,43 +1757,12 @@ paths: - userSources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' - links: - lastIndexOperation: - operationId: security.cases.ediscoveryCases.Custodians.GetLastIndexOperation - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSources: - operationId: security.cases.ediscoveryCases.Custodians.ListSiteSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSources: - operationId: security.cases.ediscoveryCases.Custodians.ListUnifiedGroupSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - userSources: - operationId: security.cases.ediscoveryCases.Custodians.ListUserSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - activate: - operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.activate - applyHold: - operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.applyHold - release: - operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.release - removeHold: - operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.removeHold - updateIndex: - operationId: security.cases.ediscoveryCases.ediscoveryCase.custodians.ediscoveryCustodian.updateIndex default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1852,8 +1796,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1950,7 +1898,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2208,7 +2156,7 @@ paths: - site type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.siteSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -2250,7 +2198,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.siteSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2322,19 +2270,12 @@ paths: - site type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.siteSource' - links: - site: - operationId: security.cases.ediscoveryCases.custodians.SiteSources.GetSite - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2376,8 +2317,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.siteSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.siteSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2526,109 +2471,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetCreatedGraphBPreUser - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - lastModifiedByUser: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetLastModifiedGraphBPreUser - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - analytics: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetAnalytics - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - columns: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListColumns - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - contentTypes: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListContentTypes - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - drive: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetDrive - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - drives: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListDrives - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - externalColumns: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListExternalColumns - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - items: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListItems - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - lists: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListLists - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - operations: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListOperations - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - permissions: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListPermissions - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - sites: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListSites - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - termStore: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetTermStore - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - termStores: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.ListTermStores - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id - onenote: - operationId: security.cases.ediscoveryCases.custodians.siteSources.Site.GetOnenote - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - siteSource-id: $request.path.siteSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2719,7 +2567,7 @@ paths: - group type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.unifiedGroupSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -2761,7 +2609,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2834,19 +2682,12 @@ paths: - group type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' - links: - group: - operationId: security.cases.ediscoveryCases.custodians.UnifiedGroupSources.GetGroup - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2888,8 +2729,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.unifiedGroupSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3085,175 +2930,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListAppRoleAssignments - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - createdOnBehalfOf: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetCreatedOnBehalfGraphOPre - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - memberOf: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListMemberGraphOPre - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - members: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListMembers - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - membersWithLicenseErrors: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListMembersGraphWPreLicenseErrors - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - owners: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListOwners - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - permissionGrants: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListPermissionGrants - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - settings: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListSettings - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - transitiveMemberOf: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListTransitiveMemberGraphOPre - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - transitiveMembers: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListTransitiveMembers - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - acceptedSenders: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListAcceptedSenders - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - calendar: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetCalendar - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - calendarView: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListCalendarView - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - conversations: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListConversations - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - events: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListEvents - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - rejectedSenders: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListRejectedSenders - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - threads: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListThreads - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - drive: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetDrive - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - drives: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListDrives - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - sites: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListSites - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - extensions: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListExtensions - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - groupLifecyclePolicies: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListGroupLifecyclePolicies - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - planner: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetPlanner - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - onenote: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetOnenote - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - photo: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetPhoto - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - photos: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.ListPhotos - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id - team: - operationId: security.cases.ediscoveryCases.custodians.unifiedGroupSources.Group.GetTeam - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryCustodian-id: $request.path.ediscoveryCustodian-id - unifiedGroupSource-id: $request.path.unifiedGroupSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3348,7 +3030,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.userSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -3390,7 +3072,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.userSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3463,7 +3145,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3510,8 +3192,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.userSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.userSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3760,7 +3446,7 @@ paths: - lastIndexOperation type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryNoncustodialDataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -3794,7 +3480,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3862,31 +3548,12 @@ paths: - lastIndexOperation type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' - links: - dataSource: - operationId: security.cases.ediscoveryCases.NoncustodialDataSources.GetDataSource - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryNoncustodialDataSource-id: $request.path.ediscoveryNoncustodialDataSource-id - lastIndexOperation: - operationId: security.cases.ediscoveryCases.NoncustodialDataSources.GetLastIndexOperation - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryNoncustodialDataSource-id: $request.path.ediscoveryNoncustodialDataSource-id - applyHold: - operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.applyHold - release: - operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.release - removeHold: - operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.removeHold - updateIndex: - operationId: security.cases.ediscoveryCases.ediscoveryCase.noncustodialDataSources.ediscoveryNoncustodialDataSource.updateIndex default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3920,8 +3587,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4012,7 +3683,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4051,8 +3722,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.dataSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.dataSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4146,7 +3821,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4442,7 +4117,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.caseOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -4472,7 +4147,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.caseOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4537,7 +4212,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4576,8 +4251,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.caseOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.caseOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4688,7 +4367,7 @@ paths: - queries type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewSetCollectionResponse' default: $ref: '#/components/responses/error' @@ -4722,7 +4401,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4785,20 +4464,12 @@ paths: - queries type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' - links: - queries: - operationId: security.cases.ediscoveryCases.ReviewSets.ListQueries - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewSet-id: $request.path.ediscoveryReviewSet-id - addToReviewSet: - operationId: security.cases.ediscoveryCases.ediscoveryCase.reviewSets.ediscoveryReviewSet.addToReviewSet default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4832,8 +4503,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5009,7 +4684,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewSetQueryCollectionResponse' default: $ref: '#/components/responses/error' @@ -5051,7 +4726,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5124,15 +4799,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' - links: - applyTags: - operationId: security.cases.ediscoveryCases.ediscoveryCase.reviewSets.ediscoveryReviewSet.queries.ediscoveryReviewSetQuery.applyTags default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5174,8 +4846,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5376,7 +5052,7 @@ paths: - noncustodialSources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoverySearchCollectionResponse' default: $ref: '#/components/responses/error' @@ -5410,7 +5086,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5486,42 +5162,12 @@ paths: - noncustodialSources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' - links: - additionalSources: - operationId: security.cases.ediscoveryCases.Searches.ListAdditionalSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - addToReviewSetOperation: - operationId: security.cases.ediscoveryCases.Searches.GetAddToReviewSetOperation - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - custodianSources: - operationId: security.cases.ediscoveryCases.Searches.ListCustodianSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - lastEstimateStatisticsOperation: - operationId: security.cases.ediscoveryCases.Searches.GetLastEstimateStatisticsOperation - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - noncustodialSources: - operationId: security.cases.ediscoveryCases.Searches.ListNoncustodialSources - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - estimateStatistics: - operationId: security.cases.ediscoveryCases.ediscoveryCase.searches.ediscoverySearch.estimateStatistics - purgeData: - operationId: security.cases.ediscoveryCases.ediscoveryCase.searches.ediscoverySearch.purgeData default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5555,8 +5201,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoverySearch' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5676,7 +5326,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.dataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -5718,7 +5368,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.dataSource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5788,7 +5438,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5835,8 +5485,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.dataSource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.dataSource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5942,23 +5596,12 @@ paths: - search type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryAddToReviewSetOperation' - links: - reviewSet: - operationId: security.cases.ediscoveryCases.searches.AddToReviewSetOperation.GetReviewSet - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - search: - operationId: security.cases.ediscoveryCases.searches.AddToReviewSetOperation.GetSearch - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6044,7 +5687,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.dataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -6113,7 +5756,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6189,18 +5832,12 @@ paths: - search type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryEstimateOperation' - links: - search: - operationId: security.cases.ediscoveryCases.searches.LastEstimateStatisticsOperation.GetSearch - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6369,7 +6006,7 @@ paths: - lastIndexOperation type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryNoncustodialDataSourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -6444,25 +6081,12 @@ paths: - lastIndexOperation type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' - links: - dataSource: - operationId: security.cases.ediscoveryCases.searches.NoncustodialSources.GetDataSource - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - ediscoveryNoncustodialDataSource-id: $request.path.ediscoveryNoncustodialDataSource-id - lastIndexOperation: - operationId: security.cases.ediscoveryCases.searches.NoncustodialSources.GetLastIndexOperation - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoverySearch-id: $request.path.ediscoverySearch-id - ediscoveryNoncustodialDataSource-id: $request.path.ediscoveryNoncustodialDataSource-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6513,15 +6137,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings' - links: - resetToDefault: - operationId: security.cases.ediscoveryCases.ediscoveryCase.settings.resetToDefault default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6551,8 +6172,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6688,7 +6313,7 @@ paths: - parent type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -6722,7 +6347,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6789,23 +6414,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' - links: - childTags: - operationId: security.cases.ediscoveryCases.Tags.ListChildTags - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id - parent: - operationId: security.cases.ediscoveryCases.Tags.GetParent - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6839,8 +6453,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6964,7 +6582,7 @@ paths: - parent type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -7038,25 +6656,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' - links: - childTags: - operationId: security.cases.ediscoveryCases.tags.ChildTags.ListChildTags - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id - ediscoveryReviewTag-id1: $request.path.ediscoveryReviewTag-id1 - parent: - operationId: security.cases.ediscoveryCases.tags.ChildTags.GetParent - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id - ediscoveryReviewTag-id1: $request.path.ediscoveryReviewTag-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7118,23 +6723,12 @@ paths: - parent type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' - links: - childTags: - operationId: security.cases.ediscoveryCases.tags.Parent.ListChildTags - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id - parent: - operationId: security.cases.ediscoveryCases.tags.Parent.GetParent - parameters: - ediscoveryCase-id: $request.path.ediscoveryCase-id - ediscoveryReviewTag-id: $request.path.ediscoveryReviewTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7201,7 +6795,7 @@ paths: - childSelectability desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7335,7 +6929,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.secureScoreControlProfileCollectionResponse' default: $ref: '#/components/responses/error' @@ -7356,7 +6950,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7424,7 +7018,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7455,8 +7049,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7570,7 +7168,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.secureScoreCollectionResponse' default: $ref: '#/components/responses/error' @@ -7591,7 +7189,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.secureScore' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7650,7 +7248,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7681,8 +7279,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.secureScore' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.secureScore' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index c5490b1e639..889d6f3f8d4 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -139,7 +139,7 @@ paths: - onenote type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' @@ -242,99 +242,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: groups.Sites.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - lastModifiedByUser: - operationId: groups.Sites.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - analytics: - operationId: groups.Sites.GetAnalytics - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - columns: - operationId: groups.Sites.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentTypes: - operationId: groups.Sites.ListContentTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive: - operationId: groups.Sites.GetDrive - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drives: - operationId: groups.Sites.ListDrives - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - externalColumns: - operationId: groups.Sites.ListExternalColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - items: - operationId: groups.Sites.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - lists: - operationId: groups.Sites.ListLists - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - operations: - operationId: groups.Sites.ListOperations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - permissions: - operationId: groups.Sites.ListPermissions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sites: - operationId: groups.Sites.ListSites - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - termStore: - operationId: groups.Sites.GetTermStore - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - termStores: - operationId: groups.Sites.ListTermStores - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenote: - operationId: groups.Sites.GetOnenote - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - getActivitiesByInterval: - operationId: groups.group.sites.site.getActivitiesGraphBPreInterval - getApplicableContentTypesForList: - operationId: groups.group.sites.site.getApplicableContentTypesGraphFPreList - getByPath: - operationId: groups.group.sites.site.getGraphBPrePath default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -368,8 +281,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.site' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -428,28 +345,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.sites.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - itemActivityStats: - operationId: groups.sites.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - lastSevenDays: - operationId: groups.sites.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -618,7 +519,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -660,7 +561,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -759,19 +660,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -813,8 +707,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -950,19 +848,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1088,7 +979,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -1130,7 +1021,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1220,53 +1111,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.ContentTypes.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.sites.ContentTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.sites.ContentTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.sites.ContentTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.sites.ContentTypes.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: groups.group.sites.site.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: groups.group.sites.site.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: groups.group.sites.site.contentTypes.contentType.isPublished - publish: - operationId: groups.group.sites.site.contentTypes.contentType.publish - unpublish: - operationId: groups.group.sites.site.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1308,8 +1158,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1436,43 +1290,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.contentTypes.Base.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.sites.contentTypes.Base.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.sites.contentTypes.Base.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.sites.contentTypes.Base.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.sites.contentTypes.Base.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1603,7 +1426,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -1700,48 +1523,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.contentTypes.BaseTypes.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: groups.sites.contentTypes.BaseTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: groups.sites.contentTypes.BaseTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: groups.sites.contentTypes.BaseTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: groups.sites.contentTypes.BaseTypes.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1823,7 +1610,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -1869,7 +1656,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1944,7 +1731,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1999,8 +1786,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2224,7 +2015,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2330,20 +2121,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.contentTypes.ColumnPositions.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2520,7 +2303,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -2570,7 +2353,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2677,20 +2460,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.contentTypes.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2740,8 +2515,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2893,20 +2672,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2992,53 +2763,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.sites.Drive.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - lastModifiedByUser: - operationId: groups.sites.Drive.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - bundles: - operationId: groups.sites.Drive.ListBundles - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - following: - operationId: groups.sites.Drive.ListFollowing - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - items: - operationId: groups.sites.Drive.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list: - operationId: groups.sites.Drive.GetList - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - root: - operationId: groups.sites.Drive.GetRoot - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - special: - operationId: groups.sites.Drive.ListSpecial - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3170,7 +2900,7 @@ paths: - special type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' @@ -3265,61 +2995,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.sites.Drives.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: groups.sites.Drives.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - bundles: - operationId: groups.sites.Drives.ListBundles - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - following: - operationId: groups.sites.Drives.ListFollowing - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - items: - operationId: groups.sites.Drives.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - list: - operationId: groups.sites.Drives.GetList - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - root: - operationId: groups.sites.Drives.GetRoot - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id - special: - operationId: groups.sites.Drives.ListSpecial - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3484,7 +3165,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3581,19 +3262,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.ExternalColumns.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3695,7 +3369,7 @@ paths: - lastModifiedByUser type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.baseItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -3773,25 +3447,12 @@ paths: - lastModifiedByUser type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.baseItem' - links: - createdByUser: - operationId: groups.sites.Items.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - baseItem-id: $request.path.baseItem-id - lastModifiedByUser: - operationId: groups.sites.Items.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - baseItem-id: $request.path.baseItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3920,7 +3581,7 @@ paths: - subscriptions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listCollectionResponse' default: $ref: '#/components/responses/error' @@ -3962,7 +3623,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4057,61 +3718,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: groups.sites.Lists.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - lastModifiedByUser: - operationId: groups.sites.Lists.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - columns: - operationId: groups.sites.Lists.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentTypes: - operationId: groups.sites.Lists.ListContentTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - drive: - operationId: groups.sites.Lists.GetDrive - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - items: - operationId: groups.sites.Lists.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - operations: - operationId: groups.sites.Lists.ListOperations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - subscriptions: - operationId: groups.sites.Lists.ListSubscriptions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4153,8 +3765,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4373,7 +3989,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4423,7 +4039,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4530,20 +4146,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.lists.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4593,8 +4201,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4746,20 +4358,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.lists.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4893,7 +4497,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -4939,7 +4543,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5037,58 +4641,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.lists.ContentTypes.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.sites.lists.ContentTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.sites.lists.ContentTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.sites.lists.ContentTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.sites.lists.ContentTypes.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: groups.group.sites.site.lists.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: groups.group.sites.site.lists.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: groups.group.sites.site.lists.list.contentTypes.contentType.isPublished - publish: - operationId: groups.group.sites.site.lists.list.contentTypes.contentType.publish - unpublish: - operationId: groups.group.sites.site.lists.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5138,8 +4696,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5282,48 +4844,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.lists.contentTypes.Base.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: groups.sites.lists.contentTypes.Base.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: groups.sites.lists.contentTypes.Base.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: groups.sites.lists.contentTypes.Base.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columns: - operationId: groups.sites.lists.contentTypes.Base.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5462,7 +4988,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -5567,53 +5093,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: groups.sites.lists.contentTypes.BaseTypes.GetBase - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: groups.sites.lists.contentTypes.BaseTypes.ListBaseTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: groups.sites.lists.contentTypes.BaseTypes.ListColumnLinks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: groups.sites.lists.contentTypes.BaseTypes.ListColumnPositions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: groups.sites.lists.contentTypes.BaseTypes.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5703,7 +5188,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -5757,7 +5242,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5840,7 +5325,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5903,8 +5388,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6144,7 +5633,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6258,21 +5747,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.lists.contentTypes.ColumnPositions.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6457,7 +5937,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -6515,7 +5995,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6630,21 +6110,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.lists.contentTypes.Columns.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6702,8 +6173,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6871,21 +6346,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: groups.sites.lists.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6976,61 +6442,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: groups.sites.lists.Drive.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - lastModifiedByUser: - operationId: groups.sites.lists.Drive.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - bundles: - operationId: groups.sites.lists.Drive.ListBundles - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - following: - operationId: groups.sites.lists.Drive.ListFollowing - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - items: - operationId: groups.sites.lists.Drive.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - list: - operationId: groups.sites.lists.Drive.GetList - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - root: - operationId: groups.sites.lists.Drive.GetRoot - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - special: - operationId: groups.sites.lists.Drive.ListSpecial - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7159,7 +6576,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -7209,7 +6626,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7308,64 +6725,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: groups.sites.lists.Items.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: groups.sites.lists.Items.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - analytics: - operationId: groups.sites.lists.Items.GetAnalytics - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: groups.sites.lists.Items.ListDocumentSetVersions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: groups.sites.lists.Items.GetDriveItem - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - fields: - operationId: groups.sites.lists.Items.GetFields - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - versions: - operationId: groups.sites.lists.Items.ListVersions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - getActivitiesByInterval: - operationId: groups.group.sites.site.lists.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7415,8 +6780,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7541,34 +6910,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: groups.sites.lists.items.Analytics.GetAllTime - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: groups.sites.lists.items.Analytics.ListItemActivityStats - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: groups.sites.lists.items.Analytics.GetLastSevenDays - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7684,7 +7031,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -7742,7 +7089,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7834,23 +7181,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: groups.sites.lists.items.DocumentSetVersions.GetFields - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: groups.group.sites.site.lists.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7908,8 +7244,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8089,83 +7429,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.sites.lists.items.DriveItem.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: groups.sites.lists.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - workbook: - operationId: groups.sites.lists.items.DriveItem.GetWorkbook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - analytics: - operationId: groups.sites.lists.items.DriveItem.GetAnalytics - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - children: - operationId: groups.sites.lists.items.DriveItem.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - listItem: - operationId: groups.sites.lists.items.DriveItem.GetListItem - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - permissions: - operationId: groups.sites.lists.items.DriveItem.ListPermissions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: groups.sites.lists.items.DriveItem.ListSubscriptions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: groups.sites.lists.items.DriveItem.ListThumbnails - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - versions: - operationId: groups.sites.lists.items.DriveItem.ListVersions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8210,7 +7479,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -8338,7 +7607,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8397,8 +7666,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8549,7 +7822,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -8603,7 +7876,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8690,23 +7963,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: groups.sites.lists.items.Versions.GetFields - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: groups.group.sites.site.lists.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8764,8 +8026,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8900,7 +8166,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8963,8 +8229,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9128,7 +8398,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -9174,7 +8444,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9257,7 +8527,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9312,8 +8582,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9484,7 +8758,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -9530,7 +8804,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9618,15 +8892,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: groups.group.sites.site.lists.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9676,8 +8947,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9792,43 +9067,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenote' - links: - notebooks: - operationId: groups.sites.Onenote.ListNotebooks - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - operations: - operationId: groups.sites.Onenote.ListOperations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - pages: - operationId: groups.sites.Onenote.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - resources: - operationId: groups.sites.Onenote.ListResources - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroups: - operationId: groups.sites.Onenote.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sections: - operationId: groups.sites.Onenote.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9862,8 +9106,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenote' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenote' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10011,7 +9259,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.notebookCollectionResponse' default: $ref: '#/components/responses/error' @@ -10053,7 +9301,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10135,27 +9383,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.Notebooks.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sections: - operationId: groups.sites.onenote.Notebooks.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - copyNotebook: - operationId: groups.group.sites.site.onenote.notebooks.notebook.copyNotebook default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10197,8 +9430,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.notebook' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.notebook' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10354,7 +9591,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -10404,7 +9641,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10494,41 +9731,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.sites.onenote.notebooks.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.notebooks.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10578,8 +9786,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10714,27 +9926,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10819,41 +10016,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10975,7 +10143,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -11072,45 +10240,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11233,7 +10368,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -11291,7 +10426,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11388,41 +10523,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.notebooks.sectionGroups.Sections.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sectionGroups.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11480,8 +10586,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11671,7 +10781,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -11733,7 +10843,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11838,37 +10948,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11934,8 +11019,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12062,7 +11151,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -12238,31 +11327,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12362,40 +11432,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12488,29 +11530,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12603,45 +11628,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.notebooks.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12756,7 +11748,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -12806,7 +11798,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12895,38 +11887,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.notebooks.Sections.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.sites.onenote.notebooks.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12976,8 +11942,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13151,7 +12121,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -13205,7 +12175,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13302,35 +12272,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.sites.onenote.notebooks.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.sites.site.onenote.notebooks.notebook.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13388,8 +12335,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13500,7 +12451,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -13660,29 +12611,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.notebooks.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.sites.onenote.notebooks.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13774,37 +12708,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.notebooks.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.sites.onenote.notebooks.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13889,27 +12798,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.notebooks.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.notebooks.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13994,41 +12888,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.notebooks.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.notebooks.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.sites.onenote.notebooks.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.notebooks.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - notebook-id: $request.path.notebook-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14120,7 +12985,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -14158,7 +13023,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14231,7 +13096,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14278,8 +13143,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14429,7 +13298,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -14467,7 +13336,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14548,31 +13417,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.sites.onenote.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.sites.onenote.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.sites.site.onenote.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.sites.site.onenote.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.sites.site.onenote.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14614,8 +13464,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14694,7 +13548,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -14822,25 +13676,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.sites.onenote.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14916,31 +13757,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.sites.onenote.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.sites.onenote.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15020,7 +13842,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -15058,7 +13880,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15127,7 +13949,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15174,8 +13996,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15254,7 +14080,7 @@ paths: type: string x-ms-docs-key-type: onenoteResource responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -15411,7 +14237,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -15449,7 +14275,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15531,37 +14357,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.sites.onenote.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.sites.onenote.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15603,8 +14404,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sectionGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sectionGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15723,25 +14528,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.sectionGroups.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15818,37 +14610,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - parentSectionGroup: - operationId: groups.sites.onenote.sectionGroups.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sections: - operationId: groups.sites.onenote.sectionGroups.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15962,7 +14729,7 @@ paths: - sections type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sectionGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -16051,41 +14818,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.SectionGroups.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - parentSectionGroup: - operationId: groups.sites.onenote.sectionGroups.SectionGroups.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.SectionGroups.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 - sections: - operationId: groups.sites.onenote.sectionGroups.SectionGroups.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - sectionGroup-id1: $request.path.sectionGroup-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16200,7 +14938,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -16250,7 +14988,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16339,38 +15077,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.sectionGroups.Sections.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.sectionGroups.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16420,8 +15132,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16595,7 +15311,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -16649,7 +15365,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16746,35 +15462,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.sites.onenote.sectionGroups.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.sites.site.onenote.sectionGroups.sectionGroup.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16832,8 +15525,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16944,7 +15641,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -17104,29 +15801,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.sites.onenote.sectionGroups.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17218,37 +15898,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.sectionGroups.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.sites.onenote.sectionGroups.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17333,27 +15988,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.sectionGroups.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17438,41 +16078,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.sectionGroups.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.sectionGroups.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.sites.onenote.sectionGroups.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.sectionGroups.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sectionGroup-id: $request.path.sectionGroup-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17579,7 +16190,7 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenoteSectionCollectionResponse' default: $ref: '#/components/responses/error' @@ -17617,7 +16228,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17698,35 +16309,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.Sections.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentNotebook: - operationId: groups.sites.onenote.Sections.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.Sections.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - copyToNotebook: - operationId: groups.group.sites.site.onenote.sections.onenoteSection.copyToNotebook - copyToSectionGroup: - operationId: groups.group.sites.site.onenote.sections.onenoteSection.copyToSectionGroup default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17768,8 +16356,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteSection' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenoteSection' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17927,7 +16519,7 @@ paths: - parentSection type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.onenotePageCollectionResponse' default: $ref: '#/components/responses/error' @@ -17973,7 +16565,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18062,33 +16654,12 @@ paths: - parentSection type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenotePage' - links: - parentNotebook: - operationId: groups.sites.onenote.sections.Pages.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSection: - operationId: groups.sites.onenote.sections.Pages.GetParentSection - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - copyToSection: - operationId: groups.group.sites.site.onenote.sections.onenoteSection.pages.onenotePage.copyToSection - onenotePatchContent: - operationId: groups.group.sites.site.onenote.sections.onenoteSection.pages.onenotePage.onenotePatchContent - preview: - operationId: groups.group.sites.site.onenote.sections.onenoteSection.pages.onenotePage.preview default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18138,8 +16709,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18234,7 +16809,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -18378,27 +16953,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.sections.pages.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - sections: - operationId: groups.sites.onenote.sections.pages.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18482,34 +17042,12 @@ paths: - parentSectionGroup type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.onenoteSection' - links: - pages: - operationId: groups.sites.onenote.sections.pages.ParentSection.ListPages - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentNotebook: - operationId: groups.sites.onenote.sections.pages.ParentSection.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id - parentSectionGroup: - operationId: groups.sites.onenote.sections.pages.ParentSection.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - onenotePage-id: $request.path.onenotePage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18586,25 +17124,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.notebook' - links: - sectionGroups: - operationId: groups.sites.onenote.sections.ParentNotebook.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.sections.ParentNotebook.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18681,37 +17206,12 @@ paths: - sections type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sectionGroup' - links: - parentNotebook: - operationId: groups.sites.onenote.sections.ParentSectionGroup.GetParentNotebook - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - parentSectionGroup: - operationId: groups.sites.onenote.sections.ParentSectionGroup.GetParentSectionGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sectionGroups: - operationId: groups.sites.onenote.sections.ParentSectionGroup.ListSectionGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id - sections: - operationId: groups.sites.onenote.sections.ParentSectionGroup.ListSections - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - onenoteSection-id: $request.path.onenoteSection-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18812,7 +17312,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -18850,7 +17350,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18925,7 +17425,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -18972,8 +17472,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19122,7 +17626,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -19164,7 +17668,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19241,15 +17745,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: groups.group.sites.site.permissions.permission.grant default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19291,8 +17792,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19482,7 +17987,7 @@ paths: - onenote type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' @@ -19593,109 +18098,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: groups.sites.Sites.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - lastModifiedByUser: - operationId: groups.sites.Sites.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - analytics: - operationId: groups.sites.Sites.GetAnalytics - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - columns: - operationId: groups.sites.Sites.ListColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - contentTypes: - operationId: groups.sites.Sites.ListContentTypes - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - drive: - operationId: groups.sites.Sites.GetDrive - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - drives: - operationId: groups.sites.Sites.ListDrives - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - externalColumns: - operationId: groups.sites.Sites.ListExternalColumns - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - items: - operationId: groups.sites.Sites.ListItems - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - lists: - operationId: groups.sites.Sites.ListLists - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - operations: - operationId: groups.sites.Sites.ListOperations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - permissions: - operationId: groups.sites.Sites.ListPermissions - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - sites: - operationId: groups.sites.Sites.ListSites - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - termStore: - operationId: groups.sites.Sites.GetTermStore - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - termStores: - operationId: groups.sites.Sites.ListTermStores - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - onenote: - operationId: groups.sites.Sites.GetOnenote - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - site-id1: $request.path.site-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19757,23 +18165,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' - links: - groups: - operationId: groups.sites.TermStore.ListGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - sets: - operationId: groups.sites.TermStore.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19811,8 +18208,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19937,7 +18338,7 @@ paths: - sets type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -19979,7 +18380,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20052,19 +18453,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: groups.sites.termStore.Groups.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20106,8 +18500,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20251,7 +18649,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -20297,7 +18695,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20383,41 +18781,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.Sets.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - parentGroup: - operationId: groups.sites.termStore.groups.Sets.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relations: - operationId: groups.sites.termStore.groups.Sets.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - terms: - operationId: groups.sites.termStore.groups.Sets.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20467,8 +18836,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20629,7 +19002,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -20687,7 +19060,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20780,37 +19153,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.groups.sets.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.groups.sets.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20868,8 +19216,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21043,7 +19395,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -21105,7 +19457,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21206,40 +19558,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.groups.sets.children.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.groups.sets.children.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21305,8 +19629,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21484,7 +19812,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -21554,7 +19882,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21659,43 +19987,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.groups.sets.children.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.groups.sets.children.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21769,8 +20066,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21948,43 +20249,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22089,53 +20359,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.children.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.groups.sets.children.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22239,43 +20468,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22372,49 +20570,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.groups.sets.children.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.groups.sets.children.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.groups.sets.children.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22518,7 +20679,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -22580,7 +20741,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22677,40 +20838,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.groups.sets.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.groups.sets.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22776,8 +20909,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22939,40 +21076,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23069,49 +21178,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.groups.sets.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23207,40 +21279,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23329,45 +21373,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.groups.sets.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.groups.sets.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23443,20 +21454,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: groups.sites.termStore.groups.sets.ParentGroup.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23506,8 +21509,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23656,7 +21663,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -23710,7 +21717,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23799,37 +21806,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.groups.sets.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.groups.sets.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23887,8 +21869,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24034,37 +22020,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24153,45 +22114,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.groups.sets.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24279,37 +22207,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24417,7 +22320,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -24471,7 +22374,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24564,37 +22467,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.Terms.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.groups.sets.Terms.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.groups.sets.Terms.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24652,8 +22530,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24827,7 +22709,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -24889,7 +22771,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24990,40 +22872,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.groups.sets.terms.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.groups.sets.terms.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25089,8 +22943,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25268,7 +23126,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -25338,7 +23196,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25443,43 +23301,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.groups.sets.terms.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.groups.sets.terms.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25553,8 +23380,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25732,43 +23563,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25873,53 +23673,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26023,43 +23782,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26156,49 +23884,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.groups.sets.terms.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.groups.sets.terms.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.groups.sets.terms.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26302,7 +23993,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -26364,7 +24055,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26461,40 +24152,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.groups.sets.terms.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.groups.sets.terms.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26560,8 +24223,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26723,40 +24390,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26853,49 +24492,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.terms.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.groups.sets.terms.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26991,40 +24593,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.groups.sets.terms.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27113,45 +24687,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.groups.sets.terms.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.groups.sets.terms.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.groups.sets.terms.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.groups.sets.terms.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27242,7 +24783,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -27280,7 +24821,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27358,37 +24899,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.Sets.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - parentGroup: - operationId: groups.sites.termStore.Sets.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relations: - operationId: groups.sites.termStore.Sets.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - terms: - operationId: groups.sites.termStore.Sets.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27430,8 +24946,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27576,7 +25096,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -27626,7 +25146,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27711,34 +25231,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.sets.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27788,8 +25286,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27947,7 +25449,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -28001,7 +25503,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28094,37 +25596,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.children.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.children.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.sets.children.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28182,8 +25659,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28345,7 +25826,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -28407,7 +25888,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28504,40 +25985,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.children.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.children.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28603,8 +26056,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28766,40 +26223,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.children.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28896,49 +26325,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.children.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.children.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.children.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29034,40 +26426,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.children.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29156,45 +26520,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.children.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.sets.children.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.children.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.sets.children.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29290,7 +26621,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -29344,7 +26675,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29433,37 +26764,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29521,8 +26827,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29668,37 +26978,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29787,45 +27072,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29913,37 +27165,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30024,41 +27251,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.sets.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.sets.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30126,19 +27324,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: groups.sites.termStore.sets.ParentGroup.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30180,8 +27371,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30325,7 +27520,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -30371,7 +27566,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30457,41 +27652,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.Sets.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.Sets.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relations: - operationId: groups.sites.termStore.sets.parentGroup.Sets.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - terms: - operationId: groups.sites.termStore.sets.parentGroup.Sets.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30541,8 +27707,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30703,7 +27873,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -30761,7 +27931,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30854,37 +28024,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30942,8 +28087,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31117,7 +28266,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -31179,7 +28328,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31280,40 +28429,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31379,8 +28500,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31558,7 +28683,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -31628,7 +28753,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31733,43 +28858,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31843,8 +28937,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32022,43 +29120,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32163,53 +29230,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32313,43 +29339,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32446,49 +29441,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32592,7 +29550,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -32654,7 +29612,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32751,40 +29709,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32850,8 +29780,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33013,40 +29947,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33143,49 +30049,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33281,40 +30150,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33403,45 +30244,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33540,7 +30348,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -33594,7 +30402,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33683,37 +30491,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33771,8 +30554,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33918,37 +30705,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34037,45 +30799,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34163,37 +30892,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34301,7 +31005,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -34355,7 +31059,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34448,37 +31152,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.Terms.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.Terms.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.Terms.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34536,8 +31215,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34711,7 +31394,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -34773,7 +31456,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34874,40 +31557,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34973,8 +31628,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35152,7 +31811,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -35222,7 +31881,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35327,43 +31986,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35437,8 +32065,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35616,43 +32248,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35757,53 +32358,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35907,43 +32467,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36040,49 +32569,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36186,7 +32678,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -36248,7 +32740,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36345,40 +32837,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36444,8 +32908,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36607,40 +33075,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36737,49 +33177,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36875,40 +33278,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36997,45 +33372,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.sets.parentGroup.sets.terms.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37126,7 +33468,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -37172,7 +33514,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37253,34 +33595,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37330,8 +33650,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37461,34 +33785,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37569,41 +33871,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37683,34 +33956,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37810,7 +34061,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -37856,7 +34107,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37941,34 +34192,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.Terms.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.Terms.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStore.sets.Terms.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38018,8 +34247,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38177,7 +34410,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -38231,7 +34464,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38324,37 +34557,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.terms.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.terms.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStore.sets.terms.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38412,8 +34620,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38575,7 +34787,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -38637,7 +34849,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38734,40 +34946,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.terms.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.terms.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38833,8 +35017,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38996,40 +35184,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.terms.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39126,49 +35286,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.terms.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.terms.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.terms.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39264,40 +35387,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.terms.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39386,45 +35481,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.terms.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStore.sets.terms.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStore.sets.terms.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStore.sets.terms.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39520,7 +35582,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -39574,7 +35636,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39663,37 +35725,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStore.sets.terms.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStore.sets.terms.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39751,8 +35788,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39898,37 +35939,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.terms.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40017,45 +36033,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.terms.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStore.sets.terms.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStore.sets.terms.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40143,37 +36126,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStore.sets.terms.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStore.sets.terms.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStore.sets.terms.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40254,41 +36212,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStore.sets.terms.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStore.sets.terms.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStore.sets.terms.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStore.sets.terms.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40369,7 +36298,7 @@ paths: - sets type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' default: $ref: '#/components/responses/error' @@ -40407,7 +36336,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40479,25 +36408,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' - links: - groups: - operationId: groups.sites.TermStores.ListGroups - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - sets: - operationId: groups.sites.TermStores.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40539,8 +36455,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40681,7 +36601,7 @@ paths: - sets type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -40731,7 +36651,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40812,20 +36732,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: groups.sites.termStores.Groups.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40875,8 +36787,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41036,7 +36952,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -41090,7 +37006,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41184,45 +37100,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.groups.Sets.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - parentGroup: - operationId: groups.sites.termStores.groups.Sets.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relations: - operationId: groups.sites.termStores.groups.Sets.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - terms: - operationId: groups.sites.termStores.groups.Sets.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41280,8 +37163,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41458,7 +37345,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -41524,7 +37411,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41625,40 +37512,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.groups.sets.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStores.groups.sets.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41724,8 +37583,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41915,7 +37778,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -41985,7 +37848,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42094,43 +37957,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.children.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.groups.sets.children.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStores.groups.sets.children.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42204,8 +38036,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42399,7 +38235,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -42477,7 +38313,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42590,46 +38426,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.groups.sets.children.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.children.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.groups.sets.children.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42711,8 +38513,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42906,46 +38712,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.children.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.children.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.children.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43058,57 +38830,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.groups.sets.children.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.groups.sets.children.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.children.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.groups.sets.children.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43220,46 +38947,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.children.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.children.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.children.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43364,53 +39057,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.groups.sets.children.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStores.groups.sets.children.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.groups.sets.children.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStores.groups.sets.children.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43522,7 +39174,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -43592,7 +39244,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43697,43 +39349,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.groups.sets.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.groups.sets.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43807,8 +39428,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43986,43 +39611,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44127,53 +39721,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.groups.sets.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.groups.sets.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.groups.sets.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44277,43 +39830,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44410,49 +39932,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.groups.sets.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStores.groups.sets.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.groups.sets.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStores.groups.sets.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44536,21 +40021,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: groups.sites.termStores.groups.sets.ParentGroup.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44608,8 +40084,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44774,7 +40254,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -44836,7 +40316,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44933,40 +40413,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.groups.sets.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.groups.sets.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45032,8 +40484,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45195,40 +40651,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45325,49 +40753,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.groups.sets.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.groups.sets.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.groups.sets.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45463,40 +40854,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45612,7 +40975,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -45674,7 +41037,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -45775,40 +41138,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.Terms.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.groups.sets.Terms.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStores.groups.sets.Terms.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -45874,8 +41209,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46065,7 +41404,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -46135,7 +41474,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46244,43 +41583,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.terms.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.groups.sets.terms.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStores.groups.sets.terms.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46354,8 +41662,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46549,7 +41861,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -46627,7 +41939,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -46740,46 +42052,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.groups.sets.terms.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.terms.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.groups.sets.terms.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46861,8 +42139,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47056,46 +42338,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.terms.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.terms.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.terms.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47208,57 +42456,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.groups.sets.terms.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.groups.sets.terms.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.terms.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.groups.sets.terms.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47370,46 +42573,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.terms.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.terms.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.terms.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47514,53 +42683,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.groups.sets.terms.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStores.groups.sets.terms.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.groups.sets.terms.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStores.groups.sets.terms.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47672,7 +42800,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -47742,7 +42870,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -47847,43 +42975,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.groups.sets.terms.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.terms.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.groups.sets.terms.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -47957,8 +43054,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48136,43 +43237,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.terms.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.terms.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.terms.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48277,53 +43347,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.groups.sets.terms.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.groups.sets.terms.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.terms.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.groups.sets.terms.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48427,43 +43456,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.groups.sets.terms.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.groups.sets.terms.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.groups.sets.terms.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48560,49 +43558,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.groups.sets.terms.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStores.groups.sets.terms.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.groups.sets.terms.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStores.groups.sets.terms.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id1: $request.path.group-id1 - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48701,7 +43662,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -48747,7 +43708,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -48833,41 +43794,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.Sets.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - parentGroup: - operationId: groups.sites.termStores.Sets.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relations: - operationId: groups.sites.termStores.Sets.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - terms: - operationId: groups.sites.termStores.Sets.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -48917,8 +43849,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49079,7 +44015,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -49137,7 +44073,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49230,37 +44166,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.sets.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStores.sets.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49318,8 +44229,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49493,7 +44408,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -49555,7 +44470,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -49656,40 +44571,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.children.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.sets.children.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStores.sets.children.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49755,8 +44642,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -49934,7 +44825,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -50004,7 +44895,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -50109,43 +45000,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.sets.children.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.children.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.sets.children.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50219,8 +45079,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50398,43 +45262,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.children.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.children.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.children.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50539,53 +45372,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.children.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.sets.children.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.children.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.sets.children.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50689,43 +45481,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.children.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.children.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.children.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50822,49 +45583,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.children.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStores.sets.children.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.sets.children.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStores.sets.children.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -50968,7 +45692,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -51030,7 +45754,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -51127,40 +45851,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.sets.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.sets.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51226,8 +45922,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51389,40 +46089,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51519,49 +46191,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.sets.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.sets.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51657,40 +46292,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51779,45 +46386,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStores.sets.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.sets.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStores.sets.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51893,20 +46467,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: groups.sites.termStores.sets.ParentGroup.ListSets - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -51956,8 +46522,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52117,7 +46687,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -52171,7 +46741,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52265,45 +46835,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.Sets.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - parentGroup: - operationId: groups.sites.termStores.sets.parentGroup.Sets.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relations: - operationId: groups.sites.termStores.sets.parentGroup.Sets.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - terms: - operationId: groups.sites.termStores.sets.parentGroup.Sets.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52361,8 +46898,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52539,7 +47080,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -52605,7 +47146,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -52706,40 +47247,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52805,8 +47318,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -52996,7 +47513,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -53066,7 +47583,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -53175,43 +47692,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53285,8 +47771,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53480,7 +47970,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -53558,7 +48048,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -53671,46 +48161,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53792,8 +48248,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -53987,46 +48447,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54139,57 +48565,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54301,46 +48682,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54445,53 +48792,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54603,7 +48909,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -54673,7 +48979,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -54778,43 +49084,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -54888,8 +49163,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55067,43 +49346,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55208,53 +49456,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55358,43 +49565,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55491,49 +49667,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStores.sets.parentGroup.sets.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55640,7 +49779,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -55702,7 +49841,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -55799,40 +49938,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.sets.parentGroup.sets.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.sets.parentGroup.sets.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -55898,8 +50009,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56061,40 +50176,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56191,49 +50278,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.sets.parentGroup.sets.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.sets.parentGroup.sets.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56329,40 +50379,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56478,7 +50500,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -56540,7 +50562,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -56641,40 +50663,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.Terms.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.Terms.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.Terms.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56740,8 +50734,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -56931,7 +50929,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -57001,7 +50999,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -57110,43 +51108,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57220,8 +51187,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57415,7 +51386,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -57493,7 +51464,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -57606,46 +51577,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57727,8 +51664,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -57922,46 +51863,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58074,57 +51981,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58236,46 +52098,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58380,53 +52208,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58538,7 +52325,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -58608,7 +52395,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -58713,43 +52500,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58823,8 +52579,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59002,43 +52762,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59143,53 +52872,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59293,43 +52981,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59426,49 +53083,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStores.sets.parentGroup.sets.terms.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59567,7 +53187,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -59621,7 +53241,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -59710,37 +53330,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.sets.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.sets.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59798,8 +53393,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -59945,37 +53544,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60064,45 +53638,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.sets.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.sets.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60190,37 +53731,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60328,7 +53844,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -60382,7 +53898,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60475,37 +53991,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.Terms.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.sets.Terms.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: groups.sites.termStores.sets.Terms.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60563,8 +54054,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -60738,7 +54233,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -60800,7 +54295,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -60901,40 +54396,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.terms.Children.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.sets.terms.Children.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: groups.sites.termStores.sets.terms.Children.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61000,8 +54467,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61179,7 +54650,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -61249,7 +54720,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -61354,43 +54825,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.sets.terms.children.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.terms.children.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.sets.terms.children.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61464,8 +54904,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61643,43 +55087,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.terms.children.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.terms.children.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.terms.children.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61784,53 +55197,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.terms.children.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.sets.terms.children.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.terms.children.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.sets.terms.children.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -61934,43 +55306,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.terms.children.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.terms.children.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.terms.children.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62067,49 +55408,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.terms.children.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: groups.sites.termStores.sets.terms.children.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: groups.sites.termStores.sets.terms.children.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: groups.sites.termStores.sets.terms.children.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62213,7 +55517,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -62275,7 +55579,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -62372,40 +55676,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: groups.sites.termStores.sets.terms.Relations.GetFromTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.terms.Relations.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: groups.sites.termStores.sets.terms.Relations.GetToTerm - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62471,8 +55747,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62634,40 +55914,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.terms.relations.FromTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.terms.relations.FromTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.terms.relations.FromTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62764,49 +56016,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.terms.relations.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: groups.sites.termStores.sets.terms.relations.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.terms.relations.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: groups.sites.termStores.sets.terms.relations.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -62902,40 +56117,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: groups.sites.termStores.sets.terms.relations.ToTerm.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: groups.sites.termStores.sets.terms.relations.ToTerm.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: groups.sites.termStores.sets.terms.relations.ToTerm.GetSet - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63024,45 +56211,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: groups.sites.termStores.sets.terms.Set.ListChildren - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: groups.sites.termStores.sets.terms.Set.GetParentGroup - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: groups.sites.termStores.sets.terms.Set.ListRelations - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: groups.sites.termStores.sets.terms.Set.ListTerms - parameters: - group-id: $request.path.group-id - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63194,7 +56348,7 @@ paths: - onenote type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' @@ -63292,83 +56446,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: sites.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - lastModifiedByUser: - operationId: sites.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - analytics: - operationId: sites.GetAnalytics - parameters: - site-id: $request.path.site-id - columns: - operationId: sites.ListColumns - parameters: - site-id: $request.path.site-id - contentTypes: - operationId: sites.ListContentTypes - parameters: - site-id: $request.path.site-id - drive: - operationId: sites.GetDrive - parameters: - site-id: $request.path.site-id - drives: - operationId: sites.ListDrives - parameters: - site-id: $request.path.site-id - externalColumns: - operationId: sites.ListExternalColumns - parameters: - site-id: $request.path.site-id - items: - operationId: sites.ListItems - parameters: - site-id: $request.path.site-id - lists: - operationId: sites.ListLists - parameters: - site-id: $request.path.site-id - operations: - operationId: sites.ListOperations - parameters: - site-id: $request.path.site-id - permissions: - operationId: sites.ListPermissions - parameters: - site-id: $request.path.site-id - sites: - operationId: sites.ListSites - parameters: - site-id: $request.path.site-id - termStore: - operationId: sites.GetTermStore - parameters: - site-id: $request.path.site-id - termStores: - operationId: sites.ListTermStores - parameters: - site-id: $request.path.site-id - onenote: - operationId: sites.GetOnenote - parameters: - site-id: $request.path.site-id - getActivitiesByInterval: - operationId: sites.site.getActivitiesGraphBPreInterval - getApplicableContentTypesForList: - operationId: sites.site.getApplicableContentTypesGraphFPreList - getByPath: - operationId: sites.site.getGraphBPrePath default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63394,8 +56477,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.site' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.site' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63446,25 +56533,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: sites.Analytics.GetAllTime - parameters: - site-id: $request.path.site-id - itemActivityStats: - operationId: sites.Analytics.ListItemActivityStats - parameters: - site-id: $request.path.site-id - lastSevenDays: - operationId: sites.Analytics.GetLastSevenDays - parameters: - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63625,7 +56699,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -63659,7 +56733,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -63750,18 +56824,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.Columns.GetSourceColumn - parameters: - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63795,8 +56863,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -63916,18 +56988,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.columns.SourceColumn.GetSourceColumn - parameters: - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64045,7 +57111,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -64079,7 +57145,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -64161,48 +57227,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.ContentTypes.GetBase - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: sites.ContentTypes.ListBaseTypes - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: sites.ContentTypes.ListColumnLinks - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: sites.ContentTypes.ListColumnPositions - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columns: - operationId: sites.ContentTypes.ListColumns - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: sites.site.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: sites.site.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: sites.site.contentTypes.contentType.isPublished - publish: - operationId: sites.site.contentTypes.contentType.publish - unpublish: - operationId: sites.site.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64236,8 +57266,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64348,38 +57382,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.contentTypes.Base.GetBase - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: sites.contentTypes.Base.ListBaseTypes - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: sites.contentTypes.Base.ListColumnLinks - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: sites.contentTypes.Base.ListColumnPositions - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columns: - operationId: sites.contentTypes.Base.ListColumns - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64502,7 +57510,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -64591,43 +57599,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.contentTypes.BaseTypes.GetBase - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: sites.contentTypes.BaseTypes.ListBaseTypes - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: sites.contentTypes.BaseTypes.ListColumnLinks - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: sites.contentTypes.BaseTypes.ListColumnPositions - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: sites.contentTypes.BaseTypes.ListColumns - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -64701,7 +57678,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -64739,7 +57716,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -64806,7 +57783,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -64853,8 +57830,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65062,7 +58043,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -65160,19 +58141,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.contentTypes.ColumnPositions.GetSourceColumn - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65341,7 +58315,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -65383,7 +58357,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -65482,19 +58456,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.contentTypes.Columns.GetSourceColumn - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65536,8 +58503,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65673,19 +58644,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - site-id: $request.path.site-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -65812,7 +58776,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -65925,7 +58889,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -65966,7 +58930,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -66068,7 +59032,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -66165,45 +59129,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: sites.Drive.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - lastModifiedByUser: - operationId: sites.Drive.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - bundles: - operationId: sites.Drive.ListBundles - parameters: - site-id: $request.path.site-id - following: - operationId: sites.Drive.ListFollowing - parameters: - site-id: $request.path.site-id - items: - operationId: sites.Drive.ListItems - parameters: - site-id: $request.path.site-id - list: - operationId: sites.Drive.GetList - parameters: - site-id: $request.path.site-id - root: - operationId: sites.Drive.GetRoot - parameters: - site-id: $request.path.site-id - special: - operationId: sites.Drive.ListSpecial - parameters: - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66327,7 +59258,7 @@ paths: - special type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.driveCollectionResponse' default: $ref: '#/components/responses/error' @@ -66414,53 +59345,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: sites.Drives.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - lastModifiedByUser: - operationId: sites.Drives.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - bundles: - operationId: sites.Drives.ListBundles - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - following: - operationId: sites.Drives.ListFollowing - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - items: - operationId: sites.Drives.ListItems - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - list: - operationId: sites.Drives.GetList - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - root: - operationId: sites.Drives.GetRoot - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id - special: - operationId: sites.Drives.ListSpecial - parameters: - site-id: $request.path.site-id - drive-id: $request.path.drive-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66617,7 +59507,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -66706,18 +59596,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.ExternalColumns.GetSourceColumn - parameters: - site-id: $request.path.site-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -66838,7 +59722,7 @@ paths: - subscriptions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listCollectionResponse' default: $ref: '#/components/responses/error' @@ -66872,7 +59756,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -66959,53 +59843,12 @@ paths: - subscriptions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.list' - links: - createdByUser: - operationId: sites.Lists.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - lastModifiedByUser: - operationId: sites.Lists.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - columns: - operationId: sites.Lists.ListColumns - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentTypes: - operationId: sites.Lists.ListContentTypes - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - drive: - operationId: sites.Lists.GetDrive - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - items: - operationId: sites.Lists.ListItems - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - operations: - operationId: sites.Lists.ListOperations - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - subscriptions: - operationId: sites.Lists.ListSubscriptions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67039,8 +59882,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.list' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.list' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67243,7 +60090,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -67285,7 +60132,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -67384,19 +60231,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.lists.Columns.GetSourceColumn - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67438,8 +60278,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67575,19 +60419,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.lists.columns.SourceColumn.GetSourceColumn - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67713,7 +60550,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -67751,7 +60588,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -67841,53 +60678,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.lists.ContentTypes.GetBase - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: sites.lists.ContentTypes.ListBaseTypes - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: sites.lists.ContentTypes.ListColumnLinks - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: sites.lists.ContentTypes.ListColumnPositions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columns: - operationId: sites.lists.ContentTypes.ListColumns - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - associateWithHubSites: - operationId: sites.site.lists.list.contentTypes.contentType.associateGraphWPreHubSites - copyToDefaultContentLocation: - operationId: sites.site.lists.list.contentTypes.contentType.copyToDefaultContentLocation - isPublished: - operationId: sites.site.lists.list.contentTypes.contentType.isPublished - publish: - operationId: sites.site.lists.list.contentTypes.contentType.publish - unpublish: - operationId: sites.site.lists.list.contentTypes.contentType.unpublish default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -67929,8 +60725,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.contentType' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.contentType' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68057,43 +60857,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.lists.contentTypes.Base.GetBase - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - baseTypes: - operationId: sites.lists.contentTypes.Base.ListBaseTypes - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnLinks: - operationId: sites.lists.contentTypes.Base.ListColumnLinks - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnPositions: - operationId: sites.lists.contentTypes.Base.ListColumnPositions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columns: - operationId: sites.lists.contentTypes.Base.ListColumns - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68224,7 +60993,7 @@ paths: - columns type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.contentTypeCollectionResponse' default: $ref: '#/components/responses/error' @@ -68321,48 +61090,12 @@ paths: - columns type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.contentType' - links: - base: - operationId: sites.lists.contentTypes.BaseTypes.GetBase - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - baseTypes: - operationId: sites.lists.contentTypes.BaseTypes.ListBaseTypes - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnLinks: - operationId: sites.lists.contentTypes.BaseTypes.ListColumnLinks - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columnPositions: - operationId: sites.lists.contentTypes.BaseTypes.ListColumnPositions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 - columns: - operationId: sites.lists.contentTypes.BaseTypes.ListColumns - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - contentType-id1: $request.path.contentType-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68444,7 +61177,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnLinkCollectionResponse' default: $ref: '#/components/responses/error' @@ -68490,7 +61223,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -68565,7 +61298,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -68620,8 +61353,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnLink' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnLink' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -68845,7 +61582,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -68951,20 +61688,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.lists.contentTypes.ColumnPositions.GetSourceColumn - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69141,7 +61870,7 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.columnDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -69191,7 +61920,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -69298,20 +62027,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.lists.contentTypes.Columns.GetSourceColumn - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69361,8 +62082,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.columnDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.columnDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69514,20 +62239,12 @@ paths: - sourceColumn type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.columnDefinition' - links: - sourceColumn: - operationId: sites.lists.contentTypes.columns.SourceColumn.GetSourceColumn - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - contentType-id: $request.path.contentType-id - columnDefinition-id: $request.path.columnDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -69678,7 +62395,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -69815,7 +62532,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -69864,7 +62581,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -69974,7 +62691,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -70076,53 +62793,12 @@ paths: - special type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.drive' - links: - createdByUser: - operationId: sites.lists.Drive.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - lastModifiedByUser: - operationId: sites.lists.Drive.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - bundles: - operationId: sites.lists.Drive.ListBundles - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - following: - operationId: sites.lists.Drive.ListFollowing - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - items: - operationId: sites.lists.Drive.ListItems - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - list: - operationId: sites.lists.Drive.GetList - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - root: - operationId: sites.lists.Drive.GetRoot - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - special: - operationId: sites.lists.Drive.ListSpecial - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70243,7 +62919,7 @@ paths: - versions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -70285,7 +62961,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -70376,57 +63052,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItem' - links: - createdByUser: - operationId: sites.lists.Items.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: sites.lists.Items.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - analytics: - operationId: sites.lists.Items.GetAnalytics - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - documentSetVersions: - operationId: sites.lists.Items.ListDocumentSetVersions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - driveItem: - operationId: sites.lists.Items.GetDriveItem - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - fields: - operationId: sites.lists.Items.GetFields - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - versions: - operationId: sites.lists.Items.ListVersions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - getActivitiesByInterval: - operationId: sites.site.lists.list.items.listItem.getActivitiesGraphBPreInterval default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70468,8 +63099,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70578,31 +63213,12 @@ paths: - lastSevenDays type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.itemAnalytics' - links: - allTime: - operationId: sites.lists.items.Analytics.GetAllTime - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - itemActivityStats: - operationId: sites.lists.items.Analytics.ListItemActivityStats - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastSevenDays: - operationId: sites.lists.items.Analytics.GetLastSevenDays - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70710,7 +63326,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.documentSetVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -70760,7 +63376,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -70844,22 +63460,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' - links: - fields: - operationId: sites.lists.items.DocumentSetVersions.GetFields - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - documentSetVersion-id: $request.path.documentSetVersion-id - restore: - operationId: sites.site.lists.list.items.listItem.documentSetVersions.documentSetVersion.restore default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -70909,8 +63515,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.documentSetVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.documentSetVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71123,73 +63733,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: sites.lists.items.DriveItem.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - lastModifiedByUser: - operationId: sites.lists.items.DriveItem.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - workbook: - operationId: sites.lists.items.DriveItem.GetWorkbook - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - analytics: - operationId: sites.lists.items.DriveItem.GetAnalytics - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - children: - operationId: sites.lists.items.DriveItem.ListChildren - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - listItem: - operationId: sites.lists.items.DriveItem.GetListItem - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - permissions: - operationId: sites.lists.items.DriveItem.ListPermissions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - subscriptions: - operationId: sites.lists.items.DriveItem.ListSubscriptions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - thumbnails: - operationId: sites.lists.items.DriveItem.ListThumbnails - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - versions: - operationId: sites.lists.items.DriveItem.ListVersions - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71226,7 +63775,7 @@ paths: type: string x-ms-docs-key-type: listItem responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -71338,7 +63887,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -71389,8 +63938,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71526,7 +64079,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -71663,7 +64216,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -71775,7 +64328,7 @@ paths: - fields type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.listItemVersionCollectionResponse' default: $ref: '#/components/responses/error' @@ -71821,7 +64374,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -71900,22 +64453,12 @@ paths: - fields type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.listItemVersion' - links: - fields: - operationId: sites.lists.items.Versions.GetFields - parameters: - site-id: $request.path.site-id - list-id: $request.path.list-id - listItem-id: $request.path.listItem-id - listItemVersion-id: $request.path.listItemVersion-id - restoreVersion: - operationId: sites.site.lists.list.items.listItem.versions.listItemVersion.restoreVersion default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -71965,8 +64508,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.listItemVersion' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.listItemVersion' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72085,7 +64632,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -72140,8 +64687,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72338,7 +64889,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.richLongRunningOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -72376,7 +64927,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -72451,7 +65002,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -72498,8 +65049,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.richLongRunningOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72654,7 +65209,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.subscriptionCollectionResponse' default: $ref: '#/components/responses/error' @@ -72692,7 +65247,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -72772,15 +65327,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.subscription' - links: - reauthorize: - operationId: sites.site.lists.list.subscriptions.subscription.reauthorize default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72822,8 +65374,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.subscription' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.subscription' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -72980,7 +65536,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -73101,7 +65657,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -73224,7 +65780,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -73271,7 +65827,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -73333,7 +65889,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -73411,7 +65967,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -73489,7 +66045,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -73572,7 +66128,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -73696,7 +66252,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -73766,7 +66322,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -73836,7 +66392,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -73911,7 +66467,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74019,7 +66575,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -74061,7 +66617,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74099,7 +66655,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -74171,7 +66727,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74247,7 +66803,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -74317,7 +66873,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74387,7 +66943,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74462,7 +67018,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74570,7 +67126,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -74632,7 +67188,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74694,7 +67250,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74761,7 +67317,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -74853,7 +67409,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -74957,7 +67513,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.permissionCollectionResponse' default: $ref: '#/components/responses/error' @@ -74991,7 +67547,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -75060,15 +67616,12 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.permission' - links: - grant: - operationId: sites.site.permissions.permission.grant default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75102,8 +67655,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.permission' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.permission' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75188,7 +67745,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -75347,7 +67904,7 @@ paths: - onenote type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' @@ -75450,93 +68007,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: sites.Sites.GetCreatedGraphBPreUser - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - lastModifiedByUser: - operationId: sites.Sites.GetLastModifiedGraphBPreUser - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - analytics: - operationId: sites.Sites.GetAnalytics - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - columns: - operationId: sites.Sites.ListColumns - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - contentTypes: - operationId: sites.Sites.ListContentTypes - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - drive: - operationId: sites.Sites.GetDrive - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - drives: - operationId: sites.Sites.ListDrives - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - externalColumns: - operationId: sites.Sites.ListExternalColumns - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - items: - operationId: sites.Sites.ListItems - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - lists: - operationId: sites.Sites.ListLists - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - operations: - operationId: sites.Sites.ListOperations - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - permissions: - operationId: sites.Sites.ListPermissions - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - sites: - operationId: sites.Sites.ListSites - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - termStore: - operationId: sites.Sites.GetTermStore - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - termStores: - operationId: sites.Sites.ListTermStores - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 - onenote: - operationId: sites.Sites.GetOnenote - parameters: - site-id: $request.path.site-id - site-id1: $request.path.site-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75590,21 +68066,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' - links: - groups: - operationId: sites.TermStore.ListGroups - parameters: - site-id: $request.path.site-id - sets: - operationId: sites.TermStore.ListSets - parameters: - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75634,8 +68101,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75744,7 +68215,7 @@ paths: - sets type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -75778,7 +68249,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -75843,18 +68314,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: sites.termStore.Groups.ListSets - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -75888,8 +68353,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76017,7 +68486,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -76055,7 +68524,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -76133,37 +68602,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.Sets.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - parentGroup: - operationId: sites.termStore.groups.Sets.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relations: - operationId: sites.termStore.groups.Sets.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - terms: - operationId: sites.termStore.groups.Sets.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76205,8 +68649,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76351,7 +68799,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -76401,7 +68849,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -76486,34 +68934,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.Children.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.groups.sets.Children.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStore.groups.sets.Children.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76563,8 +68989,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76722,7 +69152,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -76776,7 +69206,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -76869,37 +69299,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.children.Children.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.groups.sets.children.Children.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.groups.sets.children.Children.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -76957,8 +69362,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -77120,7 +69529,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -77182,7 +69591,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -77279,40 +69688,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.groups.sets.children.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.groups.sets.children.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -77378,8 +69759,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -77541,40 +69926,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.children.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -77671,49 +70028,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.children.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.groups.sets.children.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.groups.sets.children.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -77809,40 +70129,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.children.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -77931,45 +70223,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.children.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.groups.sets.children.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.groups.sets.children.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.groups.sets.children.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78065,7 +70324,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -78119,7 +70378,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -78208,37 +70467,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.groups.sets.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.groups.sets.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78296,8 +70530,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78443,37 +70681,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78562,45 +70775,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.groups.sets.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.groups.sets.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78688,37 +70868,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78799,41 +70954,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.groups.sets.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.groups.sets.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStore.groups.sets.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78901,19 +71027,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: sites.termStore.groups.sets.ParentGroup.ListSets - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -78955,8 +71074,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79089,7 +71212,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -79135,7 +71258,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -79216,34 +71339,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.groups.sets.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.Relations.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.groups.sets.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79293,8 +71394,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79424,34 +71529,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79532,41 +71615,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.groups.sets.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.groups.sets.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79646,34 +71700,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79773,7 +71805,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -79819,7 +71851,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -79904,34 +71936,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.Terms.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.groups.sets.Terms.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStore.groups.sets.Terms.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -79981,8 +71991,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -80140,7 +72154,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -80194,7 +72208,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -80287,37 +72301,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.terms.Children.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.groups.sets.terms.Children.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.groups.sets.terms.Children.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -80375,8 +72364,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -80538,7 +72531,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -80600,7 +72593,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -80697,40 +72690,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.groups.sets.terms.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.groups.sets.terms.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -80796,8 +72761,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -80959,40 +72928,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.terms.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81089,49 +73030,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.terms.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.groups.sets.terms.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.groups.sets.terms.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81227,40 +73131,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.terms.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81349,45 +73225,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.terms.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.groups.sets.terms.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.groups.sets.terms.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.groups.sets.terms.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81483,7 +73326,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -81537,7 +73380,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -81626,37 +73469,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.groups.sets.terms.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.Relations.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.groups.sets.terms.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81714,8 +73532,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81861,37 +73683,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.terms.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -81980,45 +73777,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.terms.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.groups.sets.terms.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.groups.sets.terms.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82106,37 +73870,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.groups.sets.terms.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.groups.sets.terms.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.groups.sets.terms.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82217,41 +73956,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.groups.sets.terms.Set.ListChildren - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.groups.sets.terms.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.groups.sets.terms.Set.ListRelations - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStore.groups.sets.terms.Set.ListTerms - parameters: - site-id: $request.path.site-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82334,7 +74044,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -82364,7 +74074,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -82434,33 +74144,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.Sets.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - parentGroup: - operationId: sites.termStore.Sets.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relations: - operationId: sites.termStore.Sets.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - terms: - operationId: sites.termStore.Sets.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82494,8 +74183,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82624,7 +74317,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -82666,7 +74359,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -82743,31 +74436,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStore.sets.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82809,8 +74483,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -82952,7 +74630,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -82998,7 +74676,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -83083,34 +74761,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.children.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.children.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.sets.children.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83160,8 +74816,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83307,7 +74967,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -83361,7 +75021,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -83450,37 +75110,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.children.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.children.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83538,8 +75173,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83685,37 +75324,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.children.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83804,45 +75418,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.children.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.children.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.children.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -83930,37 +75511,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.children.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84041,41 +75597,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.children.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.sets.children.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.children.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.sets.children.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84163,7 +75690,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -84209,7 +75736,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -84290,34 +75817,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84367,8 +75872,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84498,34 +76007,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84606,41 +76093,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84720,34 +76178,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84820,37 +76256,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.sets.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStore.sets.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84910,18 +76321,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: sites.termStore.sets.ParentGroup.ListSets - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -84955,8 +76360,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85084,7 +76493,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -85122,7 +76531,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -85200,37 +76609,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.Sets.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - parentGroup: - operationId: sites.termStore.sets.parentGroup.Sets.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relations: - operationId: sites.termStore.sets.parentGroup.Sets.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - terms: - operationId: sites.termStore.sets.parentGroup.Sets.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85272,8 +76656,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85418,7 +76806,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -85468,7 +76856,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -85553,34 +76941,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: sites.termStore.sets.parentGroup.sets.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85630,8 +76996,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -85789,7 +77159,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -85843,7 +77213,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -85936,37 +77306,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.sets.parentGroup.sets.children.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86024,8 +77369,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86187,7 +77536,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -86249,7 +77598,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -86346,40 +77695,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86445,8 +77766,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86608,40 +77933,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86738,49 +78035,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86876,40 +78136,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -86998,45 +78230,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.sets.parentGroup.sets.children.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87132,7 +78331,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -87186,7 +78385,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -87275,37 +78474,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.parentGroup.sets.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.parentGroup.sets.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87363,8 +78537,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87510,37 +78688,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87629,45 +78782,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87755,37 +78875,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87866,41 +78961,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -87991,7 +79057,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -88037,7 +79103,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -88118,34 +79184,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.parentGroup.sets.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.parentGroup.sets.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88195,8 +79239,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88326,34 +79374,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88434,41 +79460,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88548,34 +79545,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88675,7 +79650,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -88721,7 +79696,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -88806,34 +79781,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.Terms.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.Terms.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: sites.termStore.sets.parentGroup.sets.Terms.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -88883,8 +79836,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89042,7 +79999,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -89096,7 +80053,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -89189,37 +80146,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89277,8 +80209,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89440,7 +80376,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -89502,7 +80438,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -89599,40 +80535,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89698,8 +80606,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89861,40 +80773,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -89991,49 +80875,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90129,40 +80976,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90251,45 +81070,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.sets.parentGroup.sets.terms.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90385,7 +81171,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -90439,7 +81225,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -90528,37 +81314,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.parentGroup.sets.terms.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.parentGroup.sets.terms.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90616,8 +81377,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90763,37 +81528,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -90882,45 +81622,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91008,37 +81715,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.parentGroup.sets.terms.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91119,41 +81801,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.parentGroup.sets.terms.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.sets.parentGroup.sets.terms.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.parentGroup.sets.terms.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: sites.termStore.sets.parentGroup.sets.terms.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91236,7 +81889,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -91274,7 +81927,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -91347,31 +82000,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91413,8 +82047,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91528,31 +82166,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91625,37 +82244,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91727,31 +82321,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -91843,7 +82418,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -91881,7 +82456,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -91958,31 +82533,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.Terms.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.Terms.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStore.sets.Terms.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92024,8 +82580,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92167,7 +82727,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -92213,7 +82773,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -92298,34 +82858,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.terms.Children.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.terms.Children.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStore.sets.terms.Children.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92375,8 +82913,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92522,7 +83064,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -92576,7 +83118,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -92665,37 +83207,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.terms.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.terms.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92753,8 +83270,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -92900,37 +83421,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.terms.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93019,45 +83515,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.terms.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.terms.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.terms.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93145,37 +83608,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.terms.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93256,41 +83694,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.terms.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStore.sets.terms.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStore.sets.terms.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStore.sets.terms.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93378,7 +83787,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -93424,7 +83833,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -93505,34 +83914,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStore.sets.terms.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.Relations.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStore.sets.terms.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93582,8 +83969,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93713,34 +84104,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.terms.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93821,41 +84190,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.terms.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStore.sets.terms.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStore.sets.terms.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -93935,34 +84275,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStore.sets.terms.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStore.sets.terms.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStore.sets.terms.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94035,37 +84353,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStore.sets.terms.Set.ListChildren - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStore.sets.terms.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStore.sets.terms.Set.ListRelations - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStore.sets.terms.Set.ListTerms - parameters: - site-id: $request.path.site-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94138,7 +84431,7 @@ paths: - sets type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.storeCollectionResponse' default: $ref: '#/components/responses/error' @@ -94168,7 +84461,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -94232,23 +84525,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.store' - links: - groups: - operationId: sites.TermStores.ListGroups - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - sets: - operationId: sites.TermStores.ListSets - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94282,8 +84564,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.store' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.store' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94408,7 +84694,7 @@ paths: - sets type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.groupCollectionResponse' default: $ref: '#/components/responses/error' @@ -94450,7 +84736,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -94523,19 +84809,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: sites.termStores.Groups.ListSets - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94577,8 +84856,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94722,7 +85005,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -94768,7 +85051,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -94854,41 +85137,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.groups.Sets.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - parentGroup: - operationId: sites.termStores.groups.Sets.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relations: - operationId: sites.termStores.groups.Sets.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - terms: - operationId: sites.termStores.groups.Sets.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -94938,8 +85192,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95100,7 +85358,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -95158,7 +85416,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -95251,37 +85509,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.Children.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStores.groups.sets.Children.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStores.groups.sets.Children.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95339,8 +85572,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95514,7 +85751,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -95576,7 +85813,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -95677,40 +85914,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.children.Children.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.groups.sets.children.Children.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStores.groups.sets.children.Children.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95776,8 +85985,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -95955,7 +86168,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -96025,7 +86238,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -96130,43 +86343,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.groups.sets.children.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.children.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.groups.sets.children.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96240,8 +86422,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96419,43 +86605,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.children.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.children.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.children.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96560,53 +86715,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.groups.sets.children.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.groups.sets.children.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.children.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.groups.sets.children.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96710,43 +86824,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.children.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.children.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.children.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96843,49 +86926,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.groups.sets.children.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStores.groups.sets.children.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.groups.sets.children.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStores.groups.sets.children.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -96989,7 +87035,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -97051,7 +87097,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -97148,40 +87194,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.groups.sets.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.groups.sets.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97247,8 +87265,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97410,40 +87432,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97540,49 +87534,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.groups.sets.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.groups.sets.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.groups.sets.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97678,40 +87635,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97800,45 +87729,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.groups.sets.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStores.groups.sets.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStores.groups.sets.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStores.groups.sets.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97914,20 +87810,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: sites.termStores.groups.sets.ParentGroup.ListSets - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -97977,8 +87865,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98127,7 +88019,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -98181,7 +88073,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -98270,37 +88162,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.groups.sets.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.groups.sets.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98358,8 +88225,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98505,37 +88376,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98624,45 +88470,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.groups.sets.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.groups.sets.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.groups.sets.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98750,37 +88563,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -98888,7 +88676,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -98942,7 +88730,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -99035,37 +88823,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.Terms.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStores.groups.sets.Terms.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStores.groups.sets.Terms.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99123,8 +88886,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99298,7 +89065,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -99360,7 +89127,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -99461,40 +89228,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.terms.Children.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.groups.sets.terms.Children.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStores.groups.sets.terms.Children.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99560,8 +89299,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -99739,7 +89482,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -99809,7 +89552,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -99914,43 +89657,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.groups.sets.terms.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.terms.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.groups.sets.terms.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100024,8 +89736,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100203,43 +89919,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.terms.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.terms.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.terms.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100344,53 +90029,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.groups.sets.terms.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.groups.sets.terms.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.terms.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.groups.sets.terms.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100494,43 +90138,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.terms.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.terms.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.terms.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100627,49 +90240,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.groups.sets.terms.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStores.groups.sets.terms.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.groups.sets.terms.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStores.groups.sets.terms.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -100773,7 +90349,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -100835,7 +90411,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -100932,40 +90508,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.groups.sets.terms.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.terms.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.groups.sets.terms.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101031,8 +90579,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101194,40 +90746,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.terms.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.terms.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.terms.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101324,49 +90848,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.groups.sets.terms.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.groups.sets.terms.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.terms.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.groups.sets.terms.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101462,40 +90949,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.groups.sets.terms.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.groups.sets.terms.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.groups.sets.terms.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101584,45 +91043,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.groups.sets.terms.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStores.groups.sets.terms.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStores.groups.sets.terms.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStores.groups.sets.terms.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - group-id: $request.path.group-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101713,7 +91139,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -101751,7 +91177,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -101829,37 +91255,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.Sets.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - parentGroup: - operationId: sites.termStores.Sets.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relations: - operationId: sites.termStores.Sets.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - terms: - operationId: sites.termStores.Sets.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -101901,8 +91302,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102047,7 +91452,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -102097,7 +91502,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -102182,34 +91587,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.Children.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStores.sets.Children.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStores.sets.Children.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102259,8 +91642,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102418,7 +91805,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -102472,7 +91859,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -102565,37 +91952,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.children.Children.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.sets.children.Children.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStores.sets.children.Children.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102653,8 +92015,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -102816,7 +92182,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -102878,7 +92244,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -102975,40 +92341,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.sets.children.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.children.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.sets.children.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103074,8 +92412,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103237,40 +92579,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.children.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.children.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.children.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103367,49 +92681,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.children.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.sets.children.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.children.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.sets.children.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103505,40 +92782,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.children.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.children.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.children.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103627,45 +92876,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.children.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStores.sets.children.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.sets.children.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStores.sets.children.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103761,7 +92977,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -103815,7 +93031,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -103904,37 +93120,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.sets.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.sets.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -103992,8 +93183,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104139,37 +93334,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104258,45 +93428,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.sets.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.sets.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104384,37 +93521,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104495,41 +93607,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStores.sets.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStores.sets.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStores.sets.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104597,19 +93680,12 @@ paths: - sets type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.group' - links: - sets: - operationId: sites.termStores.sets.ParentGroup.ListSets - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104651,8 +93727,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.group' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.group' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -104796,7 +93876,7 @@ paths: - terms type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.setCollectionResponse' default: $ref: '#/components/responses/error' @@ -104842,7 +93922,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -104928,41 +94008,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.parentGroup.Sets.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - parentGroup: - operationId: sites.termStores.sets.parentGroup.Sets.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relations: - operationId: sites.termStores.sets.parentGroup.Sets.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - terms: - operationId: sites.termStores.sets.parentGroup.Sets.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105012,8 +94063,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.set' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.set' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105174,7 +94229,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -105232,7 +94287,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -105325,37 +94380,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.Children.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.Children.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: sites.termStores.sets.parentGroup.sets.Children.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105413,8 +94443,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105588,7 +94622,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -105650,7 +94684,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -105751,40 +94785,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.children.Children.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.sets.parentGroup.sets.children.Children.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStores.sets.parentGroup.sets.children.Children.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -105850,8 +94856,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106029,7 +95039,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -106099,7 +95109,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -106204,43 +95214,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.sets.parentGroup.sets.children.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.children.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.sets.parentGroup.sets.children.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106314,8 +95293,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106493,43 +95476,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106634,53 +95586,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106784,43 +95695,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.children.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -106917,49 +95797,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.children.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStores.sets.parentGroup.sets.children.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.sets.parentGroup.sets.children.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStores.sets.parentGroup.sets.children.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107063,7 +95906,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -107125,7 +95968,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -107222,40 +96065,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.sets.parentGroup.sets.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.sets.parentGroup.sets.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107321,8 +96136,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107484,40 +96303,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107614,49 +96405,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.sets.parentGroup.sets.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.sets.parentGroup.sets.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107752,40 +96506,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -107874,45 +96600,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStores.sets.parentGroup.sets.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: sites.termStores.sets.parentGroup.sets.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108011,7 +96704,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -108065,7 +96758,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -108154,37 +96847,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.sets.parentGroup.sets.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.sets.parentGroup.sets.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108242,8 +96910,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108389,37 +97061,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108508,45 +97155,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.sets.parentGroup.sets.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.sets.parentGroup.sets.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108634,37 +97248,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -108772,7 +97361,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -108826,7 +97415,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -108919,37 +97508,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.Terms.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.Terms.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - set: - operationId: sites.termStores.sets.parentGroup.sets.Terms.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109007,8 +97571,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109182,7 +97750,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -109244,7 +97812,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -109345,40 +97913,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.terms.Children.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.sets.parentGroup.sets.terms.Children.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStores.sets.parentGroup.sets.terms.Children.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109444,8 +97984,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109623,7 +98167,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -109693,7 +98237,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -109798,43 +98342,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -109908,8 +98421,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110087,43 +98604,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110228,53 +98714,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110378,43 +98823,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110511,49 +98925,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStores.sets.parentGroup.sets.terms.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110657,7 +99034,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -110719,7 +99096,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -110816,40 +99193,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.sets.parentGroup.sets.terms.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.terms.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.sets.parentGroup.sets.terms.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -110915,8 +99264,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111078,40 +99431,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111208,49 +99533,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111346,40 +99634,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.parentGroup.sets.terms.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111468,45 +99728,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.parentGroup.sets.terms.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStores.sets.parentGroup.sets.terms.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - relations: - operationId: sites.termStores.sets.parentGroup.sets.terms.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id - terms: - operationId: sites.termStores.sets.parentGroup.sets.terms.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - set-id1: $request.path.set-id1 - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111597,7 +99824,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -111643,7 +99870,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -111724,34 +99951,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.sets.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.sets.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111801,8 +100006,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -111932,34 +100141,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -112040,41 +100227,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.sets.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.sets.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -112154,34 +100312,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -112281,7 +100417,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -112327,7 +100463,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -112412,34 +100548,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.Terms.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStores.sets.Terms.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - set: - operationId: sites.termStores.sets.Terms.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -112489,8 +100603,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -112648,7 +100766,7 @@ paths: - set type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.termCollectionResponse' default: $ref: '#/components/responses/error' @@ -112702,7 +100820,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -112795,37 +100913,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.terms.Children.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.sets.terms.Children.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - set: - operationId: sites.termStores.sets.terms.Children.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -112883,8 +100976,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.term' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.term' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -113046,7 +101143,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -113108,7 +101205,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -113205,40 +101302,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.sets.terms.children.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.terms.children.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.sets.terms.children.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -113304,8 +101373,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -113467,40 +101540,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.terms.children.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.terms.children.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.terms.children.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -113597,49 +101642,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.terms.children.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.sets.terms.children.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.terms.children.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.sets.terms.children.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -113735,40 +101743,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.terms.children.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.terms.children.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.terms.children.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -113857,45 +101837,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.terms.children.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - parentGroup: - operationId: sites.termStores.sets.terms.children.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - relations: - operationId: sites.termStores.sets.terms.children.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 - terms: - operationId: sites.termStores.sets.terms.children.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - term-id1: $request.path.term-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -113991,7 +101938,7 @@ paths: - toTerm type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.termStore.relationCollectionResponse' default: $ref: '#/components/responses/error' @@ -114045,7 +101992,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -114134,37 +102081,12 @@ paths: - toTerm type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.relation' - links: - fromTerm: - operationId: sites.termStores.sets.terms.Relations.GetFromTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.terms.Relations.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - toTerm: - operationId: sites.termStores.sets.terms.Relations.GetToTerm - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -114222,8 +102144,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.termStore.relation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.termStore.relation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -114369,37 +102295,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.terms.relations.FromTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.terms.relations.FromTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.terms.relations.FromTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -114488,45 +102389,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.terms.relations.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - parentGroup: - operationId: sites.termStores.sets.terms.relations.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.terms.relations.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - terms: - operationId: sites.termStores.sets.terms.relations.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -114614,37 +102482,12 @@ paths: - set type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.term' - links: - children: - operationId: sites.termStores.sets.terms.relations.ToTerm.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - relations: - operationId: sites.termStores.sets.terms.relations.ToTerm.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id - set: - operationId: sites.termStores.sets.terms.relations.ToTerm.GetSet - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relation-id: $request.path.relation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -114725,41 +102568,12 @@ paths: - terms type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.termStore.set' - links: - children: - operationId: sites.termStores.sets.terms.Set.ListChildren - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - parentGroup: - operationId: sites.termStores.sets.terms.Set.GetParentGroup - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - relations: - operationId: sites.termStores.sets.terms.Set.ListRelations - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id - terms: - operationId: sites.termStores.sets.terms.Set.ListTerms - parameters: - site-id: $request.path.site-id - store-id: $request.path.store-id - set-id: $request.path.set-id - term-id: $request.path.term-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -114788,7 +102602,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -114836,7 +102650,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -114995,7 +102809,7 @@ paths: - onenote type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.siteCollectionResponse' default: $ref: '#/components/responses/error' @@ -115097,93 +102911,12 @@ paths: - onenote type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.site' - links: - createdByUser: - operationId: users.FollowedSites.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - lastModifiedByUser: - operationId: users.FollowedSites.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - analytics: - operationId: users.FollowedSites.GetAnalytics - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - columns: - operationId: users.FollowedSites.ListColumns - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - contentTypes: - operationId: users.FollowedSites.ListContentTypes - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - drive: - operationId: users.FollowedSites.GetDrive - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - drives: - operationId: users.FollowedSites.ListDrives - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - externalColumns: - operationId: users.FollowedSites.ListExternalColumns - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - items: - operationId: users.FollowedSites.ListItems - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - lists: - operationId: users.FollowedSites.ListLists - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - operations: - operationId: users.FollowedSites.ListOperations - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - permissions: - operationId: users.FollowedSites.ListPermissions - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - sites: - operationId: users.FollowedSites.ListSites - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - termStore: - operationId: users.FollowedSites.GetTermStore - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - termStores: - operationId: users.FollowedSites.ListTermStores - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id - onenote: - operationId: users.FollowedSites.GetOnenote - parameters: - user-id: $request.path.user-id - site-id: $request.path.site-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index a26edfde043..dc8a2fc2f53 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -71,7 +71,7 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppCollectionResponse' default: $ref: '#/components/responses/error' @@ -96,7 +96,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsApp' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -150,17 +150,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: appCatalogs.TeamsApps.ListAppDefinitions - parameters: - teamsApp-id: $request.path.teamsApp-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -186,8 +181,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsApp' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsApp' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -302,7 +301,7 @@ paths: - bot type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppDefinitionCollectionResponse' default: $ref: '#/components/responses/error' @@ -336,7 +335,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -404,18 +403,12 @@ paths: - bot type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: appCatalogs.teamsApps.AppDefinitions.GetBot - parameters: - teamsApp-id: $request.path.teamsApp-id - teamsAppDefinition-id: $request.path.teamsAppDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -449,8 +442,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -540,7 +537,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -579,8 +576,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkBot' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkBot' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -708,7 +709,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatCollectionResponse' default: $ref: '#/components/responses/error' @@ -733,7 +734,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -806,47 +807,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' - links: - installedApps: - operationId: chats.ListInstalledApps - parameters: - chat-id: $request.path.chat-id - lastMessagePreview: - operationId: chats.GetLastMessagePreview - parameters: - chat-id: $request.path.chat-id - members: - operationId: chats.ListMembers - parameters: - chat-id: $request.path.chat-id - messages: - operationId: chats.ListMessages - parameters: - chat-id: $request.path.chat-id - pinnedMessages: - operationId: chats.ListPinnedMessages - parameters: - chat-id: $request.path.chat-id - tabs: - operationId: chats.ListTabs - parameters: - chat-id: $request.path.chat-id - hideForUser: - operationId: chats.chat.hideGraphFPreUser - markChatReadForUser: - operationId: chats.chat.markChatReadGraphFPreUser - markChatUnreadForUser: - operationId: chats.chat.markChatUnreadGraphFPreUser - sendActivityNotification: - operationId: chats.chat.sendActivityNotification - unhideForUser: - operationId: chats.chat.unhideGraphFPreUser default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -876,8 +842,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -973,7 +943,7 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -1007,7 +977,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1069,25 +1039,12 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - links: - teamsApp: - operationId: chats.InstalledApps.GetTeamsApp - parameters: - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - teamsAppDefinition: - operationId: chats.InstalledApps.GetTeamsAppDefinition - parameters: - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - upgrade: - operationId: chats.chat.installedApps.teamsAppInstallation.upgrade default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1121,8 +1078,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1247,18 +1208,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: chats.installedApps.TeamsApp.ListAppDefinitions - parameters: - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1321,18 +1276,12 @@ paths: - bot type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: chats.installedApps.TeamsAppDefinition.GetBot - parameters: - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1383,7 +1332,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1414,8 +1363,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1516,7 +1469,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -1550,7 +1503,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1611,7 +1564,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1650,8 +1603,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1723,7 +1680,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1874,7 +1831,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -1908,7 +1865,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1991,23 +1948,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: chats.Messages.ListHostedContents - parameters: - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: chats.Messages.ListReplies - parameters: - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2041,8 +1987,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2156,7 +2106,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -2194,7 +2144,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2262,7 +2212,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2309,8 +2259,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2493,7 +2447,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -2535,7 +2489,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2626,25 +2580,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: chats.messages.Replies.ListHostedContents - parameters: - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: chats.messages.Replies.ListReplies - parameters: - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2686,8 +2627,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2817,7 +2762,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -2863,7 +2808,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2939,7 +2884,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2994,8 +2939,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3168,7 +3117,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3305,7 +3254,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3600,7 +3549,7 @@ paths: - message type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pinnedChatMessageInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -3634,7 +3583,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3694,18 +3643,12 @@ paths: - message type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' - links: - message: - operationId: chats.PinnedMessages.GetMessage - parameters: - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3739,8 +3682,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3852,23 +3799,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: chats.pinnedMessages.Message.ListHostedContents - parameters: - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id - replies: - operationId: chats.pinnedMessages.Message.ListReplies - parameters: - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3945,7 +3881,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -3979,7 +3915,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4042,18 +3978,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: chats.Tabs.GetTeamsApp - parameters: - chat-id: $request.path.chat-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4087,8 +4017,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4180,18 +4114,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: chats.tabs.TeamsApp.ListAppDefinitions - parameters: - chat-id: $request.path.chat-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4298,7 +4226,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4401,71 +4329,12 @@ paths: - schedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' - links: - allChannels: - operationId: groups.Team.ListAllChannels - parameters: - group-id: $request.path.group-id - channels: - operationId: groups.Team.ListChannels - parameters: - group-id: $request.path.group-id - group: - operationId: groups.Team.GetGroup - parameters: - group-id: $request.path.group-id - incomingChannels: - operationId: groups.Team.ListIncomingChannels - parameters: - group-id: $request.path.group-id - installedApps: - operationId: groups.Team.ListInstalledApps - parameters: - group-id: $request.path.group-id - members: - operationId: groups.Team.ListMembers - parameters: - group-id: $request.path.group-id - operations: - operationId: groups.Team.ListOperations - parameters: - group-id: $request.path.group-id - photo: - operationId: groups.Team.GetPhoto - parameters: - group-id: $request.path.group-id - primaryChannel: - operationId: groups.Team.GetPrimaryChannel - parameters: - group-id: $request.path.group-id - tags: - operationId: groups.Team.ListTags - parameters: - group-id: $request.path.group-id - template: - operationId: groups.Team.GetTemplate - parameters: - group-id: $request.path.group-id - schedule: - operationId: groups.Team.GetSchedule - parameters: - group-id: $request.path.group-id - archive: - operationId: groups.group.team.archive - clone: - operationId: groups.group.team.clone - completeMigration: - operationId: groups.group.team.completeMigration - sendActivityNotification: - operationId: groups.group.team.sendActivityNotification - unarchive: - operationId: groups.group.team.unarchive default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4495,8 +4364,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.team' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4622,7 +4495,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -4697,38 +4570,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: groups.team.AllChannels.GetFilesFolder - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - members: - operationId: groups.team.AllChannels.ListMembers - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - messages: - operationId: groups.team.AllChannels.ListMessages - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: groups.team.AllChannels.ListSharedGraphWPreTeams - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - tabs: - operationId: groups.team.AllChannels.ListTabs - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4828,7 +4675,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -4862,7 +4709,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4938,46 +4785,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: groups.team.Channels.GetFilesFolder - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - members: - operationId: groups.team.Channels.ListMembers - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - messages: - operationId: groups.team.Channels.ListMessages - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: groups.team.Channels.ListSharedGraphWPreTeams - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - tabs: - operationId: groups.team.Channels.ListTabs - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - completeMigration: - operationId: groups.group.team.channels.channel.completeMigration - doesUserHaveAccess: - operationId: groups.group.team.channels.channel.doesUserHaveAccess - provisionEmail: - operationId: groups.group.team.channels.channel.provisionEmail - removeEmail: - operationId: groups.group.team.channels.channel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5011,8 +4824,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5155,63 +4972,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.team.channels.FilesFolder.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - lastModifiedByUser: - operationId: groups.team.channels.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - workbook: - operationId: groups.team.channels.FilesFolder.GetWorkbook - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - analytics: - operationId: groups.team.channels.FilesFolder.GetAnalytics - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - children: - operationId: groups.team.channels.FilesFolder.ListChildren - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - listItem: - operationId: groups.team.channels.FilesFolder.GetListItem - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - permissions: - operationId: groups.team.channels.FilesFolder.ListPermissions - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - subscriptions: - operationId: groups.team.channels.FilesFolder.ListSubscriptions - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - thumbnails: - operationId: groups.team.channels.FilesFolder.ListThumbnails - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - versions: - operationId: groups.team.channels.FilesFolder.ListVersions - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5243,7 +5009,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -5369,7 +5135,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -5411,7 +5177,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5480,7 +5246,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5527,8 +5293,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5711,7 +5481,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -5753,7 +5523,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5844,25 +5614,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: groups.team.channels.Messages.ListHostedContents - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: groups.team.channels.Messages.ListReplies - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5904,8 +5661,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6035,7 +5796,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -6081,7 +5842,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6157,7 +5918,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6212,8 +5973,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6412,7 +6177,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -6462,7 +6227,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6561,27 +6326,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: groups.team.channels.messages.Replies.ListHostedContents - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: groups.team.channels.messages.Replies.ListReplies - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6631,8 +6381,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6778,7 +6532,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -6832,7 +6586,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -6916,7 +6670,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -6979,8 +6733,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7125,7 +6883,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -7163,7 +6921,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7236,25 +6994,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: groups.team.channels.SharedGraphWPreTeams.GetTeam - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: groups.team.channels.SharedGraphWPreTeams.ListAllowedMembers - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7296,8 +7041,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7430,7 +7179,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -7506,7 +7255,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -7596,7 +7345,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -7634,7 +7383,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -7705,19 +7454,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: groups.team.channels.Tabs.GetTeamsApp - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7759,8 +7501,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7868,19 +7614,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: groups.team.channels.tabs.TeamsApp.ListAppDefinitions - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8017,121 +7756,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: groups.team.Group.ListAppRoleAssignments - parameters: - group-id: $request.path.group-id - createdOnBehalfOf: - operationId: groups.team.Group.GetCreatedOnBehalfGraphOPre - parameters: - group-id: $request.path.group-id - memberOf: - operationId: groups.team.Group.ListMemberGraphOPre - parameters: - group-id: $request.path.group-id - members: - operationId: groups.team.Group.ListMembers - parameters: - group-id: $request.path.group-id - membersWithLicenseErrors: - operationId: groups.team.Group.ListMembersGraphWPreLicenseErrors - parameters: - group-id: $request.path.group-id - owners: - operationId: groups.team.Group.ListOwners - parameters: - group-id: $request.path.group-id - permissionGrants: - operationId: groups.team.Group.ListPermissionGrants - parameters: - group-id: $request.path.group-id - settings: - operationId: groups.team.Group.ListSettings - parameters: - group-id: $request.path.group-id - transitiveMemberOf: - operationId: groups.team.Group.ListTransitiveMemberGraphOPre - parameters: - group-id: $request.path.group-id - transitiveMembers: - operationId: groups.team.Group.ListTransitiveMembers - parameters: - group-id: $request.path.group-id - acceptedSenders: - operationId: groups.team.Group.ListAcceptedSenders - parameters: - group-id: $request.path.group-id - calendar: - operationId: groups.team.Group.GetCalendar - parameters: - group-id: $request.path.group-id - calendarView: - operationId: groups.team.Group.ListCalendarView - parameters: - group-id: $request.path.group-id - conversations: - operationId: groups.team.Group.ListConversations - parameters: - group-id: $request.path.group-id - events: - operationId: groups.team.Group.ListEvents - parameters: - group-id: $request.path.group-id - rejectedSenders: - operationId: groups.team.Group.ListRejectedSenders - parameters: - group-id: $request.path.group-id - threads: - operationId: groups.team.Group.ListThreads - parameters: - group-id: $request.path.group-id - drive: - operationId: groups.team.Group.GetDrive - parameters: - group-id: $request.path.group-id - drives: - operationId: groups.team.Group.ListDrives - parameters: - group-id: $request.path.group-id - sites: - operationId: groups.team.Group.ListSites - parameters: - group-id: $request.path.group-id - extensions: - operationId: groups.team.Group.ListExtensions - parameters: - group-id: $request.path.group-id - groupLifecyclePolicies: - operationId: groups.team.Group.ListGroupLifecyclePolicies - parameters: - group-id: $request.path.group-id - planner: - operationId: groups.team.Group.GetPlanner - parameters: - group-id: $request.path.group-id - onenote: - operationId: groups.team.Group.GetOnenote - parameters: - group-id: $request.path.group-id - photo: - operationId: groups.team.Group.GetPhoto - parameters: - group-id: $request.path.group-id - photos: - operationId: groups.team.Group.ListPhotos - parameters: - group-id: $request.path.group-id - team: - operationId: groups.team.Group.GetTeam - parameters: - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8231,7 +7861,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -8306,38 +7936,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: groups.team.IncomingChannels.GetFilesFolder - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - members: - operationId: groups.team.IncomingChannels.ListMembers - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - messages: - operationId: groups.team.IncomingChannels.ListMessages - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: groups.team.IncomingChannels.ListSharedGraphWPreTeams - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id - tabs: - operationId: groups.team.IncomingChannels.ListTabs - parameters: - group-id: $request.path.group-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8407,7 +8011,7 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -8441,7 +8045,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8503,25 +8107,12 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - links: - teamsApp: - operationId: groups.team.InstalledApps.GetTeamsApp - parameters: - group-id: $request.path.group-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - teamsAppDefinition: - operationId: groups.team.InstalledApps.GetTeamsAppDefinition - parameters: - group-id: $request.path.group-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - upgrade: - operationId: groups.group.team.installedApps.teamsAppInstallation.upgrade default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8555,8 +8146,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8648,18 +8243,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: groups.team.installedApps.TeamsApp.ListAppDefinitions - parameters: - group-id: $request.path.group-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8722,18 +8311,12 @@ paths: - bot type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: groups.team.installedApps.TeamsAppDefinition.GetBot - parameters: - group-id: $request.path.group-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -8808,7 +8391,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -8842,7 +8425,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -8903,7 +8486,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -8942,8 +8525,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9064,7 +8651,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -9094,7 +8681,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9160,7 +8747,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9199,8 +8786,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9281,7 +8872,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9312,8 +8903,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9359,7 +8954,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -9459,41 +9054,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: groups.team.PrimaryChannel.GetFilesFolder - parameters: - group-id: $request.path.group-id - members: - operationId: groups.team.PrimaryChannel.ListMembers - parameters: - group-id: $request.path.group-id - messages: - operationId: groups.team.PrimaryChannel.ListMessages - parameters: - group-id: $request.path.group-id - sharedWithTeams: - operationId: groups.team.PrimaryChannel.ListSharedGraphWPreTeams - parameters: - group-id: $request.path.group-id - tabs: - operationId: groups.team.PrimaryChannel.ListTabs - parameters: - group-id: $request.path.group-id - completeMigration: - operationId: groups.group.team.primaryChannel.completeMigration - doesUserHaveAccess: - operationId: groups.group.team.primaryChannel.doesUserHaveAccess - provisionEmail: - operationId: groups.group.team.primaryChannel.provisionEmail - removeEmail: - operationId: groups.group.team.primaryChannel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9519,8 +9085,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9647,53 +9217,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: groups.team.primaryChannel.FilesFolder.GetCreatedGraphBPreUser - parameters: - group-id: $request.path.group-id - lastModifiedByUser: - operationId: groups.team.primaryChannel.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - group-id: $request.path.group-id - workbook: - operationId: groups.team.primaryChannel.FilesFolder.GetWorkbook - parameters: - group-id: $request.path.group-id - analytics: - operationId: groups.team.primaryChannel.FilesFolder.GetAnalytics - parameters: - group-id: $request.path.group-id - children: - operationId: groups.team.primaryChannel.FilesFolder.ListChildren - parameters: - group-id: $request.path.group-id - listItem: - operationId: groups.team.primaryChannel.FilesFolder.GetListItem - parameters: - group-id: $request.path.group-id - permissions: - operationId: groups.team.primaryChannel.FilesFolder.ListPermissions - parameters: - group-id: $request.path.group-id - subscriptions: - operationId: groups.team.primaryChannel.FilesFolder.ListSubscriptions - parameters: - group-id: $request.path.group-id - thumbnails: - operationId: groups.team.primaryChannel.FilesFolder.ListThumbnails - parameters: - group-id: $request.path.group-id - versions: - operationId: groups.team.primaryChannel.FilesFolder.ListVersions - parameters: - group-id: $request.path.group-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -9717,7 +9246,7 @@ paths: type: string x-ms-docs-key-type: group responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -9827,7 +9356,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -9861,7 +9390,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -9922,7 +9451,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -9961,8 +9490,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10129,7 +9662,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -10163,7 +9696,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10246,23 +9779,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: groups.team.primaryChannel.Messages.ListHostedContents - parameters: - group-id: $request.path.group-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: groups.team.primaryChannel.Messages.ListReplies - parameters: - group-id: $request.path.group-id - chatMessage-id: $request.path.chatMessage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10296,8 +9818,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10411,7 +9937,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -10449,7 +9975,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10517,7 +10043,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -10564,8 +10090,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10748,7 +10278,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -10790,7 +10320,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -10881,25 +10411,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: groups.team.primaryChannel.messages.Replies.ListHostedContents - parameters: - group-id: $request.path.group-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: groups.team.primaryChannel.messages.Replies.ListReplies - parameters: - group-id: $request.path.group-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -10941,8 +10458,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11072,7 +10593,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -11118,7 +10639,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11194,7 +10715,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11249,8 +10770,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11379,7 +10904,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -11409,7 +10934,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11474,23 +10999,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: groups.team.primaryChannel.SharedGraphWPreTeams.GetTeam - parameters: - group-id: $request.path.group-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: groups.team.primaryChannel.SharedGraphWPreTeams.ListAllowedMembers - parameters: - group-id: $request.path.group-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11524,8 +11038,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11642,7 +11160,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -11710,7 +11228,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -11792,7 +11310,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -11822,7 +11340,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -11885,18 +11403,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: groups.team.primaryChannel.Tabs.GetTeamsApp - parameters: - group-id: $request.path.group-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -11930,8 +11442,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12023,18 +11539,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: groups.team.primaryChannel.tabs.TeamsApp.ListAppDefinitions - parameters: - group-id: $request.path.group-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12110,51 +11620,12 @@ paths: - timesOff type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' - links: - offerShiftRequests: - operationId: groups.team.Schedule.ListOfferShiftRequests - parameters: - group-id: $request.path.group-id - openShiftChangeRequests: - operationId: groups.team.Schedule.ListOpenShiftChangeRequests - parameters: - group-id: $request.path.group-id - openShifts: - operationId: groups.team.Schedule.ListOpenShifts - parameters: - group-id: $request.path.group-id - schedulingGroups: - operationId: groups.team.Schedule.ListSchedulingGroups - parameters: - group-id: $request.path.group-id - shifts: - operationId: groups.team.Schedule.ListShifts - parameters: - group-id: $request.path.group-id - swapShiftsChangeRequests: - operationId: groups.team.Schedule.ListSwapShiftsChangeRequests - parameters: - group-id: $request.path.group-id - timeOffReasons: - operationId: groups.team.Schedule.ListTimeOffReasons - parameters: - group-id: $request.path.group-id - timeOffRequests: - operationId: groups.team.Schedule.ListTimeOffRequests - parameters: - group-id: $request.path.group-id - timesOff: - operationId: groups.team.Schedule.ListTimesOff - parameters: - group-id: $request.path.group-id - share: - operationId: groups.group.team.schedule.share default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12180,8 +11651,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12318,7 +11793,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.offerShiftRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -12348,7 +11823,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12420,7 +11895,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12459,8 +11934,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12596,7 +12075,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -12630,7 +12109,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12699,7 +12178,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12738,8 +12217,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -12857,7 +12340,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -12887,7 +12370,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -12950,7 +12433,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -12989,8 +12472,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13096,7 +12583,7 @@ paths: - userIds type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -13130,7 +12617,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13182,7 +12669,7 @@ paths: - userIds type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13221,8 +12708,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13331,7 +12822,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -13365,7 +12856,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13418,7 +12909,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13457,8 +12948,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13606,7 +13101,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -13640,7 +13135,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13713,7 +13208,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13752,8 +13247,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -13859,7 +13358,7 @@ paths: - isActive type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' default: $ref: '#/components/responses/error' @@ -13893,7 +13392,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -13945,7 +13444,7 @@ paths: - isActive type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -13984,8 +13483,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14115,7 +13618,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -14145,7 +13648,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14204,7 +13707,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14243,8 +13746,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14350,7 +13857,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' default: $ref: '#/components/responses/error' @@ -14384,7 +13891,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14436,7 +13943,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -14475,8 +13982,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOff' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14593,7 +14104,7 @@ paths: - members type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -14627,7 +14138,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14692,18 +14203,12 @@ paths: - members type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' - links: - members: - operationId: groups.team.Tags.ListMembers - parameters: - group-id: $request.path.group-id - teamworkTag-id: $request.path.teamworkTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14737,8 +14242,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -14855,7 +14364,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -14897,7 +14406,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -14966,7 +14475,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15013,8 +14522,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15101,7 +14614,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -15230,7 +14743,7 @@ paths: - schedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamCollectionResponse' default: $ref: '#/components/responses/error' @@ -15255,7 +14768,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -15347,71 +14860,12 @@ paths: - schedule type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' - links: - allChannels: - operationId: teams.ListAllChannels - parameters: - team-id: $request.path.team-id - channels: - operationId: teams.ListChannels - parameters: - team-id: $request.path.team-id - group: - operationId: teams.GetGroup - parameters: - team-id: $request.path.team-id - incomingChannels: - operationId: teams.ListIncomingChannels - parameters: - team-id: $request.path.team-id - installedApps: - operationId: teams.ListInstalledApps - parameters: - team-id: $request.path.team-id - members: - operationId: teams.ListMembers - parameters: - team-id: $request.path.team-id - operations: - operationId: teams.ListOperations - parameters: - team-id: $request.path.team-id - photo: - operationId: teams.GetPhoto - parameters: - team-id: $request.path.team-id - primaryChannel: - operationId: teams.GetPrimaryChannel - parameters: - team-id: $request.path.team-id - tags: - operationId: teams.ListTags - parameters: - team-id: $request.path.team-id - template: - operationId: teams.GetTemplate - parameters: - team-id: $request.path.team-id - schedule: - operationId: teams.GetSchedule - parameters: - team-id: $request.path.team-id - archive: - operationId: teams.team.archive - clone: - operationId: teams.team.clone - completeMigration: - operationId: teams.team.completeMigration - sendActivityNotification: - operationId: teams.team.sendActivityNotification - unarchive: - operationId: teams.team.unarchive default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15441,8 +14895,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.team' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15568,7 +15026,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -15643,38 +15101,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teams.AllChannels.GetFilesFolder - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - members: - operationId: teams.AllChannels.ListMembers - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - messages: - operationId: teams.AllChannels.ListMessages - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: teams.AllChannels.ListSharedGraphWPreTeams - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - tabs: - operationId: teams.AllChannels.ListTabs - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15774,7 +15206,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -15808,7 +15240,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -15884,46 +15316,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teams.Channels.GetFilesFolder - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - members: - operationId: teams.Channels.ListMembers - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - messages: - operationId: teams.Channels.ListMessages - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: teams.Channels.ListSharedGraphWPreTeams - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - tabs: - operationId: teams.Channels.ListTabs - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - completeMigration: - operationId: teams.team.channels.channel.completeMigration - doesUserHaveAccess: - operationId: teams.team.channels.channel.doesUserHaveAccess - provisionEmail: - operationId: teams.team.channels.channel.provisionEmail - removeEmail: - operationId: teams.team.channels.channel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -15957,8 +15355,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16101,63 +15503,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: teams.channels.FilesFolder.GetCreatedGraphBPreUser - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - lastModifiedByUser: - operationId: teams.channels.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - workbook: - operationId: teams.channels.FilesFolder.GetWorkbook - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - analytics: - operationId: teams.channels.FilesFolder.GetAnalytics - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - children: - operationId: teams.channels.FilesFolder.ListChildren - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - listItem: - operationId: teams.channels.FilesFolder.GetListItem - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - permissions: - operationId: teams.channels.FilesFolder.ListPermissions - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - subscriptions: - operationId: teams.channels.FilesFolder.ListSubscriptions - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - thumbnails: - operationId: teams.channels.FilesFolder.ListThumbnails - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - versions: - operationId: teams.channels.FilesFolder.ListVersions - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16189,7 +15540,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -16315,7 +15666,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -16357,7 +15708,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16426,7 +15777,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -16473,8 +15824,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16562,7 +15917,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16721,7 +16076,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -16763,7 +16118,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -16854,25 +16209,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teams.channels.Messages.ListHostedContents - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: teams.channels.Messages.ListReplies - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16914,8 +16256,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17045,7 +16391,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -17091,7 +16437,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17167,7 +16513,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17222,8 +16568,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17422,7 +16772,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -17472,7 +16822,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17571,27 +16921,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teams.channels.messages.Replies.ListHostedContents - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: teams.channels.messages.Replies.ListReplies - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17641,8 +16976,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -17788,7 +17127,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -17842,7 +17181,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -17926,7 +17265,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -17989,8 +17328,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18179,7 +17522,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -18324,7 +17667,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -18431,7 +17774,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -18474,7 +17817,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Success content: application/json: @@ -18599,7 +17942,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -18637,7 +17980,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -18710,25 +18053,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: teams.channels.SharedGraphWPreTeams.GetTeam - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: teams.channels.SharedGraphWPreTeams.ListAllowedMembers - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18770,8 +18100,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -18904,7 +18238,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -18980,7 +18314,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -19070,7 +18404,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -19108,7 +18442,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -19179,19 +18513,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: teams.channels.Tabs.GetTeamsApp - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19233,8 +18560,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19342,19 +18673,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: teams.channels.tabs.TeamsApp.ListAppDefinitions - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19469,7 +18793,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -19625,121 +18949,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: teams.Group.ListAppRoleAssignments - parameters: - team-id: $request.path.team-id - createdOnBehalfOf: - operationId: teams.Group.GetCreatedOnBehalfGraphOPre - parameters: - team-id: $request.path.team-id - memberOf: - operationId: teams.Group.ListMemberGraphOPre - parameters: - team-id: $request.path.team-id - members: - operationId: teams.Group.ListMembers - parameters: - team-id: $request.path.team-id - membersWithLicenseErrors: - operationId: teams.Group.ListMembersGraphWPreLicenseErrors - parameters: - team-id: $request.path.team-id - owners: - operationId: teams.Group.ListOwners - parameters: - team-id: $request.path.team-id - permissionGrants: - operationId: teams.Group.ListPermissionGrants - parameters: - team-id: $request.path.team-id - settings: - operationId: teams.Group.ListSettings - parameters: - team-id: $request.path.team-id - transitiveMemberOf: - operationId: teams.Group.ListTransitiveMemberGraphOPre - parameters: - team-id: $request.path.team-id - transitiveMembers: - operationId: teams.Group.ListTransitiveMembers - parameters: - team-id: $request.path.team-id - acceptedSenders: - operationId: teams.Group.ListAcceptedSenders - parameters: - team-id: $request.path.team-id - calendar: - operationId: teams.Group.GetCalendar - parameters: - team-id: $request.path.team-id - calendarView: - operationId: teams.Group.ListCalendarView - parameters: - team-id: $request.path.team-id - conversations: - operationId: teams.Group.ListConversations - parameters: - team-id: $request.path.team-id - events: - operationId: teams.Group.ListEvents - parameters: - team-id: $request.path.team-id - rejectedSenders: - operationId: teams.Group.ListRejectedSenders - parameters: - team-id: $request.path.team-id - threads: - operationId: teams.Group.ListThreads - parameters: - team-id: $request.path.team-id - drive: - operationId: teams.Group.GetDrive - parameters: - team-id: $request.path.team-id - drives: - operationId: teams.Group.ListDrives - parameters: - team-id: $request.path.team-id - sites: - operationId: teams.Group.ListSites - parameters: - team-id: $request.path.team-id - extensions: - operationId: teams.Group.ListExtensions - parameters: - team-id: $request.path.team-id - groupLifecyclePolicies: - operationId: teams.Group.ListGroupLifecyclePolicies - parameters: - team-id: $request.path.team-id - planner: - operationId: teams.Group.GetPlanner - parameters: - team-id: $request.path.team-id - onenote: - operationId: teams.Group.GetOnenote - parameters: - team-id: $request.path.team-id - photo: - operationId: teams.Group.GetPhoto - parameters: - team-id: $request.path.team-id - photos: - operationId: teams.Group.ListPhotos - parameters: - team-id: $request.path.team-id - team: - operationId: teams.Group.GetTeam - parameters: - team-id: $request.path.team-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -19839,7 +19054,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -19914,38 +19129,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teams.IncomingChannels.GetFilesFolder - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - members: - operationId: teams.IncomingChannels.ListMembers - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - messages: - operationId: teams.IncomingChannels.ListMessages - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: teams.IncomingChannels.ListSharedGraphWPreTeams - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id - tabs: - operationId: teams.IncomingChannels.ListTabs - parameters: - team-id: $request.path.team-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20015,7 +19204,7 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -20049,7 +19238,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20111,25 +19300,12 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - links: - teamsApp: - operationId: teams.InstalledApps.GetTeamsApp - parameters: - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - teamsAppDefinition: - operationId: teams.InstalledApps.GetTeamsAppDefinition - parameters: - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - upgrade: - operationId: teams.team.installedApps.teamsAppInstallation.upgrade default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20163,8 +19339,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20289,18 +19469,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: teams.installedApps.TeamsApp.ListAppDefinitions - parameters: - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20363,18 +19537,12 @@ paths: - bot type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: teams.installedApps.TeamsAppDefinition.GetBot - parameters: - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20449,7 +19617,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -20483,7 +19651,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -20544,7 +19712,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -20583,8 +19751,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -20656,7 +19828,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -20953,7 +20125,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -20983,7 +20155,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21049,7 +20221,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21088,8 +20260,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21170,7 +20346,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21201,8 +20377,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21248,7 +20428,7 @@ paths: type: string x-ms-docs-key-type: team responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -21348,41 +20528,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: teams.PrimaryChannel.GetFilesFolder - parameters: - team-id: $request.path.team-id - members: - operationId: teams.PrimaryChannel.ListMembers - parameters: - team-id: $request.path.team-id - messages: - operationId: teams.PrimaryChannel.ListMessages - parameters: - team-id: $request.path.team-id - sharedWithTeams: - operationId: teams.PrimaryChannel.ListSharedGraphWPreTeams - parameters: - team-id: $request.path.team-id - tabs: - operationId: teams.PrimaryChannel.ListTabs - parameters: - team-id: $request.path.team-id - completeMigration: - operationId: teams.team.primaryChannel.completeMigration - doesUserHaveAccess: - operationId: teams.team.primaryChannel.doesUserHaveAccess - provisionEmail: - operationId: teams.team.primaryChannel.provisionEmail - removeEmail: - operationId: teams.team.primaryChannel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21408,8 +20559,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21536,53 +20691,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: teams.primaryChannel.FilesFolder.GetCreatedGraphBPreUser - parameters: - team-id: $request.path.team-id - lastModifiedByUser: - operationId: teams.primaryChannel.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - team-id: $request.path.team-id - workbook: - operationId: teams.primaryChannel.FilesFolder.GetWorkbook - parameters: - team-id: $request.path.team-id - analytics: - operationId: teams.primaryChannel.FilesFolder.GetAnalytics - parameters: - team-id: $request.path.team-id - children: - operationId: teams.primaryChannel.FilesFolder.ListChildren - parameters: - team-id: $request.path.team-id - listItem: - operationId: teams.primaryChannel.FilesFolder.GetListItem - parameters: - team-id: $request.path.team-id - permissions: - operationId: teams.primaryChannel.FilesFolder.ListPermissions - parameters: - team-id: $request.path.team-id - subscriptions: - operationId: teams.primaryChannel.FilesFolder.ListSubscriptions - parameters: - team-id: $request.path.team-id - thumbnails: - operationId: teams.primaryChannel.FilesFolder.ListThumbnails - parameters: - team-id: $request.path.team-id - versions: - operationId: teams.primaryChannel.FilesFolder.ListVersions - parameters: - team-id: $request.path.team-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21606,7 +20720,7 @@ paths: type: string x-ms-docs-key-type: team responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -21716,7 +20830,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -21750,7 +20864,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -21811,7 +20925,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -21850,8 +20964,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -21923,7 +21041,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -22074,7 +21192,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -22108,7 +21226,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22191,23 +21309,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teams.primaryChannel.Messages.ListHostedContents - parameters: - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: teams.primaryChannel.Messages.ListReplies - parameters: - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22241,8 +21348,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22356,7 +21467,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -22394,7 +21505,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22462,7 +21573,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -22509,8 +21620,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22693,7 +21808,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -22735,7 +21850,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -22826,25 +21941,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: teams.primaryChannel.messages.Replies.ListHostedContents - parameters: - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: teams.primaryChannel.messages.Replies.ListReplies - parameters: - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -22886,8 +21988,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23017,7 +22123,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -23063,7 +22169,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23139,7 +22245,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -23194,8 +22300,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23368,7 +22478,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -23505,7 +22615,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -23596,7 +22706,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -23631,7 +22741,7 @@ paths: type: string x-ms-docs-key-type: team responses: - '200': + 2XX: description: Success content: application/json: @@ -23740,7 +22850,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -23770,7 +22880,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -23835,23 +22945,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: teams.primaryChannel.SharedGraphWPreTeams.GetTeam - parameters: - team-id: $request.path.team-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: teams.primaryChannel.SharedGraphWPreTeams.ListAllowedMembers - parameters: - team-id: $request.path.team-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -23885,8 +22984,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24003,7 +23106,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -24071,7 +23174,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24153,7 +23256,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -24183,7 +23286,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24246,18 +23349,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: teams.primaryChannel.Tabs.GetTeamsApp - parameters: - team-id: $request.path.team-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24291,8 +23388,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24384,18 +23485,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: teams.primaryChannel.tabs.TeamsApp.ListAppDefinitions - parameters: - team-id: $request.path.team-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24471,51 +23566,12 @@ paths: - timesOff type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' - links: - offerShiftRequests: - operationId: teams.Schedule.ListOfferShiftRequests - parameters: - team-id: $request.path.team-id - openShiftChangeRequests: - operationId: teams.Schedule.ListOpenShiftChangeRequests - parameters: - team-id: $request.path.team-id - openShifts: - operationId: teams.Schedule.ListOpenShifts - parameters: - team-id: $request.path.team-id - schedulingGroups: - operationId: teams.Schedule.ListSchedulingGroups - parameters: - team-id: $request.path.team-id - shifts: - operationId: teams.Schedule.ListShifts - parameters: - team-id: $request.path.team-id - swapShiftsChangeRequests: - operationId: teams.Schedule.ListSwapShiftsChangeRequests - parameters: - team-id: $request.path.team-id - timeOffReasons: - operationId: teams.Schedule.ListTimeOffReasons - parameters: - team-id: $request.path.team-id - timeOffRequests: - operationId: teams.Schedule.ListTimeOffRequests - parameters: - team-id: $request.path.team-id - timesOff: - operationId: teams.Schedule.ListTimesOff - parameters: - team-id: $request.path.team-id - share: - operationId: teams.team.schedule.share default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24541,8 +23597,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -24728,7 +23788,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.offerShiftRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -24758,7 +23818,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -24830,7 +23890,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -24869,8 +23929,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25006,7 +24070,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -25040,7 +24104,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25109,7 +24173,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25148,8 +24212,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25267,7 +24335,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -25297,7 +24365,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25360,7 +24428,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25399,8 +24467,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25506,7 +24578,7 @@ paths: - userIds type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -25540,7 +24612,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25592,7 +24664,7 @@ paths: - userIds type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25631,8 +24703,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -25741,7 +24817,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -25775,7 +24851,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -25828,7 +24904,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -25867,8 +24943,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26016,7 +25096,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -26050,7 +25130,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26123,7 +25203,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26162,8 +25242,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26269,7 +25353,7 @@ paths: - isActive type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' default: $ref: '#/components/responses/error' @@ -26303,7 +25387,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26355,7 +25439,7 @@ paths: - isActive type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26394,8 +25478,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26525,7 +25613,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -26555,7 +25643,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26614,7 +25702,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26653,8 +25741,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -26760,7 +25852,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' default: $ref: '#/components/responses/error' @@ -26794,7 +25886,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -26846,7 +25938,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -26885,8 +25977,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOff' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27003,7 +26099,7 @@ paths: - members type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -27037,7 +26133,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27102,18 +26198,12 @@ paths: - members type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' - links: - members: - operationId: teams.Tags.ListMembers - parameters: - team-id: $request.path.team-id - teamworkTag-id: $request.path.teamworkTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27147,8 +26237,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27265,7 +26359,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -27307,7 +26401,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27376,7 +26470,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27423,8 +26517,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27511,7 +26609,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27623,7 +26721,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -27680,17 +26778,12 @@ paths: - workforceIntegrations type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamwork' - links: - workforceIntegrations: - operationId: teamwork.ListWorkforceIntegrations - sendActivityNotificationToRecipients: - operationId: teamwork.sendActivityNotificationToRecipients default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27707,8 +26800,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamwork' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamwork' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27837,7 +26934,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.workforceIntegrationCollectionResponse' default: $ref: '#/components/responses/error' @@ -27862,7 +26959,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.workforceIntegration' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -27920,7 +27017,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -27951,8 +27048,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.workforceIntegration' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.workforceIntegration' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28080,7 +27181,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatCollectionResponse' default: $ref: '#/components/responses/error' @@ -28110,7 +27211,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28187,53 +27288,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' - links: - installedApps: - operationId: users.Chats.ListInstalledApps - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - lastMessagePreview: - operationId: users.Chats.GetLastMessagePreview - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - members: - operationId: users.Chats.ListMembers - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - messages: - operationId: users.Chats.ListMessages - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - pinnedMessages: - operationId: users.Chats.ListPinnedMessages - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - tabs: - operationId: users.Chats.ListTabs - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - hideForUser: - operationId: users.user.chats.chat.hideGraphFPreUser - markChatReadForUser: - operationId: users.user.chats.chat.markChatReadGraphFPreUser - markChatUnreadForUser: - operationId: users.user.chats.chat.markChatUnreadGraphFPreUser - sendActivityNotification: - operationId: users.user.chats.chat.sendActivityNotification - unhideForUser: - operationId: users.user.chats.chat.unhideGraphFPreUser default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28267,8 +27327,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chat' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chat' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28380,7 +27444,7 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -28422,7 +27486,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -28492,27 +27556,12 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - links: - teamsApp: - operationId: users.chats.InstalledApps.GetTeamsApp - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - teamsAppDefinition: - operationId: users.chats.InstalledApps.GetTeamsAppDefinition - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - upgrade: - operationId: users.user.chats.chat.installedApps.teamsAppInstallation.upgrade default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28554,8 +27603,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28663,19 +27716,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: users.chats.installedApps.TeamsApp.ListAppDefinitions - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28746,19 +27792,12 @@ paths: - bot type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: users.chats.installedApps.TeamsAppDefinition.GetBot - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28817,7 +27856,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -28856,8 +27895,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -28974,7 +28017,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -29016,7 +28059,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29085,7 +28128,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29132,8 +28175,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29316,7 +28363,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -29358,7 +28405,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29449,25 +28496,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: users.chats.Messages.ListHostedContents - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: users.chats.Messages.ListReplies - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29509,8 +28543,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -29640,7 +28678,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -29686,7 +28724,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -29762,7 +28800,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -29817,8 +28855,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30017,7 +29059,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -30067,7 +29109,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30166,27 +29208,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: users.chats.messages.Replies.ListHostedContents - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: users.chats.messages.Replies.ListReplies - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30236,8 +29263,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30383,7 +29414,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -30437,7 +29468,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30521,7 +29552,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -30584,8 +29615,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30719,7 +29754,7 @@ paths: - message type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.pinnedChatMessageInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -30761,7 +29796,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -30829,19 +29864,12 @@ paths: - message type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' - links: - message: - operationId: users.chats.PinnedMessages.GetMessage - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -30883,8 +29911,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31012,25 +30044,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: users.chats.pinnedMessages.Message.ListHostedContents - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id - replies: - operationId: users.chats.pinnedMessages.Message.ListReplies - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - pinnedChatMessageInfo-id: $request.path.pinnedChatMessageInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31115,7 +30134,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -31157,7 +30176,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31228,19 +30247,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: users.chats.Tabs.GetTeamsApp - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31282,8 +30294,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31391,19 +30407,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: users.chats.tabs.TeamsApp.ListAppDefinitions - parameters: - user-id: $request.path.user-id - chat-id: $request.path.chat-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31538,7 +30547,7 @@ paths: - schedule type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamCollectionResponse' default: $ref: '#/components/responses/error' @@ -31568,7 +30577,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -31664,83 +30673,12 @@ paths: - schedule type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.team' - links: - allChannels: - operationId: users.JoinedTeams.ListAllChannels - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channels: - operationId: users.JoinedTeams.ListChannels - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - group: - operationId: users.JoinedTeams.GetGroup - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - incomingChannels: - operationId: users.JoinedTeams.ListIncomingChannels - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - installedApps: - operationId: users.JoinedTeams.ListInstalledApps - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - members: - operationId: users.JoinedTeams.ListMembers - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - operations: - operationId: users.JoinedTeams.ListOperations - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - photo: - operationId: users.JoinedTeams.GetPhoto - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - primaryChannel: - operationId: users.JoinedTeams.GetPrimaryChannel - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - tags: - operationId: users.JoinedTeams.ListTags - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - template: - operationId: users.JoinedTeams.GetTemplate - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - schedule: - operationId: users.JoinedTeams.GetSchedule - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - archive: - operationId: users.user.joinedTeams.team.archive - clone: - operationId: users.user.joinedTeams.team.clone - completeMigration: - operationId: users.user.joinedTeams.team.completeMigration - sendActivityNotification: - operationId: users.user.joinedTeams.team.sendActivityNotification - unarchive: - operationId: users.user.joinedTeams.team.unarchive default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31774,8 +30712,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.team' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.team' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -31917,7 +30859,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -32000,43 +30942,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: users.joinedTeams.AllChannels.GetFilesFolder - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - members: - operationId: users.joinedTeams.AllChannels.ListMembers - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - messages: - operationId: users.joinedTeams.AllChannels.ListMessages - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: users.joinedTeams.AllChannels.ListSharedGraphWPreTeams - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - tabs: - operationId: users.joinedTeams.AllChannels.ListTabs - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32144,7 +31055,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -32186,7 +31097,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32270,51 +31181,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: users.joinedTeams.Channels.GetFilesFolder - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - members: - operationId: users.joinedTeams.Channels.ListMembers - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - messages: - operationId: users.joinedTeams.Channels.ListMessages - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: users.joinedTeams.Channels.ListSharedGraphWPreTeams - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - tabs: - operationId: users.joinedTeams.Channels.ListTabs - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - completeMigration: - operationId: users.user.joinedTeams.team.channels.channel.completeMigration - doesUserHaveAccess: - operationId: users.user.joinedTeams.team.channels.channel.doesUserHaveAccess - provisionEmail: - operationId: users.user.joinedTeams.team.channels.channel.provisionEmail - removeEmail: - operationId: users.user.joinedTeams.team.channels.channel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32356,8 +31228,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32516,73 +31392,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.joinedTeams.channels.FilesFolder.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - lastModifiedByUser: - operationId: users.joinedTeams.channels.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - workbook: - operationId: users.joinedTeams.channels.FilesFolder.GetWorkbook - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - analytics: - operationId: users.joinedTeams.channels.FilesFolder.GetAnalytics - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - children: - operationId: users.joinedTeams.channels.FilesFolder.ListChildren - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - listItem: - operationId: users.joinedTeams.channels.FilesFolder.GetListItem - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - permissions: - operationId: users.joinedTeams.channels.FilesFolder.ListPermissions - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - subscriptions: - operationId: users.joinedTeams.channels.FilesFolder.ListSubscriptions - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - thumbnails: - operationId: users.joinedTeams.channels.FilesFolder.ListThumbnails - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - versions: - operationId: users.joinedTeams.channels.FilesFolder.ListVersions - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -32622,7 +31437,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -32764,7 +31579,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -32814,7 +31629,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -32891,7 +31706,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -32946,8 +31761,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33146,7 +31965,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -33196,7 +32015,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33295,27 +32114,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: users.joinedTeams.channels.Messages.ListHostedContents - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: users.joinedTeams.channels.Messages.ListReplies - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33365,8 +32169,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33512,7 +32320,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -33566,7 +32374,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -33650,7 +32458,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -33713,8 +32521,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -33929,7 +32741,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -33987,7 +32799,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34094,29 +32906,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: users.joinedTeams.channels.messages.Replies.ListHostedContents - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: users.joinedTeams.channels.messages.Replies.ListReplies - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34174,8 +32969,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34337,7 +33136,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -34399,7 +33198,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34491,7 +33290,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -34562,8 +33361,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34724,7 +33527,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -34770,7 +33573,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -34851,27 +33654,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: users.joinedTeams.channels.SharedGraphWPreTeams.GetTeam - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: users.joinedTeams.channels.SharedGraphWPreTeams.ListAllowedMembers - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -34921,8 +33709,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35071,7 +33863,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -35155,7 +33947,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -35253,7 +34045,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -35299,7 +34091,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -35378,20 +34170,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: users.joinedTeams.channels.Tabs.GetTeamsApp - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35441,8 +34225,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35566,20 +34354,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: users.joinedTeams.channels.tabs.TeamsApp.ListAppDefinitions - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35724,148 +34504,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.group' - links: - appRoleAssignments: - operationId: users.joinedTeams.Group.ListAppRoleAssignments - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - createdOnBehalfOf: - operationId: users.joinedTeams.Group.GetCreatedOnBehalfGraphOPre - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - memberOf: - operationId: users.joinedTeams.Group.ListMemberGraphOPre - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - members: - operationId: users.joinedTeams.Group.ListMembers - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - membersWithLicenseErrors: - operationId: users.joinedTeams.Group.ListMembersGraphWPreLicenseErrors - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - owners: - operationId: users.joinedTeams.Group.ListOwners - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - permissionGrants: - operationId: users.joinedTeams.Group.ListPermissionGrants - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - settings: - operationId: users.joinedTeams.Group.ListSettings - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - transitiveMemberOf: - operationId: users.joinedTeams.Group.ListTransitiveMemberGraphOPre - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - transitiveMembers: - operationId: users.joinedTeams.Group.ListTransitiveMembers - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - acceptedSenders: - operationId: users.joinedTeams.Group.ListAcceptedSenders - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - calendar: - operationId: users.joinedTeams.Group.GetCalendar - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - calendarView: - operationId: users.joinedTeams.Group.ListCalendarView - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - conversations: - operationId: users.joinedTeams.Group.ListConversations - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - events: - operationId: users.joinedTeams.Group.ListEvents - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - rejectedSenders: - operationId: users.joinedTeams.Group.ListRejectedSenders - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - threads: - operationId: users.joinedTeams.Group.ListThreads - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - drive: - operationId: users.joinedTeams.Group.GetDrive - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - drives: - operationId: users.joinedTeams.Group.ListDrives - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - sites: - operationId: users.joinedTeams.Group.ListSites - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - extensions: - operationId: users.joinedTeams.Group.ListExtensions - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - groupLifecyclePolicies: - operationId: users.joinedTeams.Group.ListGroupLifecyclePolicies - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - planner: - operationId: users.joinedTeams.Group.GetPlanner - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - onenote: - operationId: users.joinedTeams.Group.GetOnenote - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - photo: - operationId: users.joinedTeams.Group.GetPhoto - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - photos: - operationId: users.joinedTeams.Group.ListPhotos - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - team: - operationId: users.joinedTeams.Group.GetTeam - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -35973,7 +34617,7 @@ paths: - tabs type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.channelCollectionResponse' default: $ref: '#/components/responses/error' @@ -36056,43 +34700,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: users.joinedTeams.IncomingChannels.GetFilesFolder - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - members: - operationId: users.joinedTeams.IncomingChannels.ListMembers - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - messages: - operationId: users.joinedTeams.IncomingChannels.ListMessages - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - sharedWithTeams: - operationId: users.joinedTeams.IncomingChannels.ListSharedGraphWPreTeams - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id - tabs: - operationId: users.joinedTeams.IncomingChannels.ListTabs - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - channel-id: $request.path.channel-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36170,7 +34783,7 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -36212,7 +34825,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36282,27 +34895,12 @@ paths: - teamsAppDefinition type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - links: - teamsApp: - operationId: users.joinedTeams.InstalledApps.GetTeamsApp - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - teamsAppDefinition: - operationId: users.joinedTeams.InstalledApps.GetTeamsAppDefinition - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id - upgrade: - operationId: users.user.joinedTeams.team.installedApps.teamsAppInstallation.upgrade default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36344,8 +34942,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36453,19 +35055,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: users.joinedTeams.installedApps.TeamsApp.ListAppDefinitions - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36536,19 +35131,12 @@ paths: - bot type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' - links: - bot: - operationId: users.joinedTeams.installedApps.TeamsAppDefinition.GetBot - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36631,7 +35219,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -36673,7 +35261,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -36742,7 +35330,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -36789,8 +35377,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -36927,7 +35519,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsAsyncOperationCollectionResponse' default: $ref: '#/components/responses/error' @@ -36965,7 +35557,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37039,7 +35631,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37086,8 +35678,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAsyncOperation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37184,7 +35780,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37223,8 +35819,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37286,7 +35886,7 @@ paths: type: string x-ms-docs-key-type: team responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -37402,46 +36002,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.channel' - links: - filesFolder: - operationId: users.joinedTeams.PrimaryChannel.GetFilesFolder - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - members: - operationId: users.joinedTeams.PrimaryChannel.ListMembers - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - messages: - operationId: users.joinedTeams.PrimaryChannel.ListMessages - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - sharedWithTeams: - operationId: users.joinedTeams.PrimaryChannel.ListSharedGraphWPreTeams - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - tabs: - operationId: users.joinedTeams.PrimaryChannel.ListTabs - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - completeMigration: - operationId: users.user.joinedTeams.team.primaryChannel.completeMigration - doesUserHaveAccess: - operationId: users.user.joinedTeams.team.primaryChannel.doesUserHaveAccess - provisionEmail: - operationId: users.user.joinedTeams.team.primaryChannel.provisionEmail - removeEmail: - operationId: users.user.joinedTeams.team.primaryChannel.removeEmail default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37475,8 +36041,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.channel' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.channel' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37619,63 +36189,12 @@ paths: - versions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' - links: - createdByUser: - operationId: users.joinedTeams.primaryChannel.FilesFolder.GetCreatedGraphBPreUser - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - lastModifiedByUser: - operationId: users.joinedTeams.primaryChannel.FilesFolder.GetLastModifiedGraphBPreUser - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - workbook: - operationId: users.joinedTeams.primaryChannel.FilesFolder.GetWorkbook - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - analytics: - operationId: users.joinedTeams.primaryChannel.FilesFolder.GetAnalytics - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - children: - operationId: users.joinedTeams.primaryChannel.FilesFolder.ListChildren - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - listItem: - operationId: users.joinedTeams.primaryChannel.FilesFolder.GetListItem - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - permissions: - operationId: users.joinedTeams.primaryChannel.FilesFolder.ListPermissions - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - subscriptions: - operationId: users.joinedTeams.primaryChannel.FilesFolder.ListSubscriptions - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - thumbnails: - operationId: users.joinedTeams.primaryChannel.FilesFolder.ListThumbnails - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - versions: - operationId: users.joinedTeams.primaryChannel.FilesFolder.ListVersions - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -37707,7 +36226,7 @@ paths: type: string x-ms-docs-key-type: team responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -37833,7 +36352,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -37875,7 +36394,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -37944,7 +36463,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -37991,8 +36510,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.conversationMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conversationMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38175,7 +36698,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -38217,7 +36740,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38308,25 +36831,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: users.joinedTeams.primaryChannel.Messages.ListHostedContents - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id - replies: - operationId: users.joinedTeams.primaryChannel.Messages.ListReplies - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38368,8 +36878,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38499,7 +37013,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -38545,7 +37059,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -38621,7 +37135,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -38676,8 +37190,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -38876,7 +37394,7 @@ paths: - replies type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageCollectionResponse' default: $ref: '#/components/responses/error' @@ -38926,7 +37444,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39025,27 +37543,12 @@ paths: - replies type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chatMessage' - links: - hostedContents: - operationId: users.joinedTeams.primaryChannel.messages.Replies.ListHostedContents - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 - replies: - operationId: users.joinedTeams.primaryChannel.messages.Replies.ListReplies - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - chatMessage-id: $request.path.chatMessage-id - chatMessage-id1: $request.path.chatMessage-id1 default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39095,8 +37598,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessage' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessage' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39242,7 +37749,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' default: $ref: '#/components/responses/error' @@ -39296,7 +37803,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39380,7 +37887,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -39443,8 +37950,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39589,7 +38100,7 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.sharedWithChannelTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -39627,7 +38138,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -39700,25 +38211,12 @@ paths: - allowedMembers type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' - links: - team: - operationId: users.joinedTeams.primaryChannel.SharedGraphWPreTeams.GetTeam - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id - allowedMembers: - operationId: users.joinedTeams.primaryChannel.SharedGraphWPreTeams.ListAllowedMembers - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - sharedWithChannelTeamInfo-id: $request.path.sharedWithChannelTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39760,8 +38258,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -39894,7 +38396,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.conversationMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -39970,7 +38472,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40060,7 +38562,7 @@ paths: - teamsApp type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamsTabCollectionResponse' default: $ref: '#/components/responses/error' @@ -40098,7 +38600,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40169,19 +38671,12 @@ paths: - teamsApp type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsTab' - links: - teamsApp: - operationId: users.joinedTeams.primaryChannel.Tabs.GetTeamsApp - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40223,8 +38718,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamsTab' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsTab' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40332,19 +38831,12 @@ paths: - appDefinitions type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamsApp' - links: - appDefinitions: - operationId: users.joinedTeams.primaryChannel.tabs.TeamsApp.ListAppDefinitions - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - teamsTab-id: $request.path.teamsTab-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40428,60 +38920,12 @@ paths: - timesOff type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.schedule' - links: - offerShiftRequests: - operationId: users.joinedTeams.Schedule.ListOfferShiftRequests - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - openShiftChangeRequests: - operationId: users.joinedTeams.Schedule.ListOpenShiftChangeRequests - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - openShifts: - operationId: users.joinedTeams.Schedule.ListOpenShifts - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - schedulingGroups: - operationId: users.joinedTeams.Schedule.ListSchedulingGroups - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - shifts: - operationId: users.joinedTeams.Schedule.ListShifts - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - swapShiftsChangeRequests: - operationId: users.joinedTeams.Schedule.ListSwapShiftsChangeRequests - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - timeOffReasons: - operationId: users.joinedTeams.Schedule.ListTimeOffReasons - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - timeOffRequests: - operationId: users.joinedTeams.Schedule.ListTimeOffRequests - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - timesOff: - operationId: users.joinedTeams.Schedule.ListTimesOff - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - share: - operationId: users.user.joinedTeams.team.schedule.share default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40515,8 +38959,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedule' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedule' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40669,7 +39117,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.offerShiftRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -40707,7 +39155,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -40787,7 +39235,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -40834,8 +39282,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.offerShiftRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -40987,7 +39439,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -41029,7 +39481,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41106,7 +39558,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41153,8 +39605,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41288,7 +39744,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -41326,7 +39782,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41397,7 +39853,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41444,8 +39900,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.openShift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41567,7 +40027,7 @@ paths: - userIds type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' default: $ref: '#/components/responses/error' @@ -41609,7 +40069,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41669,7 +40129,7 @@ paths: - userIds type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41716,8 +40176,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -41842,7 +40306,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' default: $ref: '#/components/responses/error' @@ -41884,7 +40348,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -41945,7 +40409,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -41992,8 +40456,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42157,7 +40625,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -42199,7 +40667,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42280,7 +40748,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42327,8 +40795,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42450,7 +40922,7 @@ paths: - isActive type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' default: $ref: '#/components/responses/error' @@ -42492,7 +40964,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42552,7 +41024,7 @@ paths: - isActive type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42599,8 +41071,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffReason' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -42746,7 +41222,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' default: $ref: '#/components/responses/error' @@ -42784,7 +41260,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -42851,7 +41327,7 @@ paths: - timeOffReasonId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -42898,8 +41374,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43021,7 +41501,7 @@ paths: - userId type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' default: $ref: '#/components/responses/error' @@ -43063,7 +41543,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43123,7 +41603,7 @@ paths: - userId type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43170,8 +41650,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.timeOff' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43304,7 +41788,7 @@ paths: - members type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' default: $ref: '#/components/responses/error' @@ -43346,7 +41830,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43419,19 +41903,12 @@ paths: - members type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.teamworkTag' - links: - members: - operationId: users.joinedTeams.Tags.ListMembers - parameters: - user-id: $request.path.user-id - team-id: $request.path.team-id - teamworkTag-id: $request.path.teamworkTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43473,8 +41950,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43607,7 +42088,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' default: $ref: '#/components/responses/error' @@ -43657,7 +42138,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -43734,7 +42215,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43789,8 +42270,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43893,7 +42378,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -43946,23 +42431,12 @@ paths: - installedApps type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userTeamwork' - links: - associatedTeams: - operationId: users.Teamwork.ListAssociatedTeams - parameters: - user-id: $request.path.user-id - installedApps: - operationId: users.Teamwork.ListInstalledApps - parameters: - user-id: $request.path.user-id - sendActivityNotification: - operationId: users.user.teamwork.sendActivityNotification default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -43988,8 +42462,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userTeamwork' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userTeamwork' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44089,7 +42567,7 @@ paths: - team type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.associatedTeamInfoCollectionResponse' default: $ref: '#/components/responses/error' @@ -44119,7 +42597,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44181,18 +42659,12 @@ paths: - team type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' - links: - team: - operationId: users.teamwork.AssociatedTeams.GetTeam - parameters: - user-id: $request.path.user-id - associatedTeamInfo-id: $request.path.associatedTeamInfo-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44226,8 +42698,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.associatedTeamInfo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44333,7 +42809,7 @@ paths: - chat type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userScopeTeamsAppInstallationCollectionResponse' default: $ref: '#/components/responses/error' @@ -44367,7 +42843,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -44431,28 +42907,12 @@ paths: - chat type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' - links: - teamsApp: - operationId: users.teamwork.InstalledApps.GetTeamsApp - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - teamsAppDefinition: - operationId: users.teamwork.InstalledApps.GetTeamsAppDefinition - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - chat: - operationId: users.teamwork.InstalledApps.GetChat - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44486,8 +42946,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -44597,43 +43061,12 @@ paths: - tabs type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.chat' - links: - installedApps: - operationId: users.teamwork.installedApps.Chat.ListInstalledApps - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - lastMessagePreview: - operationId: users.teamwork.installedApps.Chat.GetLastMessagePreview - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - members: - operationId: users.teamwork.installedApps.Chat.ListMembers - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - messages: - operationId: users.teamwork.installedApps.Chat.ListMessages - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - pinnedMessages: - operationId: users.teamwork.installedApps.Chat.ListPinnedMessages - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id - tabs: - operationId: users.teamwork.installedApps.Chat.ListTabs - parameters: - user-id: $request.path.user-id - userScopeTeamsAppInstallation-id: $request.path.userScopeTeamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index ceb7e45feed..944070073e0 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -43,7 +43,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -94,7 +94,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -154,7 +154,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -218,7 +218,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -282,7 +282,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -332,7 +332,7 @@ paths: type: string x-ms-docs-key-type: microsoftAuthenticatorAuthenticationMethod responses: - '200': + 2XX: description: Success content: application/json: @@ -449,7 +449,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -509,7 +509,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -573,7 +573,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -637,7 +637,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -687,7 +687,7 @@ paths: type: string x-ms-docs-key-type: windowsHelloForBusinessAuthenticationMethod responses: - '200': + 2XX: description: Success content: application/json: @@ -736,7 +736,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -793,7 +793,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1554,7 +1554,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -1611,7 +1611,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2377,7 +2377,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2455,7 +2455,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -2528,7 +2528,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3529,7 +3529,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -3602,7 +3602,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4608,7 +4608,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4678,7 +4678,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -4743,7 +4743,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5624,7 +5624,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -5689,7 +5689,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6575,7 +6575,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6637,7 +6637,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -6694,7 +6694,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -7498,7 +7498,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8012,7 +8012,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8087,7 +8087,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8144,7 +8144,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8189,7 +8189,7 @@ paths: type: string x-ms-docs-key-type: driveItem responses: - '200': + 2XX: description: Success content: application/json: @@ -8274,7 +8274,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8346,7 +8346,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8406,7 +8406,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8571,7 +8571,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8925,7 +8925,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8974,7 +8974,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9325,7 +9325,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9392,7 +9392,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9441,7 +9441,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9478,7 +9478,7 @@ paths: type: string x-ms-docs-key-type: drive responses: - '200': + 2XX: description: Success content: application/json: @@ -9555,7 +9555,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9619,7 +9619,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9671,7 +9671,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9812,7 +9812,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -9953,7 +9953,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10010,7 +10010,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10781,7 +10781,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -10880,7 +10880,7 @@ paths: type: string x-ms-docs-key-type: channel responses: - '200': + 2XX: description: Success content: application/json: @@ -11013,7 +11013,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11309,7 +11309,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11392,7 +11392,7 @@ paths: type: string x-ms-docs-key-type: team responses: - '200': + 2XX: description: Success content: application/json: @@ -11547,7 +11547,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11612,7 +11612,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11684,7 +11684,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11752,7 +11752,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11820,7 +11820,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -11953,7 +11953,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12187,7 +12187,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12244,7 +12244,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12301,7 +12301,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12358,7 +12358,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12422,7 +12422,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12482,7 +12482,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12542,7 +12542,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12659,7 +12659,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12861,7 +12861,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -12910,7 +12910,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13571,7 +13571,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13620,7 +13620,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13676,7 +13676,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13728,7 +13728,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13780,7 +13780,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -13881,7 +13881,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14040,7 +14040,7 @@ paths: requestBody: $ref: '#/components/requestBodies/assignLicenseRequestBody' responses: - '200': + 2XX: $ref: '#/components/responses/assignLicenseResponse' default: $ref: '#/components/responses/error' @@ -14106,7 +14106,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14158,7 +14158,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14229,7 +14229,7 @@ paths: requestBody: $ref: '#/components/requestBodies/findMeetingTimesRequestBody' responses: - '200': + 2XX: $ref: '#/components/responses/findMeetingTimesResponse' default: $ref: '#/components/responses/error' @@ -14256,7 +14256,7 @@ paths: requestBody: $ref: '#/components/requestBodies/getMailTipsRequestBody' responses: - '200': + 2XX: $ref: '#/components/responses/getMailTipsResponse' default: $ref: '#/components/responses/error' @@ -14298,7 +14298,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14354,7 +14354,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14418,7 +14418,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: $ref: '#/components/responses/reprocessLicenseAssignmentResponse' default: $ref: '#/components/responses/error' @@ -14443,7 +14443,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: description: Success content: application/json: @@ -14468,7 +14468,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: $ref: '#/components/responses/revokeSignInSessionsResponse' default: $ref: '#/components/responses/error' @@ -14522,7 +14522,7 @@ paths: requestBody: $ref: '#/components/requestBodies/translateExchangeIdsRequestBody' responses: - '200': + 2XX: $ref: '#/components/responses/translateExchangeIdsResponse' default: $ref: '#/components/responses/error' @@ -14607,7 +14607,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14685,7 +14685,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14763,7 +14763,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14846,7 +14846,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -14983,7 +14983,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15053,7 +15053,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15128,7 +15128,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15229,7 +15229,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15288,7 +15288,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15401,7 +15401,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15471,7 +15471,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15546,7 +15546,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15667,7 +15667,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15729,7 +15729,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15796,7 +15796,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -15905,7 +15905,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16162,7 +16162,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16196,7 +16196,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: @@ -16249,7 +16249,7 @@ paths: type: object required: true responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 79b7dcd287d..64e63272b58 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -96,7 +96,7 @@ paths: - visualElements desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -303,7 +303,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -505,7 +505,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -715,7 +715,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -917,7 +917,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -971,7 +971,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -1193,7 +1193,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1411,7 +1411,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1637,7 +1637,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1855,7 +1855,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -1925,7 +1925,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -2139,7 +2139,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2349,7 +2349,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2567,7 +2567,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2777,7 +2777,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -2839,7 +2839,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -3045,7 +3045,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3247,7 +3247,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3400,7 +3400,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3545,7 +3545,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3682,7 +3682,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3886,7 +3886,7 @@ paths: - yomiSurname desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -3980,7 +3980,7 @@ paths: - parentFolderId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4179,7 +4179,7 @@ paths: - yomiSurname desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4265,7 +4265,7 @@ paths: - parentFolderId desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4456,7 +4456,7 @@ paths: - yomiSurname desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4572,7 +4572,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4709,7 +4709,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -4903,7 +4903,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5108,7 +5108,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5224,7 +5224,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5361,7 +5361,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5563,7 +5563,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5618,7 +5618,7 @@ paths: type: string x-ms-docs-key-type: contentType responses: - '200': + 2XX: description: Success content: application/json: @@ -5734,7 +5734,7 @@ paths: - sealed desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5847,7 +5847,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -5984,7 +5984,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6170,7 +6170,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/recentResponse' default: $ref: '#/components/responses/error' @@ -6349,7 +6349,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/searchResponse' default: $ref: '#/components/responses/error' @@ -6520,7 +6520,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/sharedWithMeResponse' default: $ref: '#/components/responses/error' @@ -6610,7 +6610,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6739,7 +6739,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -6925,7 +6925,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7122,7 +7122,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7230,7 +7230,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7359,7 +7359,7 @@ paths: - startDateTime desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7553,7 +7553,7 @@ paths: - webDavUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7760,7 +7760,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -7962,7 +7962,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8123,7 +8123,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8276,7 +8276,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8358,7 +8358,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8492,7 +8492,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8642,7 +8642,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8787,7 +8787,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -8861,7 +8861,7 @@ paths: type: string nullable: true responses: - '200': + 2XX: description: Success content: application/json: @@ -8987,7 +8987,7 @@ paths: - webUrl desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9170,7 +9170,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9277,7 +9277,7 @@ paths: - unreadItemCount desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9455,7 +9455,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9554,7 +9554,7 @@ paths: - unreadItemCount desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9724,7 +9724,7 @@ paths: - webLink desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -9772,7 +9772,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: $ref: '#/components/responses/getManagedAppDiagnosticStatusesResponse' default: $ref: '#/components/responses/error' @@ -9842,7 +9842,7 @@ paths: - version desc type: string responses: - '200': + 2XX: $ref: '#/components/responses/getManagedAppPoliciesResponse' default: $ref: '#/components/responses/error' @@ -9886,7 +9886,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: $ref: '#/components/responses/reminderViewResponse' default: $ref: '#/components/responses/error' @@ -9942,7 +9942,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -9991,7 +9991,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -10029,7 +10029,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -10075,7 +10075,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -10124,7 +10124,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -10165,7 +10165,7 @@ paths: type: string x-ms-docs-key-type: onenotePage responses: - '200': + 2XX: description: Success content: application/json: @@ -10199,7 +10199,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -10242,7 +10242,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -10292,7 +10292,7 @@ paths: - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' responses: - '200': + 2XX: description: Success content: application/json: @@ -10418,7 +10418,7 @@ paths: - title desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10504,7 +10504,7 @@ paths: - wellknownListName desc type: string responses: - '200': + 2XX: description: Success content: application/json: @@ -10833,7 +10833,7 @@ paths: - skills desc type: string responses: - '200': + 2XX: description: Success content: application/json: diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index eeacc4f71b1..71224cb9f81 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -381,7 +381,7 @@ paths: - todo type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.userCollectionResponse' default: $ref: '#/components/responses/error' @@ -406,7 +406,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' required: true responses: - '201': + 2XX: description: Created entity content: application/json: @@ -624,235 +624,12 @@ paths: - todo type: string responses: - '200': + 2XX: description: Retrieved entity content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.user' - links: - appRoleAssignments: - operationId: users.ListAppRoleAssignments - parameters: - user-id: $request.path.user-id - createdObjects: - operationId: users.ListCreatedObjects - parameters: - user-id: $request.path.user-id - directReports: - operationId: users.ListDirectReports - parameters: - user-id: $request.path.user-id - licenseDetails: - operationId: users.ListLicenseDetails - parameters: - user-id: $request.path.user-id - manager: - operationId: users.GetManager - parameters: - user-id: $request.path.user-id - memberOf: - operationId: users.ListMemberGraphOPre - parameters: - user-id: $request.path.user-id - oauth2PermissionGrants: - operationId: users.ListOauth2PermissionGrants - parameters: - user-id: $request.path.user-id - ownedDevices: - operationId: users.ListOwnedDevices - parameters: - user-id: $request.path.user-id - ownedObjects: - operationId: users.ListOwnedObjects - parameters: - user-id: $request.path.user-id - registeredDevices: - operationId: users.ListRegisteredDevices - parameters: - user-id: $request.path.user-id - scopedRoleMemberOf: - operationId: users.ListScopedRoleMemberGraphOPre - parameters: - user-id: $request.path.user-id - transitiveMemberOf: - operationId: users.ListTransitiveMemberGraphOPre - parameters: - user-id: $request.path.user-id - calendar: - operationId: users.GetCalendar - parameters: - user-id: $request.path.user-id - calendarGroups: - operationId: users.ListCalendarGroups - parameters: - user-id: $request.path.user-id - calendars: - operationId: users.ListCalendars - parameters: - user-id: $request.path.user-id - calendarView: - operationId: users.ListCalendarView - parameters: - user-id: $request.path.user-id - contactFolders: - operationId: users.ListContactFolders - parameters: - user-id: $request.path.user-id - contacts: - operationId: users.ListContacts - parameters: - user-id: $request.path.user-id - events: - operationId: users.ListEvents - parameters: - user-id: $request.path.user-id - inferenceClassification: - operationId: users.GetInferenceClassification - parameters: - user-id: $request.path.user-id - mailFolders: - operationId: users.ListMailFolders - parameters: - user-id: $request.path.user-id - messages: - operationId: users.ListMessages - parameters: - user-id: $request.path.user-id - outlook: - operationId: users.GetOutlook - parameters: - user-id: $request.path.user-id - people: - operationId: users.ListPeople - parameters: - user-id: $request.path.user-id - drive: - operationId: users.GetDrive - parameters: - user-id: $request.path.user-id - drives: - operationId: users.ListDrives - parameters: - user-id: $request.path.user-id - followedSites: - operationId: users.ListFollowedSites - parameters: - user-id: $request.path.user-id - extensions: - operationId: users.ListExtensions - parameters: - user-id: $request.path.user-id - agreementAcceptances: - operationId: users.ListAgreementAcceptances - parameters: - user-id: $request.path.user-id - managedDevices: - operationId: users.ListManagedDevices - parameters: - user-id: $request.path.user-id - managedAppRegistrations: - operationId: users.ListManagedAppRegistrations - parameters: - user-id: $request.path.user-id - deviceManagementTroubleshootingEvents: - operationId: users.ListDeviceManagementTroubleshootingEvents - parameters: - user-id: $request.path.user-id - planner: - operationId: users.GetPlanner - parameters: - user-id: $request.path.user-id - insights: - operationId: users.GetInsights - parameters: - user-id: $request.path.user-id - settings: - operationId: users.GetSettings - parameters: - user-id: $request.path.user-id - onenote: - operationId: users.GetOnenote - parameters: - user-id: $request.path.user-id - photo: - operationId: users.GetPhoto - parameters: - user-id: $request.path.user-id - photos: - operationId: users.ListPhotos - parameters: - user-id: $request.path.user-id - activities: - operationId: users.ListActivities - parameters: - user-id: $request.path.user-id - onlineMeetings: - operationId: users.ListOnlineMeetings - parameters: - user-id: $request.path.user-id - presence: - operationId: users.GetPresence - parameters: - user-id: $request.path.user-id - authentication: - operationId: users.GetAuthentication - parameters: - user-id: $request.path.user-id - chats: - operationId: users.ListChats - parameters: - user-id: $request.path.user-id - joinedTeams: - operationId: users.ListJoinedTeams - parameters: - user-id: $request.path.user-id - teamwork: - operationId: users.GetTeamwork - parameters: - user-id: $request.path.user-id - todo: - operationId: users.GetTodo - parameters: - user-id: $request.path.user-id - assignLicense: - operationId: users.user.assignLicense - changePassword: - operationId: users.user.changePassword - checkMemberGroups: - operationId: users.user.checkMemberGroups - checkMemberObjects: - operationId: users.user.checkMemberObjects - exportPersonalData: - operationId: users.user.exportPersonalData - findMeetingTimes: - operationId: users.user.findMeetingTimes - getMailTips: - operationId: users.user.getMailTips - getManagedAppDiagnosticStatuses: - operationId: users.user.getManagedAppDiagnosticStatuses - getManagedAppPolicies: - operationId: users.user.getManagedAppPolicies - getMemberGroups: - operationId: users.user.getMemberGroups - getMemberObjects: - operationId: users.user.getMemberObjects - reminderView: - operationId: users.user.reminderView - removeAllDevicesFromManagement: - operationId: users.user.removeAllDevicesFromManagement - reprocessLicenseAssignment: - operationId: users.user.reprocessLicenseAssignment - restore: - operationId: users.user.restore - revokeSignInSessions: - operationId: users.user.revokeSignInSessions - sendMail: - operationId: users.user.sendMail - translateExchangeIds: - operationId: users.user.translateExchangeIds - wipeManagedAppRegistrationsByDeviceTag: - operationId: users.user.wipeManagedAppRegistrationsGraphBPreDeviceTag default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -882,8 +659,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.user' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -982,7 +763,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -1040,7 +821,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1124,7 +905,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -1192,7 +973,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1260,7 +1041,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -1290,7 +1071,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1348,7 +1129,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1387,8 +1168,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1497,7 +1282,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.licenseDetailsCollectionResponse' default: $ref: '#/components/responses/error' @@ -1527,7 +1312,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.licenseDetails' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -1588,7 +1373,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1627,8 +1412,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.licenseDetails' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.licenseDetails' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1711,7 +1500,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -1740,7 +1529,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: description: Retrieved navigation property link content: application/json: @@ -1872,7 +1661,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -1940,7 +1729,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2026,7 +1815,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.oAuth2PermissionGrantCollectionResponse' default: $ref: '#/components/responses/error' @@ -2087,7 +1876,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2125,21 +1914,12 @@ paths: - masterCategories type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.outlookUser' - links: - masterCategories: - operationId: users.Outlook.ListMasterCategories - parameters: - user-id: $request.path.user-id - supportedLanguages: - operationId: users.user.outlook.supportedLanguages - supportedTimeZones: - operationId: users.user.outlook.supportedTimeZones default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2198,7 +1978,7 @@ paths: - displayName type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.outlookCategoryCollectionResponse' default: $ref: '#/components/responses/error' @@ -2232,7 +2012,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookCategory' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -2280,7 +2060,7 @@ paths: - displayName type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2319,8 +2099,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.outlookCategory' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.outlookCategory' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2433,7 +2217,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -2501,7 +2285,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2585,7 +2369,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -2653,7 +2437,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2693,7 +2477,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2724,8 +2508,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.profilePhoto' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.profilePhoto' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -2745,7 +2533,7 @@ paths: type: string x-ms-docs-key-type: user responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -2834,7 +2622,7 @@ paths: - width type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.profilePhotoCollectionResponse' default: $ref: '#/components/responses/error' @@ -2880,7 +2668,7 @@ paths: - width type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -2913,7 +2701,7 @@ paths: type: string x-ms-docs-key-type: profilePhoto responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -3034,7 +2822,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -3102,7 +2890,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3155,17 +2943,12 @@ paths: - shiftPreferences type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.userSettings' - links: - shiftPreferences: - operationId: users.Settings.GetShiftPreferences - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3191,8 +2974,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userSettings' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userSettings' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3270,7 +3057,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3305,8 +3092,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.shiftPreferences' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.shiftPreferences' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3379,17 +3170,12 @@ paths: - lists type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todo' - links: - lists: - operationId: users.Todo.ListLists - parameters: - user-id: $request.path.user-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3415,8 +3201,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.todo' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.todo' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3524,7 +3314,7 @@ paths: - tasks type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.todoTaskListCollectionResponse' default: $ref: '#/components/responses/error' @@ -3558,7 +3348,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTaskList' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3624,23 +3414,12 @@ paths: - tasks type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTaskList' - links: - extensions: - operationId: users.todo.Lists.ListExtensions - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - tasks: - operationId: users.todo.Lists.ListTasks - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3674,8 +3453,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTaskList' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.todoTaskList' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -3780,7 +3563,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -3818,7 +3601,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -3884,7 +3667,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -3931,8 +3714,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4103,7 +3890,7 @@ paths: - linkedResources type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.todoTaskCollectionResponse' default: $ref: '#/components/responses/error' @@ -4145,7 +3932,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTask' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4236,43 +4023,12 @@ paths: - linkedResources type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.todoTask' - links: - attachments: - operationId: users.todo.lists.Tasks.ListAttachments - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - todoTask-id: $request.path.todoTask-id - attachmentSessions: - operationId: users.todo.lists.Tasks.ListAttachmentSessions - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - todoTask-id: $request.path.todoTask-id - checklistItems: - operationId: users.todo.lists.Tasks.ListChecklistItems - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - todoTask-id: $request.path.todoTask-id - extensions: - operationId: users.todo.lists.Tasks.ListExtensions - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - todoTask-id: $request.path.todoTask-id - linkedResources: - operationId: users.todo.lists.Tasks.ListLinkedResources - parameters: - user-id: $request.path.user-id - todoTaskList-id: $request.path.todoTaskList-id - todoTask-id: $request.path.todoTask-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4314,8 +4070,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.todoTask' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.todoTask' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4434,7 +4194,7 @@ paths: - size type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentBaseCollectionResponse' default: $ref: '#/components/responses/error' @@ -4480,7 +4240,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachmentBase' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -4545,7 +4305,7 @@ paths: - size type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4644,7 +4404,7 @@ paths: type: string x-ms-docs-key-type: attachmentBase responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -4776,7 +4536,7 @@ paths: - nextExpectedRanges type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.attachmentSessionCollectionResponse' default: $ref: '#/components/responses/error' @@ -4839,7 +4599,7 @@ paths: - nextExpectedRanges type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -4894,8 +4654,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachmentSession' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.attachmentSession' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -4989,7 +4753,7 @@ paths: type: string x-ms-docs-key-type: attachmentSession responses: - '200': + 2XX: description: Retrieved media content content: application/octet-stream: @@ -5138,7 +4902,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.checklistItemCollectionResponse' default: $ref: '#/components/responses/error' @@ -5184,7 +4948,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.checklistItem' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5262,7 +5026,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5317,8 +5081,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.checklistItem' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.checklistItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5447,7 +5215,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.extensionCollectionResponse' default: $ref: '#/components/responses/error' @@ -5493,7 +5261,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5567,7 +5335,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5622,8 +5390,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.extension' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.extension' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -5767,7 +5539,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.linkedResourceCollectionResponse' default: $ref: '#/components/responses/error' @@ -5817,7 +5589,7 @@ paths: $ref: '#/components/schemas/microsoft.graph.linkedResource' required: true responses: - '201': + 2XX: description: Created navigation property. content: application/json: @@ -5895,7 +5667,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: @@ -5950,8 +5722,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.linkedResource' required: true responses: - '204': - description: Success + 2XX: + description: '' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.linkedResource' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6080,7 +5856,7 @@ paths: - '*' type: string responses: - '200': + 2XX: $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' default: $ref: '#/components/responses/error' @@ -6148,7 +5924,7 @@ paths: - '*' type: string responses: - '200': + 2XX: description: Retrieved navigation property content: application/json: