Commit 8a471529 by Archer Committed by GitHub

Update 4815.md (#3373)

parent 69dc927a
...@@ -33,7 +33,7 @@ weight: 809 ...@@ -33,7 +33,7 @@ weight: 809
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`;{{host}} 替换成**FastGPT 域名**。 从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`;{{host}} 替换成**FastGPT 域名**。
```bash ```bash
curl --location --request POST 'https://{{host}}/admin/initv4815' \ curl --location --request POST 'https://{{host}}/api/admin/initv4815' \
--header 'rootkey: {{rootkey}}' \ --header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json' --header 'Content-Type: application/json'
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment