Skip to content

Commit 8fe9e64

Browse files
Update rest-api-spec
1 parent 8fa914a commit 8fe9e64

File tree

3 files changed

+9
-23
lines changed

3 files changed

+9
-23
lines changed

output/schema/schema.json

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

specification/_json_spec/_internal.health.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,12 @@
1616
"methods": ["GET"]
1717
},
1818
{
19-
"path": "/_internal/_health/{component}",
19+
"path": "/_internal/_health/{feature}",
2020
"methods": ["GET"],
2121
"parts": {
22-
"component": {
23-
"type": "string",
24-
"description": "A component of the cluster, as returned by the top-level health API"
25-
}
26-
}
27-
},
28-
{
29-
"path": "/_internal/_health/{component}/{feature}",
30-
"methods": ["GET"],
31-
"parts": {
32-
"component": {
33-
"type": "string",
34-
"description": "A component of the cluster, as returned by the top-level health API"
35-
},
3622
"feature": {
3723
"type": "string",
38-
"description": "A feature of a component of the cluster, as returned by the top-level health API"
24+
"description": "A feature of the cluster, as returned by the top-level health API"
3925
}
4026
}
4127
}

specification/_json_spec/_internal.update_desired_nodes.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
}
2929
]
3030
},
31+
"params": {
32+
"dry_run": {
33+
"type": "boolean",
34+
"description": "Simulate the update"
35+
}
36+
},
3137
"body": {
3238
"description": "the specification of the desired nodes",
3339
"required": true

0 commit comments

Comments
 (0)