Skip to content

Commit 3ae4062

Browse files
Update rest-api-spec (#5411)
Co-authored-by: pquentin <[email protected]> Co-authored-by: Quentin Pradet <[email protected]>
1 parent 37e0e6a commit 3ae4062

File tree

3 files changed

+53
-1
lines changed

3 files changed

+53
-1
lines changed

output/schema/schema.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"indices.get_sample": {
3+
"documentation": {
4+
"url": "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-get-sample",
5+
"description": "Get random sample of ingested data"
6+
},
7+
"stability": "experimental",
8+
"visibility": "public",
9+
"headers": {
10+
"accept": ["application/json"]
11+
},
12+
"url": {
13+
"paths": [
14+
{
15+
"path": "/{index}/_sample",
16+
"methods": ["GET"],
17+
"parts": {
18+
"index": {
19+
"type": "string",
20+
"description": "The name of a data stream or index"
21+
}
22+
}
23+
}
24+
]
25+
}
26+
}
27+
}

specification/_json_spec/project.tags.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"project.tags": {
33
"documentation": {
4-
"url": "",
4+
"url": null,
55
"description": "Return tags defined for the project"
66
},
77
"stability": "experimental",

0 commit comments

Comments
 (0)