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": "board-membership":
{ {
"boardId": "int", "boardId": "int",
"userId": "int" "userId": "int",
"role": "str : editor | viewer",
"canComment": "bool : viewer only"
}, },
"project-manager": "project-manager":
{ {
@ -82,7 +84,7 @@
"background": "background":
{ {
"name": "str", "name": "str",
"type": "str" "type": "str : background | image"
}, },
"gradients": "gradients":
[ [