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,20 +41,27 @@ The start basic API enables you to initiate an indefinite basic license, which g
----
[discrete]
===== `LicensePostStartBasicRequest`
==== LicensePostStartBasicRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface LicensePostStartBasicRequest extends <<RequestBase>> {
acknowledge?: boolean
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `LicensePostStartBasicResponse`
==== LicensePostStartBasicResponse
[source,ts]
----
[pass]
++++
<pre>
++++
interface LicensePostStartBasicResponse {
acknowledged: boolean
basic_was_started: boolean
@ -62,5 +69,8 @@ interface LicensePostStartBasicResponse {
type?: LicenseLicenseType
acknowledge?: Record<string, string | string[]>
}
----
[pass]
++++
</pre>
++++