We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dd701 commit 701cdffCopy full SHA for 701cdff
config/v3/get_settings/receive.json
@@ -294,6 +294,13 @@
294
"description": "Terms and condition status tells us whether all the accounts of this user has accepted the latest T&C version.",
295
"type": "object"
296
},
297
+ "tnc_update_notification_start_date": {
298
+ "description": "The start date to inform users within a grace period, with the notification automatically deactivating after the specified duration.",
299
+ "type": [
300
+ "null",
301
+ "string"
302
+ ]
303
+ },
304
"trading_hub": {
305
"description": "Boolean value 1 or 0, indicating if client has enabled the Trading Hub dashboard",
306
"type": "integer"
0 commit comments