Skip to content

Commit 70a9b61

Browse files
authored
Update REST_API_InternalDoc.md
1 parent 842a79f commit 70a9b61

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

REST_API_InternalDoc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ return JSON data containing the following information regarding current checklis
579579
"id": "111-111-111",
580580
"address": "127.0.0.1",
581581
"port": "9000",
582-
"fallback": "federation 2",
582+
"fallBack": "federation 2",
583583
"status": "Disabled",
584584
"reconnectInterval": "32",
585585
"maxRetries": "15",
@@ -599,7 +599,7 @@ create a new federation configuration
599599
"name": "federation 1",
600600
"address": "127.0.0.1",
601601
"port": "9000",
602-
"fallback": "federation 2",
602+
"fallBack": "federation 2",
603603
"status": "Disabled",
604604
"reconnectInterval": "32",
605605
"maxRetries": "15"
@@ -630,7 +630,7 @@ modify an existing federation configuration
630630
{
631631
"id": "111-111-111",
632632
"name": "new federation 1",
633-
"fallback": "new fallback",
633+
"fallBack": "new fallback",
634634
"status": "Enabled",
635635
"reconnectInterval": "15",
636636
"maxRetries": "10"
@@ -643,4 +643,4 @@ modify an existing federation configuration
643643
* fallback(optional): name of new fallback
644644
* status(optional): new status of connection
645645
* reconnectInterval(optional): new reconnect interval
646-
* maxRetries(optional): new maximum number of retries
646+
* maxRetries(optional): new maximum number of retries

0 commit comments

Comments
 (0)