diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-02-18 10:47:53 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-02-18 10:47:53 +1100 |
commit | 964933411230e3655b2531624b78ac6c033868af (patch) | |
tree | f4da6bf5f1dbd54a2bb22efe662029aa7cd3b721 /api/assets | |
parent | Merge branch 'master' into slowcord (diff) | |
parent | Added email sanitisation to /users/@me PATCH. Could previously have email as ... (diff) | |
download | server-964933411230e3655b2531624b78ac6c033868af.tar.xz |
Merge branch 'fix/claim_accounts' into slowcord
Diffstat (limited to 'api/assets')
-rw-r--r-- | api/assets/schemas.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json index 4ffa44b8..818c8a61 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json @@ -7039,6 +7039,9 @@ }, "code": { "type": "string" + }, + "email": { + "type": "string" } }, "definitions": { |