invite token generate lint (#834)

This commit is contained in:
Michael Quigley
2025-02-03 13:20:49 -05:00
parent 62d8086aed
commit 9c77fba98a
12 changed files with 226 additions and 56 deletions

View File

@ -742,7 +742,14 @@ func init() {
"name": "body",
"in": "body",
"schema": {
"$ref": "#/definitions/inviteTokenGenerateRequest"
"properties": {
"tokens": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
],
@ -1952,17 +1959,6 @@ func init() {
"$ref": "#/definitions/frontend"
}
},
"inviteTokenGenerateRequest": {
"type": "object",
"properties": {
"tokens": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"metrics": {
"type": "object",
"properties": {
@ -2978,7 +2974,14 @@ func init() {
"name": "body",
"in": "body",
"schema": {
"$ref": "#/definitions/inviteTokenGenerateRequest"
"properties": {
"tokens": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
],
@ -4213,17 +4216,6 @@ func init() {
"$ref": "#/definitions/frontend"
}
},
"inviteTokenGenerateRequest": {
"type": "object",
"properties": {
"tokens": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"metrics": {
"type": "object",
"properties": {