mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-17 17:28:02 +00:00
feat: add id+members count+icon to teams table
This commit is contained in:
@@ -7884,7 +7884,8 @@
|
||||
"id",
|
||||
"displayName",
|
||||
"owner",
|
||||
"ownerDisplayName"
|
||||
"ownerDisplayName",
|
||||
"memberCount"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
@@ -7898,6 +7899,10 @@
|
||||
},
|
||||
"ownerDisplayName": {
|
||||
"type": "string"
|
||||
},
|
||||
"memberCount": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user