Skip to content

Commit 15d5526

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent 7dec8b0 commit 15d5526

File tree

210 files changed

+183
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+183
-127
lines changed

output/schema/validation-errors.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"endpointErrors": {
3+
"async_search.submit": {
4+
"request": [
5+
"Request: query parameter 'project_routing' does not exist in the json spec"
6+
],
7+
"response": []
8+
},
39
"cat.aliases": {
410
"request": [
511
"Request: query parameter 'bytes' does not exist in the json spec",
@@ -116,6 +122,12 @@
116122
],
117123
"response": []
118124
},
125+
"search": {
126+
"request": [
127+
"Request: query parameter 'project_routing' does not exist in the json spec"
128+
],
129+
"response": []
130+
},
119131
"streams.status": {
120132
"request": [
121133
"Request: query parameter 'master_timeout' does not exist in the json spec",

specification/_json_spec/_internal.delete_desired_balance.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"params": {
2121
"master_timeout": {
2222
"type": "time",
23+
"default": "30s",
2324
"description": "Timeout for connection to master node"
2425
}
2526
}

specification/_json_spec/_internal.delete_desired_nodes.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"params": {
2121
"master_timeout": {
2222
"type": "time",
23+
"default": "30s",
2324
"description": "Timeout for connection to master node"
2425
},
2526
"timeout": {

specification/_json_spec/_internal.get_desired_balance.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"params": {
2121
"master_timeout": {
2222
"type": "time",
23+
"default": "30s",
2324
"description": "Timeout for connection to master node"
2425
}
2526
}

specification/_json_spec/_internal.prevalidate_node_removal.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"master_timeout": {
3434
"type": "time",
35+
"default": "30s",
3536
"description": "Explicit operation timeout for connection to master node"
3637
},
3738
"timeout": {

specification/_json_spec/async_search.submit.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@
118118
"type": "string",
119119
"description": "Specify the node or shard the operation should be performed on (default: random)"
120120
},
121-
"project_routing": {
122-
"type": "string",
123-
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
124-
},
125121
"rest_total_hits_as_int": {
126122
"type": "boolean",
127123
"description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response",

specification/_json_spec/autoscaling.delete_autoscaling_policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"params": {
2727
"master_timeout": {
2828
"type": "time",
29+
"default": "30s",
2930
"description": "Timeout for processing on master node"
3031
},
3132
"timeout": {

specification/_json_spec/autoscaling.get_autoscaling_capacity.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"params": {
2121
"master_timeout": {
2222
"type": "time",
23+
"default": "30s",
2324
"description": "Timeout for processing on master node"
2425
}
2526
}

specification/_json_spec/autoscaling.get_autoscaling_policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"params": {
2727
"master_timeout": {
2828
"type": "time",
29+
"default": "30s",
2930
"description": "Timeout for processing on master node"
3031
}
3132
}

specification/_json_spec/autoscaling.put_autoscaling_policy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"params": {
2828
"master_timeout": {
2929
"type": "time",
30+
"default": "30s",
3031
"description": "Timeout for processing on master node"
3132
},
3233
"timeout": {

0 commit comments

Comments
 (0)