mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
Updated schema to handle null updated_at
This commit is contained in:
@@ -29,7 +29,7 @@ get_template_by_id_response = {
|
||||
},
|
||||
"updated_at": {
|
||||
"format": "date-time",
|
||||
"type": "string",
|
||||
"type": ["string", "null"],
|
||||
"description": "Date+time updated"
|
||||
},
|
||||
"created_by": {"type": "string"},
|
||||
|
||||
Reference in New Issue
Block a user