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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user