Skip to content

Commit 67403ea

Browse files
authored
Update description for requests_per_second (#20628)
Remove the mention of using 0 to represent no throttle and specify that the float must be greater than 0.
1 parent 85ce6c0 commit 67403ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/reindex_rethrottle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"requests_per_second": {
1616
"type": "number",
1717
"required": true,
18-
"description": "The throttle to set on this request in sub-requests per second. 0 means set no throttle. As does \"unlimited\". Otherwise it must be a float."
18+
"description": "The throttle to set on this request in sub-requests per second. \"unlimited\" means set no throttle, otherwise it must be a float greater than 0."
1919
}
2020
}
2121
},

0 commit comments

Comments
 (0)