Still testing

This commit is contained in:
Josh Mock
2024-11-20 11:39:21 -06:00
parent be8fc5ae83
commit 15a43f3747
115 changed files with 609 additions and 818 deletions

View File

@ -49,7 +49,7 @@ Throttle an update by query operation. Change the number of requests per second
++++
interface UpdateByQueryRethrottleRequest extends <<RequestBase>> {
task_id: <<Id>>
requests_per_second?: number
requests_per_second?: <<_float, float>>
}
[pass]