Updated boardMembership template
This commit is contained in:
parent
9e904400d8
commit
14fdaf8ec0
1 changed files with 4 additions and 2 deletions
|
@ -47,7 +47,9 @@
|
|||
"board-membership":
|
||||
{
|
||||
"boardId": "int",
|
||||
"userId": "int"
|
||||
"userId": "int",
|
||||
"role": "str : editor | viewer",
|
||||
"canComment": "bool : viewer only"
|
||||
},
|
||||
"project-manager":
|
||||
{
|
||||
|
@ -82,7 +84,7 @@
|
|||
"background":
|
||||
{
|
||||
"name": "str",
|
||||
"type": "str"
|
||||
"type": "str : background | image"
|
||||
},
|
||||
"gradients":
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue