Skip to content

Commit 541d49b

Browse files
Update rest-api-spec
1 parent 94dced0 commit 541d49b

File tree

4 files changed

+66
-68
lines changed

4 files changed

+66
-68
lines changed

output/schema/schema.json

Lines changed: 24 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/semantic_search.json

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"transform.schedule_now_transform": {
3+
"documentation": {
4+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/schedule-now-transform.html",
5+
"description": "Schedules now a transform."
6+
},
7+
"stability": "stable",
8+
"visibility": "public",
9+
"headers": {
10+
"accept": ["application/json"],
11+
"content_type": ["application/json"]
12+
},
13+
"url": {
14+
"paths": [
15+
{
16+
"path": "/_transform/{transform_id}/_schedule_now",
17+
"methods": ["POST"],
18+
"parts": {
19+
"transform_id": {
20+
"type": "string",
21+
"required": true,
22+
"description": "The id of the transform."
23+
}
24+
}
25+
}
26+
]
27+
},
28+
"params": {
29+
"timeout": {
30+
"type": "time",
31+
"required": false,
32+
"description": "Controls the time to wait for the scheduling to take place"
33+
}
34+
}
35+
}
36+
}

0 commit comments

Comments
 (0)