Updated boardMembership template

This commit is contained in:
hwelch-fle 2023-03-28 09:42:57 -04:00
parent 9e904400d8
commit 14fdaf8ec0

View file

@ -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":
[