add required field to google id registration

This commit is contained in:
2025-03-27 20:18:46 +01:00
parent 97737375be
commit db93735058
2 changed files with 57 additions and 6 deletions

View File

@@ -504,6 +504,10 @@
"application/json": {
"schema": {
"type": "object",
"required": [
"invite_code",
"person"
],
"properties": {
"invite_code": {
"type": "string"