Skip to content

Commit

Permalink
[JSON spec] sync spec files (#2343)
Browse files Browse the repository at this point in the history
* Sync json spec files for 8.11

* make contrib
  • Loading branch information
Anaethelion authored Nov 9, 2023
1 parent 3893113 commit 4cb8d4d
Show file tree
Hide file tree
Showing 37 changed files with 726 additions and 65 deletions.
43 changes: 30 additions & 13 deletions output/openapi/elasticsearch-serverless-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5763,7 +5763,7 @@
"summary": "Returns an index template.",
"description": "Returns an index template.",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template.html"
},
"operationId": "indices-get-index-template-1",
"parameters": [
Expand Down Expand Up @@ -5796,7 +5796,7 @@
"summary": "Creates or updates an index template.",
"description": "Creates or updates an index template.",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-template.html"
},
"operationId": "indices-put-index-template",
"parameters": [
Expand All @@ -5823,7 +5823,7 @@
"summary": "Creates or updates an index template.",
"description": "Creates or updates an index template.",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-put-template.html"
},
"operationId": "indices-put-index-template-1",
"parameters": [
Expand All @@ -5850,7 +5850,7 @@
"summary": "Deletes an index template.",
"description": "Deletes an index template.",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-template.html"
},
"operationId": "indices-delete-index-template",
"parameters": [
Expand Down Expand Up @@ -5906,7 +5906,7 @@
"summary": "Returns information about whether a particular index template exists.",
"description": "Returns information about whether a particular index template exists.",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/index-templates.html"
},
"operationId": "indices-exists-index-template",
"parameters": [
Expand Down Expand Up @@ -6180,7 +6180,7 @@
"summary": "Returns an index template.",
"description": "Returns an index template.",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template.html"
},
"operationId": "indices-get-index-template",
"parameters": [
Expand Down Expand Up @@ -6717,7 +6717,7 @@
"summary": "Creates or updates an index template.",
"description": "Creates or updates an index template.",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates-v1.html"
},
"operationId": "indices-put-template",
"parameters": [
Expand Down Expand Up @@ -6756,7 +6756,7 @@
"summary": "Creates or updates an index template.",
"description": "Creates or updates an index template.",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates-v1.html"
},
"operationId": "indices-put-template-1",
"parameters": [
Expand Down Expand Up @@ -7067,7 +7067,7 @@
"summary": "Simulate matching the given index name against the index templates in the system",
"description": "Simulate matching the given index name against the index templates in the system",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-index.html"
},
"operationId": "indices-simulate-index-template",
"parameters": [
Expand Down Expand Up @@ -7176,7 +7176,7 @@
"summary": "Simulate resolving the given template name or body",
"description": "Simulate resolving the given template name or body",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-template.html"
},
"operationId": "indices-simulate-template",
"parameters": [
Expand Down Expand Up @@ -7208,7 +7208,7 @@
"summary": "Simulate resolving the given template name or body",
"description": "Simulate resolving the given template name or body",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-simulate-template.html"
},
"operationId": "indices-simulate-template-1",
"parameters": [
Expand Down Expand Up @@ -11403,6 +11403,13 @@
"items": {
"type": "string"
}
},
"scores": {
"description": "The optional vocabulary value scores if required by the tokenizer.",
"type": "array",
"items": {
"type": "number"
}
}
},
"required": [
Expand Down Expand Up @@ -14808,7 +14815,7 @@
"summary": "Deletes a search application.",
"description": "Deletes a search application.",
"externalDocs": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-search-application.html"
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/delete-search-application.html"
},
"operationId": "search-application-delete",
"parameters": [
Expand Down Expand Up @@ -17272,6 +17279,16 @@
},
"style": "form"
},
{
"in": "query",
"name": "delete_dest_index",
"description": "If this value is true, the destination index is deleted together with the transform. If false, the destination\nindex will not be deleted",
"deprecated": false,
"schema": {
"type": "boolean"
},
"style": "form"
},
{
"in": "query",
"name": "timeout",
Expand Down Expand Up @@ -44752,7 +44769,7 @@
"type": "object",
"properties": {
"limit": {
"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.",
"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.",
"type": "number"
}
}
Expand Down
Loading

0 comments on commit 4cb8d4d

Please sign in to comment.