mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-08 22:22:24 -05:00
adding creator by id to schema
This commit is contained in:
@@ -7,6 +7,7 @@ post_create_template_folder_schema = {
|
||||
"properties": {
|
||||
"name": {"type": "string", "minLength": 1},
|
||||
"parent_id": nullable_uuid,
|
||||
"created_by_id": uuid,
|
||||
},
|
||||
"required": ["name", "parent_id"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user