mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-17 17:28:02 +00:00
fix: category edit team permissions
This commit is contained in:
32
openapi.json
32
openapi.json
@@ -3520,6 +3520,38 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"teamPermissions": {
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"description": "Team permissions array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"teamId",
|
||||
"canView",
|
||||
"canPost",
|
||||
"canReply",
|
||||
"canModerate"
|
||||
],
|
||||
"properties": {
|
||||
"teamId": {
|
||||
"type": "string"
|
||||
},
|
||||
"canView": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canPost": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canReply": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canModerate": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user