diff --git a/messages/GE_ja-JP.json b/messages/GE_ja-JP.json index e9e220cb..863edd23 100644 --- a/messages/GE_ja-JP.json +++ b/messages/GE_ja-JP.json @@ -429,5 +429,6 @@ "Copied": "コピー済み", "Invalid whitespace in URL": "URL 内の空白文字は無効です", "Response content not available due to CORS policy": "CORS ポリシーにより、Graph エクスプローラーでは応答コンテンツを使用できません。この要求は、Postman などの API クライアントで実行できます。CORS の詳細を読み、そのしくみを理解してください", - "here": "こちら" + "here": "こちら", + "Invalid version in URL": "URL 内のバージョンが無効です。" } diff --git a/sample-queries/sample-queries_ja-JP.json b/sample-queries/sample-queries_ja-JP.json index 447a9ebe..80ab401e 100644 --- a/sample-queries/sample-queries_ja-JP.json +++ b/sample-queries/sample-queries_ja-JP.json @@ -2259,10 +2259,44 @@ "value": "application/json" } ], - "postBody": "{\r\n \"requests\": [\r\n {\r\n \"entityTypes\": [\r\n \"message\"\r\n ],\r\n \"query\": {\r\n \"queryString\": \"informatino\"\r\n },\r\n \"from\": 0,\r\n \"size\": 5\r\n }\r\n ],\r\n \"queryAlterationOptions\": {\r\n \"enableSuggestion\": true,\r\n \"enableModification\": true\r\n }\r\n}", + "postBody": "{\r\n \"requests\": [\r\n {\r\n \"entityTypes\": [\r\n \"message\"\r\n ],\r\n \"query\": {\r\n \"queryString\": \"informatino\"\r\n },\r\n \"from\": 0,\r\n \"size\": 5,\r\n \"queryAlterationOptions\": {\r\n \"enableSuggestion\": true,\r\n \"enableModification\": true\r\n }\r\n }\r\n ] \r\n}", "tip": "enable Calendars.Read、Mail.Read、Files.Read.All、Sites.Read.All、Files.ReadWrite.All、Sites.ReadWrite.All、ExternalItem.Read.All", "skipTest": false }, + { + "id": "781a102a-310a-1fa9-1433-c05ec792e194", + "category": "検索", + "method": "POST", + "humanName": "(ベータ版) 重複した SharePoint 検索結果をトリミングする", + "requestUrl": "/beta/search/query", + "docLink": "https://docs.microsoft.com/ja-jp/graph/api/resources/search-api-overview?view=graph-rest-beta", + "headers": [ + { + "name": "Content-Type", + "value": "application/json" + } + ], + "postBody": "{\n \"requests\": [\n {\n \"entityTypes\": [\n \"driveItem\"\n ],\n \"query\": {\n \"queryString\": \"contoso\"\n },\n \"trimDuplicates\": true,\n \"from\": 0,\n \"size\": 15\n }\n ]\n}", + "tip": "Files.Read.All、Sites.Read.All、Files.ReadWrite.All、Sites.ReadWrite.All を有効にする", + "skipTest": false + }, + { + "id": "bb61ec27-b5db-db71-a12c-305c7665e6e2", + "category": "検索", + "method": "POST", + "humanName": "(ベータ版) queryTemplate を使用した検索", + "requestUrl": "/beta/search/query", + "docLink": "https://docs.microsoft.com/ja-jp/graph/api/resources/search-api-overview?view=graph-rest-beta", + "headers": [ + { + "name": "Content-Type", + "value": "application/json" + } + ], + "postBody": "{\n \"requests\": [\n {\n \"entityTypes\": [\n \"driveItem\"\n ],\n \"query\": {\n \"queryString\": \"contoso\",\n \"queryTemplate\": \"({searchTerms})\"\n },\n \"from\": 0,\n \"size\": 15\n }\n ]\n}", + "tip": "Files.Read.All、Sites.Read.All、Files.ReadWrite.All、Sites.ReadWrite.All を有効にする", + "skipTest": false + }, { "id": "bcfa3d7a-e833-4bac-a2a8-4113d0f8337f", "category": "検索",