More iteration on generated docs

This commit is contained in:
Josh Mock
2024-11-19 17:04:50 -06:00
parent 4afd72b173
commit e0372eea89
503 changed files with 11653 additions and 6026 deletions

View File

@ -41,23 +41,33 @@ Throttle an update by query operation. Change the number of requests per second
----
[discrete]
===== `UpdateByQueryRethrottleRequest`
==== UpdateByQueryRethrottleRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface UpdateByQueryRethrottleRequest extends <<RequestBase>> {
task_id: <<Id>>
requests_per_second?: <<float>>
requests_per_second?: number
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `UpdateByQueryRethrottleResponse`
==== UpdateByQueryRethrottleResponse
[source,ts]
----
[pass]
++++
<pre>
++++
interface UpdateByQueryRethrottleResponse {
nodes: Record<string, UpdateByQueryRethrottleUpdateByQueryRethrottleNode>
}
----
[pass]
++++
</pre>
++++