More iteration on generated docs
This commit is contained in:
@ -41,22 +41,32 @@ Aggregates a time series (TSDS) index and stores pre-computed statistical summar
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `IndicesDownsampleRequest`
|
||||
==== IndicesDownsampleRequest
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface IndicesDownsampleRequest extends <<RequestBase>> {
|
||||
index: <<IndexName>>
|
||||
target_index: <<IndexName>>
|
||||
config?: IndicesDownsampleConfig
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
[discrete]
|
||||
===== `IndicesDownsampleResponse`
|
||||
==== IndicesDownsampleResponse
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
type IndicesDownsampleResponse = any
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
|
||||
Reference in New Issue
Block a user