diff options
author | Richard Mahn <richmahn@users.noreply.github.com> | 2019-03-22 09:38:49 -0600 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-03-22 11:38:49 -0400 |
commit | ecce28f9dfaaa78a8471053ca40716a1e426aa6f (patch) | |
tree | 0fa497785e4116bd4086d63c666f223883a49253 /templates/swagger | |
parent | 03e4db40cc09d6c211b3026f743c38c227e4fc8e (diff) | |
download | gitea-ecce28f9dfaaa78a8471053ca40716a1e426aa6f.tar.gz gitea-ecce28f9dfaaa78a8471053ca40716a1e426aa6f.zip |
Updates SDK dep (#6406)
Diffstat (limited to 'templates/swagger')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 4a4b408bb9..c9ea1d56eb 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -6447,6 +6447,7 @@ }, "email": { "type": "string", + "format": "email", "x-go-name": "Email" }, "name": { |