From 98de245e77352f7f196e70a0202d96c98f5a51ff Mon Sep 17 00:00:00 2001 From: Lin-Qi-MS Date: Mon, 23 Dec 2024 18:01:51 +0800 Subject: [PATCH 1/2] Update search-searchentity-post-bookmarks.md --- api-reference/beta/api/search-searchentity-post-bookmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/search-searchentity-post-bookmarks.md b/api-reference/beta/api/search-searchentity-post-bookmarks.md index bcff65d12e1..e3ed3c4143a 100644 --- a/api-reference/beta/api/search-searchentity-post-bookmarks.md +++ b/api-reference/beta/api/search-searchentity-post-bookmarks.md @@ -57,7 +57,7 @@ The following table shows the properties that are available when you create a [b |groupIds|String collection|The list of security groups that are able to view this bookmark.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| |languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags).| -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `windows`, `ios`, `macOs`, `unknown`.| |powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.| |state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| |targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.| From 8c29923238165b94c641cda876d17e0c942ed3f1 Mon Sep 17 00:00:00 2001 From: Lin-Qi-MS Date: Mon, 23 Dec 2024 18:04:49 +0800 Subject: [PATCH 2/2] Update search-searchentity-post-bookmarks.md --- api-reference/v1.0/api/search-searchentity-post-bookmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/search-searchentity-post-bookmarks.md b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md index 37fdf95baaa..3218fad0fbd 100644 --- a/api-reference/v1.0/api/search-searchentity-post-bookmarks.md +++ b/api-reference/v1.0/api/search-searchentity-post-bookmarks.md @@ -55,7 +55,7 @@ The following table shows the properties that are available when you create a [b |groupIds|String collection|The list of security groups that are able to view this bookmark.| |keywords|[microsoft.graph.search.answerKeyword](../resources/search-answerKeyword.md)|Keywords that trigger this bookmark to appear in search results.| |languageTags|String collection|A list of geographically specific language names in which this bookmark can be viewed. Each language tag value follows the pattern {language}-{region}. For example, `en-us` is English as used in the United States. For the list of possible values, see [Supported language tags](../resources/search-api-answers-overview.md#supported-language-tags).| -|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `androidForWork`, `ios`, `macOS`, `windowsPhone81`, `windowsPhone81AndLater`, `windows10AndLater`, `androidWorkProfile`, `unknown`, `androidASOP`, `androidMobileApplicationManagement`, `iOSMobileApplicationManagement`, `unknownFutureValue`.| +|platforms|microsoft.graph.devicePlatformType collection|List of devices and operating systems that are able to view this bookmark. Possible values are: `android`, `windows`, `ios`, `unknown`, `macOs`.| |powerAppIds|String collection|List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks directly on the search results page, such as entering vacation time or reporting expenses.| |state|microsoft.graph.search.answerState|State of the bookmark. Possible values are: `published`, `draft`, `excluded`, `unknownFutureValue`.| |targetedVariations|[microsoft.graph.search.answerVariant](../resources/search-answervariant.md) collection|Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings apply to all variations.|