Skip to content

Commit 7c3d4e2

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent c5a3a6e commit 7c3d4e2

File tree

75 files changed

+61
-126
lines changed

Some content is hidden

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

75 files changed

+61
-126
lines changed

specification/_json_spec/async_search.submit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
},
7070
"default_operator": {
7171
"type": "enum",
72-
"options": ["AND", "OR"],
73-
"default": "OR",
72+
"options": ["and", "or"],
73+
"default": "or",
7474
"description": "The default operator for query string query (AND or OR)"
7575
},
7676
"df": {

specification/_json_spec/clear_scroll.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
}
3434
]
3535
},
36-
"params": {},
3736
"body": {
3837
"description": "A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter",
3938
"required": false

specification/_json_spec/close_point_in_time.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
}
1919
]
2020
},
21-
"params": {},
2221
"body": {
2322
"description": "a point-in-time id to close",
2423
"required": true

specification/_json_spec/cluster.info.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
}
2424
}
2525
]
26-
},
27-
"params": {}
26+
}
2827
}
2928
}

specification/_json_spec/cluster.remote_info.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"methods": ["GET"]
1717
}
1818
]
19-
},
20-
"params": {}
19+
}
2120
}
2221
}

specification/_json_spec/connector.secret_delete.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
}
2323
}
2424
]
25-
},
26-
"params": {}
25+
}
2726
}
2827
}

specification/_json_spec/connector.secret_get.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
}
2323
}
2424
]
25-
},
26-
"params": {}
25+
}
2726
}
2827
}

specification/_json_spec/connector.secret_post.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
}
1818
]
1919
},
20-
"params": {},
2120
"body": {
2221
"description": "The secret value to store",
2322
"required": true

specification/_json_spec/connector.secret_put.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
}
2424
]
2525
},
26-
"params": {},
2726
"body": {
2827
"description": "The secret value to store",
2928
"required": true

specification/_json_spec/count.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
},
7878
"default_operator": {
7979
"type": "enum",
80-
"options": ["AND", "OR"],
81-
"default": "OR",
80+
"options": ["and", "or"],
81+
"default": "or",
8282
"description": "The default operator for query string query (AND or OR)"
8383
},
8484
"df": {

0 commit comments

Comments
 (0)