Skip to content

Commit 6d6d2a1

Browse files
Update rest-api-spec (#4238)
Co-authored-by: pquentin <[email protected]>
1 parent c6ef5fb commit 6d6d2a1

File tree

5 files changed

+102
-70
lines changed

5 files changed

+102
-70
lines changed

output/schema/schema.json

+52
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

-35
This file was deleted.

0 commit comments

Comments
 (0)