Update 4815.md (#3373)

This commit is contained in:
Archer
2024-12-11 16:36:08 +08:00
committed by GitHub
parent 69dc927a5a
commit 8a4715293e

View File

@@ -33,7 +33,7 @@ weight: 809
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`{{host}} 替换成**FastGPT 域名**。
```bash
curl --location --request POST 'https://{{host}}/admin/initv4815' \
curl --location --request POST 'https://{{host}}/api/admin/initv4815' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```