Skip to content

Commit e519e8d

Browse files
committed
fix(contact.verify-email): update username using metadata param
1 parent ae115fd commit e519e8d

36 files changed

+13
-5
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,22 @@
1212
},
1313
"contact": {
1414
"$ref": "common.json#/definitions/contact",
15-
"required": ["value"]
15+
"required": [
16+
"value"
17+
]
1618
},
1719
"i18nLocale": {
1820
"type": "string",
1921
"minLength": 1,
2022
"maxLength": 10
2123
},
2224
"metadata": {
23-
"type": "object"
25+
"type": "object",
26+
"properties": {
27+
"updateUsername": {
28+
"type": "boolean"
29+
}
30+
}
2431
}
2532
}
2633
}

0 commit comments

Comments
 (0)