@@ -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