Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4884,6 +4884,8 @@ paths:
- displayName desc
- homePageUrl
- homePageUrl desc
- informationalUrls
- informationalUrls desc
- logoUrl
- logoUrl desc
- publisher
Expand All @@ -4908,6 +4910,7 @@ paths:
- description
- displayName
- homePageUrl
- informationalUrls
- logoUrl
- publisher
- supportedProvisioningTypes
Expand Down Expand Up @@ -4999,6 +5002,7 @@ paths:
- description
- displayName
- homePageUrl
- informationalUrls
- logoUrl
- publisher
- supportedProvisioningTypes
Expand Down Expand Up @@ -20542,6 +20546,8 @@ components:
type: string
description: The home page URL of the application.
nullable: true
informationalUrls:
$ref: '#/components/schemas/microsoft.graph.informationalUrls'
logoUrl:
type: string
description: The URL to get the logo for this application.
Expand Down Expand Up @@ -21953,6 +21959,18 @@ components:
$ref: '#/components/schemas/microsoft.graph.attributeMappingSourceType'
additionalProperties:
type: object
microsoft.graph.informationalUrls:
title: informationalUrls
type: object
properties:
appSignUpUrl:
type: string
nullable: true
singleSignOnDocumentationUrl:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.hybridAgentUpdaterConfiguration:
title: hybridAgentUpdaterConfiguration
type: object
Expand Down
Loading