From 97b47a7a1b9c44deb5c39caa6407f004ce175913 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Thu, 26 Sep 2024 15:29:10 +0000 Subject: [PATCH] Update specification output --- output/schema/schema-serverless.json | 34 ++++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/output/schema/schema-serverless.json b/output/schema/schema-serverless.json index 78d6526016..03e93b61bc 100644 --- a/output/schema/schema-serverless.json +++ b/output/schema/schema-serverless.json @@ -7937,7 +7937,7 @@ "stability": "beta" } }, - "description": "Deletes a search application.", + "description": "Delete a search application.\nRemove a search application and its associated alias. Indices attached to the search application are not removed.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-search-application.html", "name": "search_application.delete", "request": { @@ -7972,7 +7972,7 @@ "stability": "experimental" } }, - "description": "Delete a behavioral analytics collection.", + "description": "Delete a behavioral analytics collection.\nThe associated data stream is also deleted.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-analytics-collection.html", "name": "search_application.delete_behavioral_analytics", "request": { @@ -8007,7 +8007,7 @@ "stability": "beta" } }, - "description": "Returns the details about a search application", + "description": "Get search application details.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/get-search-application.html", "name": "search_application.get", "request": { @@ -8042,7 +8042,7 @@ "stability": "experimental" } }, - "description": "Returns the existing behavioral analytics collections.", + "description": "Get behavioral analytics collections.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/list-analytics-collection.html", "name": "search_application.get_behavioral_analytics", "request": { @@ -8118,7 +8118,7 @@ "stability": "beta" } }, - "description": "Creates or updates a search application.", + "description": "Create or update a search application.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-search-application.html", "name": "search_application.put", "request": { @@ -8156,7 +8156,7 @@ "stability": "experimental" } }, - "description": "Creates a behavioral analytics collection.", + "description": "Create a behavioral analytics collection.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-analytics-collection.html", "name": "search_application.put_behavioral_analytics", "request": { @@ -8191,7 +8191,7 @@ "stability": "beta" } }, - "description": "Perform a search against a search application.", + "description": "Run a search application search.\nGenerate and run an Elasticsearch query that uses the specified query parameteter and the search template associated with the search application or default template.\nUnspecified template parameters are assigned their default values if applicable.", "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/search-application-search.html", "name": "search_application.search", "request": { @@ -37156,7 +37156,7 @@ "body": { "kind": "no_body" }, - "description": "Deletes a search application.", + "description": "Delete a search application.\nRemove a search application and its associated alias. Indices attached to the search application are not removed.", "inherits": { "type": { "name": "RequestBase", @@ -37183,7 +37183,7 @@ } ], "query": [], - "specLocation": "search_application/delete/SearchApplicationsDeleteRequest.ts#L22-L35" + "specLocation": "search_application/delete/SearchApplicationsDeleteRequest.ts#L22-L36" }, { "body": { @@ -37210,7 +37210,7 @@ "body": { "kind": "no_body" }, - "description": "Delete a behavioral analytics collection.", + "description": "Delete a behavioral analytics collection.\nThe associated data stream is also deleted.", "inherits": { "type": { "name": "RequestBase", @@ -37237,7 +37237,7 @@ } ], "query": [], - "specLocation": "search_application/delete_behavioral_analytics/BehavioralAnalyticsDeleteRequest.ts#L22-L35" + "specLocation": "search_application/delete_behavioral_analytics/BehavioralAnalyticsDeleteRequest.ts#L22-L36" }, { "body": { @@ -37264,7 +37264,7 @@ "body": { "kind": "no_body" }, - "description": "Returns the details about a search application", + "description": "Get search application details.", "inherits": { "type": { "name": "RequestBase", @@ -37318,7 +37318,7 @@ "body": { "kind": "no_body" }, - "description": "Returns the existing behavioral analytics collections.", + "description": "Get behavioral analytics collections.", "inherits": { "type": { "name": "RequestBase", @@ -37493,7 +37493,7 @@ } } }, - "description": "Creates or updates a search application.", + "description": "Create or update a search application.", "inherits": { "type": { "name": "RequestBase", @@ -37567,7 +37567,7 @@ "body": { "kind": "no_body" }, - "description": "Creates a behavioral analytics collection.", + "description": "Create a behavioral analytics collection.", "inherits": { "type": { "name": "RequestBase", @@ -37642,7 +37642,7 @@ } ] }, - "description": "Perform a search against a search application.", + "description": "Run a search application search.\nGenerate and run an Elasticsearch query that uses the specified query parameteter and the search template associated with the search application or default template.\nUnspecified template parameters are assigned their default values if applicable.", "inherits": { "type": { "name": "RequestBase", @@ -37689,7 +37689,7 @@ } } ], - "specLocation": "search_application/search/SearchApplicationsSearchRequest.ts#L24-L52" + "specLocation": "search_application/search/SearchApplicationsSearchRequest.ts#L24-L54" }, { "body": {