More iteration on generated docs
This commit is contained in:
@ -41,24 +41,34 @@ Triggers the review of a snapshot repository’s contents and deletes any stale
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `SnapshotCleanupRepositoryRequest`
|
||||
==== SnapshotCleanupRepositoryRequest
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface SnapshotCleanupRepositoryRequest extends <<RequestBase>> {
|
||||
name: <<Name>>
|
||||
master_timeout?: <<Duration>>
|
||||
timeout?: <<Duration>>
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
[discrete]
|
||||
===== `SnapshotCleanupRepositoryResponse`
|
||||
==== SnapshotCleanupRepositoryResponse
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface SnapshotCleanupRepositoryResponse {
|
||||
results: SnapshotCleanupRepositoryCleanupRepositoryResults
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
|
||||
Reference in New Issue
Block a user