Skip to content

Commit

Permalink
Update 4815.md (#3373)
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu authored Dec 11, 2024
1 parent 69dc927 commit 8a47152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docSite/content/zh-cn/docs/development/upgrading/4815.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down Expand Up @@ -61,4 +61,4 @@ curl --location --request POST 'https://{{host}}/admin/initv4815' \
16. 修复 - 语言播放鉴权问题。
17. 修复 - 插件应用知识库引用上限始终为 3000
18. 修复 - 工作流编辑记录存储上限,去掉本地存储,增加异常离开时,强制自动保存。
19. 修复 - 工作流特殊变量替换问题。($开头的字符串无法替换)
19. 修复 - 工作流特殊变量替换问题。($开头的字符串无法替换)

0 comments on commit 8a47152

Please sign in to comment.