More iteration on generated docs
This commit is contained in:
@ -41,10 +41,12 @@ Create or update users. A password is required for adding a new user but is opti
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `SecurityPutUserRequest`
|
||||
==== SecurityPutUserRequest
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface SecurityPutUserRequest extends <<RequestBase>> {
|
||||
username: <<Username>>
|
||||
refresh?: <<Refresh>>
|
||||
@ -56,15 +58,23 @@ interface SecurityPutUserRequest extends <<RequestBase>> {
|
||||
roles?: string[]
|
||||
enabled?: boolean
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
[discrete]
|
||||
===== `SecurityPutUserResponse`
|
||||
==== SecurityPutUserResponse
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface SecurityPutUserResponse {
|
||||
created: boolean
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
|
||||
Reference in New Issue
Block a user