mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 17:18:35 +00:00
* move components * fix openapi config doc Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: 'V4.6.9'
|
title: 'V4.6.9(需要初始化)'
|
||||||
description: 'FastGPT V4.6.9更新说明'
|
description: 'FastGPT V4.6.9更新说明'
|
||||||
icon: 'upgrade'
|
icon: 'upgrade'
|
||||||
draft: false
|
draft: false
|
||||||
@@ -12,7 +12,7 @@ weight: 827
|
|||||||
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`;{{host}} 替换成自己域名
|
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`;{{host}} 替换成自己域名
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl --location --request POST 'https://{{host}}/api/init/v469' \
|
curl --location --request POST 'https://{{host}}/api/admin/initv469' \
|
||||||
--header 'rootkey: {{rootkey}}' \
|
--header 'rootkey: {{rootkey}}' \
|
||||||
--header 'Content-Type: application/json'
|
--header 'Content-Type: application/json'
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user