diff options
Diffstat (limited to 'templates/swagger/v1_json.tmpl')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index a24bf3838c..b825c20db7 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -6924,6 +6924,10 @@ "type": "string", "x-go-name": "LoginName" }, + "must_change_password": { + "type": "boolean", + "x-go-name": "MustChangePassword" + }, "password": { "type": "string", "x-go-name": "Password" @@ -7342,6 +7346,10 @@ "format": "int64", "x-go-name": "MaxRepoCreation" }, + "must_change_password": { + "type": "boolean", + "x-go-name": "MustChangePassword" + }, "password": { "type": "string", "x-go-name": "Password" |