mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-05 09:10:26 +00:00
generate docs
This commit is contained in:
parent
9a671dc483
commit
8c033b80dc
3 changed files with 8 additions and 0 deletions
|
@ -1966,6 +1966,9 @@ const docTemplate = `{
|
|||
"v1.TokenResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attachmentToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"expiresAt": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
@ -1958,6 +1958,9 @@
|
|||
"v1.TokenResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"attachmentToken": {
|
||||
"type": "string"
|
||||
},
|
||||
"expiresAt": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
@ -510,6 +510,8 @@ definitions:
|
|||
type: object
|
||||
v1.TokenResponse:
|
||||
properties:
|
||||
attachmentToken:
|
||||
type: string
|
||||
expiresAt:
|
||||
type: string
|
||||
token:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue