mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-18 13:40:31 -04:00
Update folder viewing permissions when updating a folder
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user