Skip to content

Commit 4cb8d4d

Browse files
authored
[JSON spec] sync spec files (#2343)
* Sync json spec files for 8.11 * make contrib
1 parent 3893113 commit 4cb8d4d

37 files changed

+726
-65
lines changed

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5763,7 +5763,7 @@
57635763
"summary": "Returns an index template.",
57645764
"description": "Returns an index template.",
57655765
"externalDocs": {
5766-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
5766+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template.html"
57675767
},
57685768
"operationId": "indices-get-index-template-1",
57695769
"parameters": [
@@ -5796,7 +5796,7 @@
57965796
"summary": "Creates or updates an index template.",
57975797
"description": "Creates or updates an index template.",
57985798
"externalDocs": {
5799-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
5799+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-template.html"
58005800
},
58015801
"operationId": "indices-put-index-template",
58025802
"parameters": [
@@ -5823,7 +5823,7 @@
58235823
"summary": "Creates or updates an index template.",
58245824
"description": "Creates or updates an index template.",
58255825
"externalDocs": {
5826-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
5826+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-template.html"
58275827
},
58285828
"operationId": "indices-put-index-template-1",
58295829
"parameters": [
@@ -5850,7 +5850,7 @@
58505850
"summary": "Deletes an index template.",
58515851
"description": "Deletes an index template.",
58525852
"externalDocs": {
5853-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
5853+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-template.html"
58545854
},
58555855
"operationId": "indices-delete-index-template",
58565856
"parameters": [
@@ -5906,7 +5906,7 @@
59065906
"summary": "Returns information about whether a particular index template exists.",
59075907
"description": "Returns information about whether a particular index template exists.",
59085908
"externalDocs": {
5909-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
5909+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/index-templates.html"
59105910
},
59115911
"operationId": "indices-exists-index-template",
59125912
"parameters": [
@@ -6180,7 +6180,7 @@
61806180
"summary": "Returns an index template.",
61816181
"description": "Returns an index template.",
61826182
"externalDocs": {
6183-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
6183+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template.html"
61846184
},
61856185
"operationId": "indices-get-index-template",
61866186
"parameters": [
@@ -6717,7 +6717,7 @@
67176717
"summary": "Creates or updates an index template.",
67186718
"description": "Creates or updates an index template.",
67196719
"externalDocs": {
6720-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
6720+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates-v1.html"
67216721
},
67226722
"operationId": "indices-put-template",
67236723
"parameters": [
@@ -6756,7 +6756,7 @@
67566756
"summary": "Creates or updates an index template.",
67576757
"description": "Creates or updates an index template.",
67586758
"externalDocs": {
6759-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
6759+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates-v1.html"
67606760
},
67616761
"operationId": "indices-put-template-1",
67626762
"parameters": [
@@ -7067,7 +7067,7 @@
70677067
"summary": "Simulate matching the given index name against the index templates in the system",
70687068
"description": "Simulate matching the given index name against the index templates in the system",
70697069
"externalDocs": {
7070-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
7070+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-index.html"
70717071
},
70727072
"operationId": "indices-simulate-index-template",
70737073
"parameters": [
@@ -7176,7 +7176,7 @@
71767176
"summary": "Simulate resolving the given template name or body",
71777177
"description": "Simulate resolving the given template name or body",
71787178
"externalDocs": {
7179-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
7179+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-template.html"
71807180
},
71817181
"operationId": "indices-simulate-template",
71827182
"parameters": [
@@ -7208,7 +7208,7 @@
72087208
"summary": "Simulate resolving the given template name or body",
72097209
"description": "Simulate resolving the given template name or body",
72107210
"externalDocs": {
7211-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
7211+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-template.html"
72127212
},
72137213
"operationId": "indices-simulate-template-1",
72147214
"parameters": [
@@ -11403,6 +11403,13 @@
1140311403
"items": {
1140411404
"type": "string"
1140511405
}
11406+
},
11407+
"scores": {
11408+
"description": "The optional vocabulary value scores if required by the tokenizer.",
11409+
"type": "array",
11410+
"items": {
11411+
"type": "number"
11412+
}
1140611413
}
1140711414
},
1140811415
"required": [
@@ -14808,7 +14815,7 @@
1480814815
"summary": "Deletes a search application.",
1480914816
"description": "Deletes a search application.",
1481014817
"externalDocs": {
14811-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-search-application.html"
14818+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-search-application.html"
1481214819
},
1481314820
"operationId": "search-application-delete",
1481414821
"parameters": [
@@ -17272,6 +17279,16 @@
1727217279
},
1727317280
"style": "form"
1727417281
},
17282+
{
17283+
"in": "query",
17284+
"name": "delete_dest_index",
17285+
"description": "If this value is true, the destination index is deleted together with the transform. If false, the destination\nindex will not be deleted",
17286+
"deprecated": false,
17287+
"schema": {
17288+
"type": "boolean"
17289+
},
17290+
"style": "form"
17291+
},
1727517292
{
1727617293
"in": "query",
1727717294
"name": "timeout",
@@ -44752,7 +44769,7 @@
4475244769
"type": "object",
4475344770
"properties": {
4475444771
"limit": {
44755-
"description": "[preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will\napply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.",
44772+
"description": "[preview] This functionality is in technical preview and may be changed or removed in a future release.\nElastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.",
4475644773
"type": "number"
4475744774
}
4475844775
}

0 commit comments

Comments
 (0)