Skip to content

Commit 1056b45

Browse files
Update rest-api-spec (#4934)
Co-authored-by: pquentin <42327+pquentin@users.noreply.github.com>
1 parent bda176c commit 1056b45

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

output/schema/validation-errors.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,6 @@
267267
],
268268
"response": []
269269
},
270-
"snapshot.repository_analyze": {
271-
"request": [
272-
"Request: query parameter 'register_operation_count' does not exist in the json spec"
273-
],
274-
"response": []
275-
},
276270
"xpack.info": {
277271
"request": [
278272
"request definition xpack.info:Request / query - Property 'human' is already defined in an ancestor class"

specification/_json_spec/snapshot.repository_analyze.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
"type": "number",
3333
"description": "Number of operations to run concurrently during the test. Defaults to 10."
3434
},
35+
"register_operation_count": {
36+
"type": "number",
37+
"description": "The minimum number of linearizable register operations to perform in total. Defaults to 10."
38+
},
3539
"read_node_count": {
3640
"type": "number",
3741
"description": "Number of nodes on which to read a blob after writing. Defaults to 10."

0 commit comments

Comments
 (0)