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,10 +41,12 @@ Creates a repository.
----
[discrete]
===== `SnapshotCreateRepositoryRequest`
==== SnapshotCreateRepositoryRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface SnapshotCreateRepositoryRequest extends <<RequestBase>> {
name: <<Name>>
master_timeout?: <<Duration>>
@ -52,13 +54,21 @@ interface SnapshotCreateRepositoryRequest extends <<RequestBase>> {
verify?: boolean
repository?: SnapshotRepository
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `SnapshotCreateRepositoryResponse`
==== SnapshotCreateRepositoryResponse
[source,ts]
----
[pass]
++++
<pre>
++++
type SnapshotCreateRepositoryResponse = <<AcknowledgedResponseBase>>
----
[pass]
++++
</pre>
++++