feat: v2 return team event type hosts username (#21617)

* feat: return team event type hosts username

* docs: team event types hosts username in return
This commit is contained in:
Lauris Skraucis
2025-05-29 14:58:40 +03:00
committed by GitHub
parent 2cbf805ffb
commit 044df04d3f
6 changed files with 59 additions and 5 deletions
+5 -1
View File
@@ -17679,13 +17679,17 @@
"type": "string",
"example": "John Doe"
},
"username": {
"type": "string",
"example": "john-doe"
},
"avatarUrl": {
"type": "string",
"nullable": true,
"example": "https://cal.com/api/avatar/d95949bc-ccb1-400f-acf6-045c51a16856.png"
}
},
"required": ["userId", "name"]
"required": ["userId", "name", "username"]
},
"EventTypeTeam": {
"type": "object",