Skip to content

Commit 89cf253

Browse files
committed
updated api doc with federation Post
1 parent 7cc225c commit 89cf253

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

REST_API_InternalDoc.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,19 @@ return JSON data containing the following information regarding current checklis
531531
```
532532

533533
### POST
534-
Not yet implemented
534+
create a new outgoing federation
535+
```json
536+
{
537+
"Name": "federation 1",
538+
"Address": "127.0.0.1",
539+
"Port": "11111",
540+
"FallBack": "federation 2",
541+
"Status": "Disabled",
542+
"ReconnectInterval": "32",
543+
"MaxRetries": "15",
544+
"LastError": "Timeout"
545+
}
546+
```
535547

536548
### DELETE
537549
Not yet implemented

0 commit comments

Comments
 (0)