Support user secrets (#2126)

This commit is contained in:
qwerty287
2023-08-21 15:04:12 +02:00
committed by GitHub
parent 09624aa286
commit 81ead7cbf2
18 changed files with 251 additions and 22 deletions

View File

@@ -4197,6 +4197,10 @@ const docTemplate = `{
"login": {
"description": "Login is the username for this user.\n\nrequired: true",
"type": "string"
},
"org_id": {
"description": "OrgID is the of the user as model.Org.",
"type": "integer"
}
}
},