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