Skip to content

Commit fda869f

Browse files
committed
docs: remove description for suspended_until field
1 parent 1871e2e commit fda869f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

docs/docs.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11701,7 +11701,6 @@ const docTemplate = `{
1170111701
"type": "string"
1170211702
},
1170311703
"suspended_until": {
11704-
"description": "suspended until timestamp",
1170511704
"type": "integer"
1170611705
},
1170711706
"username": {

docs/swagger.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11674,7 +11674,6 @@
1167411674
"type": "string"
1167511675
},
1167611676
"suspended_until": {
11677-
"description": "suspended until timestamp",
1167811677
"type": "integer"
1167911678
},
1168011679
"username": {

docs/swagger.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2907,7 +2907,6 @@ definitions:
29072907
status:
29082908
type: string
29092909
suspended_until:
2910-
description: suspended until timestamp
29112910
type: integer
29122911
username:
29132912
type: string

0 commit comments

Comments
 (0)