diff options
Diffstat (limited to 'templates/swagger')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index e759a1558c..9d775da7d6 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -13097,7 +13097,8 @@ "description": "EditUserOption edit user options", "type": "object", "required": [ - "email" + "source_id", + "login_name" ], "properties": { "active": { |