Skip to content

Commit

Permalink
docs: update swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
neelvirdy committed Jan 18, 2023
1 parent f56257f commit ab4c5a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -3403,6 +3403,9 @@ const docTemplate = `{
"expiry": {
"type": "string"
},
"isSession": {
"type": "boolean"
},
"label": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3396,6 +3396,9 @@
"expiry": {
"type": "string"
},
"isSession": {
"type": "boolean"
},
"label": {
"type": "string"
},
Expand Down
2 changes: 2 additions & 0 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ definitions:
properties:
expiry:
type: string
isSession:
type: boolean
label:
type: string
token:
Expand Down

0 comments on commit ab4c5a0

Please sign in to comment.