diff --git a/config/v3/get_settings/receive.json b/config/v3/get_settings/receive.json index 32e86cda..b32e7f99 100644 --- a/config/v3/get_settings/receive.json +++ b/config/v3/get_settings/receive.json @@ -294,6 +294,13 @@ "description": "Terms and condition status tells us whether all the accounts of this user has accepted the latest T&C version.", "type": "object" }, + "tnc_update_notification_start_date": { + "description": "The start date to inform users within a grace period, with the notification automatically deactivating after the specified duration.", + "type": [ + "null", + "string" + ] + }, "trading_hub": { "description": "Boolean value 1 or 0, indicating if client has enabled the Trading Hub dashboard", "type": "integer"