Skip to content

Commit f354e60

Browse files
Minor doc edits, update UI guide images (#1219)
1 parent 642f720 commit f354e60

File tree

12 files changed

+20
-5
lines changed

12 files changed

+20
-5
lines changed
-119 KB
Loading
-71.2 KB
Loading
-62.7 KB
Loading
-222 KB
Loading
-117 KB
Loading
-99.6 KB
Loading
-32.3 KB
Loading
-2.77 KB
Loading
-40.7 KB
Loading

docs/source/api/settings.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Settings API
2+
============
3+
4+
Many APIs require some sort of secret or token to be able to work on them. They are usually stored in
5+
environment variables in personal use, like `OPENAI_API_KEY` or `MISTRAL_API_KEY`.
6+
7+
For added security, the Lumigator API allows the user to store secrets as encoded values in its database,
8+
which will be used in requests but will not be returned in the API.
9+
10+
Endpoints
11+
---------
12+
13+
.. openapi:: ../specs/openapi.json
14+
:include:
15+
/api/v1/settings/*

0 commit comments

Comments
 (0)