summary refs log tree commit diff
path: root/api/assets
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-02-18 10:47:53 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-02-18 10:47:53 +1100
commit964933411230e3655b2531624b78ac6c033868af (patch)
treef4da6bf5f1dbd54a2bb22efe662029aa7cd3b721 /api/assets
parentMerge branch 'master' into slowcord (diff)
parentAdded email sanitisation to /users/@me PATCH. Could previously have email as ... (diff)
downloadserver-964933411230e3655b2531624b78ac6c033868af.tar.xz
Merge branch 'fix/claim_accounts' into slowcord
Diffstat (limited to 'api/assets')
-rw-r--r--api/assets/schemas.json3
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": {