mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-06 09:30:29 +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": {
|
"v1.TokenResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"attachmentToken": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"expiresAt": {
|
"expiresAt": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1958,6 +1958,9 @@
|
||||||
"v1.TokenResponse": {
|
"v1.TokenResponse": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"attachmentToken": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"expiresAt": {
|
"expiresAt": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
|
@ -510,6 +510,8 @@ definitions:
|
||||||
type: object
|
type: object
|
||||||
v1.TokenResponse:
|
v1.TokenResponse:
|
||||||
properties:
|
properties:
|
||||||
|
attachmentToken:
|
||||||
|
type: string
|
||||||
expiresAt:
|
expiresAt:
|
||||||
type: string
|
type: string
|
||||||
token:
|
token:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue