Skip to content

Commit 19c960b

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent f5e72ea commit 19c960b

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

output/schema/validation-errors.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
2-
"endpointErrors": {},
2+
"endpointErrors": {
3+
"async_search.submit": {
4+
"request": [
5+
"Request: query parameter 'project_routing' does not exist in the json spec"
6+
],
7+
"response": []
8+
},
9+
"search": {
10+
"request": [
11+
"Request: query parameter 'project_routing' does not exist in the json spec"
12+
],
13+
"response": []
14+
}
15+
},
316
"generalErrors": [
417
"Dangling type '_global.scripts_painless_execute:PainlessExecutionPosition'",
518
"Dangling type '_global.scripts_painless_execute:PainlessScript'",

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/search.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@
100100
"type": "string",
101101
"description": "Specify the node or shard the operation should be performed on (default: random)"
102102
},
103-
"project_routing": {
104-
"type": "string",
105-
"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."
106-
},
107103
"q": {
108104
"type": "string",
109105
"description": "Query in the Lucene query string syntax"

0 commit comments

Comments
 (0)