generate docs

This commit is contained in:
Hayden 2022-12-03 10:37:28 -09:00
parent 9a671dc483
commit 8c033b80dc
No known key found for this signature in database
GPG key ID: 17CF79474E257545
3 changed files with 8 additions and 0 deletions

View file

@ -1966,6 +1966,9 @@ const docTemplate = `{
"v1.TokenResponse": {
"type": "object",
"properties": {
"attachmentToken": {
"type": "string"
},
"expiresAt": {
"type": "string"
},

View file

@ -1958,6 +1958,9 @@
"v1.TokenResponse": {
"type": "object",
"properties": {
"attachmentToken": {
"type": "string"
},
"expiresAt": {
"type": "string"
},

View file

@ -510,6 +510,8 @@ definitions:
type: object
v1.TokenResponse:
properties:
attachmentToken:
type: string
expiresAt:
type: string
token: