This commit is contained in:
Kenneth Kehl
2023-08-29 14:54:30 -07:00
parent 19dcd7a48b
commit 1ecb747c6d
588 changed files with 34100 additions and 23589 deletions

View File

@@ -7,7 +7,7 @@ add_service_data_retention_request = {
"days_of_retention": {"type": "integer"},
"notification_type": {"enum": ["sms", "email"]},
},
"required": ["days_of_retention", "notification_type"]
"required": ["days_of_retention", "notification_type"],
}
@@ -19,5 +19,5 @@ update_service_data_retention_request = {
"properties": {
"days_of_retention": {"type": "integer"},
},
"required": ["days_of_retention"]
"required": ["days_of_retention"],
}