refactor: v2 return booking host email (#18864)

This commit is contained in:
Lauris Skraucis
2025-01-24 19:00:15 +00:00
committed by GitHub
parent b234b16ad0
commit 4235a36887
4 changed files with 29 additions and 1 deletions
+5 -1
View File
@@ -13584,6 +13584,10 @@
"type": "string",
"example": "Jane Doe"
},
"email": {
"type": "string",
"example": "jane100@example.com"
},
"username": {
"type": "string",
"example": "jane100"
@@ -13593,7 +13597,7 @@
"example": "America/Los_Angeles"
}
},
"required": ["id", "name", "username", "timeZone"]
"required": ["id", "name", "email", "username", "timeZone"]
},
"EventType": {
"type": "object",