Skip to content

Commit 5245807

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent f22adb6 commit 5245807

File tree

5 files changed

+135
-40
lines changed

5 files changed

+135
-40
lines changed

output/schema/schema.json

+80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"esql.get_query": {
3+
"documentation": {
4+
"url": null,
5+
"description": "Executes a get ESQL query request"
6+
},
7+
"stability": "experimental",
8+
"visibility": "public",
9+
"headers": {
10+
"accept": [],
11+
"content_type": ["application/json"]
12+
},
13+
"url": {
14+
"paths": [
15+
{
16+
"path": "/_query/queries/{id}",
17+
"methods": ["GET"],
18+
"parts": {
19+
"id": {
20+
"type": "string",
21+
"description": "The query ID"
22+
}
23+
}
24+
}
25+
]
26+
}
27+
}
28+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"esql.list_queries": {
3+
"documentation": {
4+
"url": null,
5+
"description": "Executes a list ESQL queries request"
6+
},
7+
"stability": "experimental",
8+
"visibility": "public",
9+
"headers": {
10+
"accept": [],
11+
"content_type": ["application/json"]
12+
},
13+
"url": {
14+
"paths": [
15+
{
16+
"path": "/_query/queries",
17+
"methods": ["GET"]
18+
}
19+
]
20+
}
21+
}
22+
}

specification/_json_spec/inference.put.mistral.json

-35
This file was deleted.

specification/_json_spec/inference.put.voyageai.json renamed to specification/_json_spec/inference.put_eis.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"inference.put_voyageai": {
2+
"inference.put_eis": {
33
"documentation": {
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-apis.html",
5-
"description": "Configure an VoyageAI inference endpoint"
4+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/infer-service-elastic.html",
5+
"description": "Configure an inference endpoint that uses the Elastic Inference Service (EIS)"
66
},
77
"stability": "stable",
88
"visibility": "public",
@@ -13,14 +13,14 @@
1313
"url": {
1414
"paths": [
1515
{
16-
"path": "/_inference/{task_type}/{voyageai_inference_id}",
16+
"path": "/_inference/{task_type}/{eis_inference_id}",
1717
"methods": ["PUT"],
1818
"parts": {
1919
"task_type": {
2020
"type": "string",
2121
"description": "The task type"
2222
},
23-
"voyageai_inference_id": {
23+
"eis_inference_id": {
2424
"type": "string",
2525
"description": "The inference ID"
2626
}

0 commit comments

Comments
 (0)