Skip to content

Commit 45a2f5c

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ba64ba4 + 7cbdce6 commit 45a2f5c

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

REST_APIDoc.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ Authorization: Bearer [YOUR_API_KEY]
2828

2929
> you need to use the string 'Bearer' before your API KEY
3030
31-
a valid key is generated from FTS' [CLI](https://github.com/FreeTAKTeam/FreeTAKServer-User-Docs/blob/main/docs/docs/CLI.md) and stored into the DB.
31+
a valid key is generated from FTS' [CLI](https://github.com/FreeTAKTeam/FreeTAKServer-User-Docs/blob/main/docs/docs/CLI.md) or, since 1.4 also from the Web UI, and stored into the DB.
3232
to add an API user in the CLI type
3333
```
3434
add_api_user
3535
```
36-
see CLI help for details
36+
see CLI help for details.
37+
To create a API TOKEN using the Web UI, go the User section.
38+
3739
to consume the API you need to request a key to your FTS admin.
3840

3941
the following is a key non working example

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

docs/FTS UI Documention.pdf

864 KB
Binary file not shown.

0 commit comments

Comments
 (0)