Selfuppen
commited on
Commit
·
66012be
1
Parent(s):
bf90f62
Update conversation_api.md (#489)
Browse filesFixed a spelling error:
save -> safe
### What problem does this PR solve?
Fixed a spelling error:
save -> safe
### Type of change
- [x] Documentation Update
- docs/conversation_api.md +1 -1
docs/conversation_api.md
CHANGED
@@ -11,7 +11,7 @@ https://demo.ragflow.io/v1/
|
|
11 |
|
12 |
## Authorization
|
13 |
|
14 |
-
All the APIs are authorized with API-Key. Please keep it
|
15 |
The API-Key should put in the header of request:
|
16 |
```buildoutcfg
|
17 |
Authorization: Bearer {API_KEY}
|
|
|
11 |
|
12 |
## Authorization
|
13 |
|
14 |
+
All the APIs are authorized with API-Key. Please keep it safe and private. Don't reveal it in any way from the front-end.
|
15 |
The API-Key should put in the header of request:
|
16 |
```buildoutcfg
|
17 |
Authorization: Bearer {API_KEY}
|