More iteration on generated docs
This commit is contained in:
@ -41,23 +41,33 @@ Update the connector index name. Update the `index_name` field of a connector, s
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `ConnectorUpdateIndexNameRequest`
|
||||
==== ConnectorUpdateIndexNameRequest
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface ConnectorUpdateIndexNameRequest extends <<RequestBase>> {
|
||||
connector_id: <<Id>>
|
||||
index_name: SpecUtilsWithNullValue<<<IndexName>>>
|
||||
index_name: <<SpecUtilsWithNullValue>><<<IndexName>>>
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
[discrete]
|
||||
===== `ConnectorUpdateIndexNameResponse`
|
||||
==== ConnectorUpdateIndexNameResponse
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface ConnectorUpdateIndexNameResponse {
|
||||
result: <<Result>>
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
|
||||
Reference in New Issue
Block a user