mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-17 17:28:02 +00:00
feat: allow editing can post/reply permissions
This commit is contained in:
24
openapi.json
24
openapi.json
@@ -3473,6 +3473,8 @@
|
||||
"required": [
|
||||
"roleId",
|
||||
"canView",
|
||||
"canPost",
|
||||
"canReply",
|
||||
"canModerate"
|
||||
],
|
||||
"properties": {
|
||||
@@ -3483,6 +3485,12 @@
|
||||
"canView": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canPost": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canReply": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canModerate": {
|
||||
"type": "boolean"
|
||||
}
|
||||
@@ -7444,6 +7452,8 @@
|
||||
"required": [
|
||||
"categoryId",
|
||||
"canView",
|
||||
"canPost",
|
||||
"canReply",
|
||||
"canModerate"
|
||||
],
|
||||
"properties": {
|
||||
@@ -7454,6 +7464,12 @@
|
||||
"canView": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canPost": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canReply": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canModerate": {
|
||||
"type": "boolean"
|
||||
}
|
||||
@@ -8035,6 +8051,8 @@
|
||||
"required": [
|
||||
"categoryId",
|
||||
"canView",
|
||||
"canPost",
|
||||
"canReply",
|
||||
"canModerate"
|
||||
],
|
||||
"properties": {
|
||||
@@ -8045,6 +8063,12 @@
|
||||
"canView": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canPost": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canReply": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"canModerate": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user