Skip to content

Commit dbfde85

Browse files
authored
Update REST_APIDoc.md
1 parent 70a9b61 commit dbfde85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
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

0 commit comments

Comments
 (0)