chore(openapi): sync lazy snapshot with KeyMetadata.user_email

Co-authored-by: Mateo Wang <mateo-berri@users.noreply.github.com>
This commit is contained in:
Cursor Agent 2026-09-03 15:16:37 +00:00
parent e109d89c20
commit 7e4032cfcc
No known key found for this signature in database

View file

@ -3151,6 +3151,17 @@
}
],
"title": "Team Id"
},
"user_email": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "User Email"
}
},
"title": "KeyMetadata",