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,28 +41,38 @@ Retrieves a watch by its ID.
----
[discrete]
===== `WatcherGetWatchRequest`
==== WatcherGetWatchRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface WatcherGetWatchRequest extends <<RequestBase>> {
id: <<Name>>
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `WatcherGetWatchResponse`
==== WatcherGetWatchResponse
[source,ts]
----
[pass]
++++
<pre>
++++
interface WatcherGetWatchResponse {
found: boolean
_id: <<Id>>
status?: WatcherWatchStatus
watch?: WatcherWatch
_primary_term?: <<integer>>
_primary_term?: number
_seq_no?: <<SequenceNumber>>
_version?: <<VersionNumber>>
}
----
[pass]
++++
</pre>
++++