Update folder viewing permissions when updating a folder

This commit is contained in:
Pea Tyczynska
2019-03-15 17:22:45 +00:00
parent 6f4b415426
commit dabcbc20db
3 changed files with 23 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ post_update_template_folder_schema = {
"type": "object",
"properties": {
"name": {"type": "string", "minLength": 1},
"users_with_permission": {"type": "array", "items": uuid}
},
"required": ["name"]
}