Automated spec update (208925)

This commit is contained in:
Nelly (automation bot) 2026-04-14 23:17:46 +00:00
parent 6e3eabccc9
commit b018c6759f
2 changed files with 32 additions and 2 deletions

View file

@ -36469,14 +36469,29 @@
},
"membership_state": {
"$ref": "#/components/schemas/TeamMembershipStates"
},
"role": {
"$ref": "#/components/schemas/TeamMemberRoles"
},
"permissions": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"user",
"team_id",
"membership_state"
"membership_state",
"role",
"permissions"
]
},
"TeamMemberRoles": {
"type": "string",
"oneOf": []
},
"TeamMembershipStates": {
"type": "integer",
"oneOf": [

View file

@ -36915,14 +36915,29 @@
},
"membership_state": {
"$ref": "#/components/schemas/TeamMembershipStates"
},
"role": {
"$ref": "#/components/schemas/TeamMemberRoles"
},
"permissions": {
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
"user",
"team_id",
"membership_state"
"membership_state",
"role",
"permissions"
]
},
"TeamMemberRoles": {
"type": "string",
"oneOf": []
},
"TeamMembershipStates": {
"type": "integer",
"oneOf": [