From 03366ee05bc6fb24459e92bbf6a4a6cc89f5a603 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Wed, 23 Oct 2024 12:38:06 +0000 Subject: [PATCH] Update specification output --- output/schema/schema-serverless.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/output/schema/schema-serverless.json b/output/schema/schema-serverless.json index 2042295b27..205d608041 100644 --- a/output/schema/schema-serverless.json +++ b/output/schema/schema-serverless.json @@ -47237,8 +47237,8 @@ "specLocation": "_types/aggregations/Aggregation.ts#L20-L20" }, { - "docId": "query-dsl", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl.html", + "extDocId": "query-dsl", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/query-dsl.html", "kind": "interface", "name": { "name": "QueryContainer", @@ -102746,8 +102746,8 @@ "properties": [ { "description": "When you create a role, you can specify a query that defines the document level security permissions. You can optionally\nuse Mustache templates in the role query to insert the username of the current authenticated user into the role.\nLike other places in Elasticsearch that support templating or scripting, you can specify inline, stored, or file-based\ntemplates and define custom parameters. You access the details for the current authenticated user through the _user parameter.", - "docId": "templating-role-query", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/field-and-document-access-control.html#templating-role-query", + "extDocId": "templating-role-query", + "extDocUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/field-and-document-access-control.html#templating-role-query", "name": "template", "required": false, "type": {