This commit is contained in:
Luna 2020-01-27 17:25:25 -03:00
commit cc45500637
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ GET_MENTIONS = {
VANITY_URL_PATCH = {
# TODO: put proper values in maybe an invite data type
"code": {"type": "string", "minlength": 5, "maxlength": 30}
"code": {"type": "string", "minlength": 2, "maxlength": 32}
}
WEBHOOK_CREATE = {