diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/snapshot.repository_analyze.json b/rest-api-spec/src/main/resources/rest-api-spec/api/snapshot.repository_analyze.json index 2578cd5684d6d..0b2bb66c709d7 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/snapshot.repository_analyze.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/snapshot.repository_analyze.json @@ -36,6 +36,10 @@ "type":"number", "description":"Number of operations to run concurrently during the test. Defaults to 10." }, + "register_operation_count":{ + "type":"number", + "description":"The minimum number of linearizable register operations to perform in total. Defaults to 10." + }, "read_node_count":{ "type":"number", "description":"Number of nodes on which to read a blob after writing. Defaults to 10."