diff --git a/docSite/content/docs/development/upgrading/469.md b/docSite/content/docs/development/upgrading/469.md index 7539a5ce7..dc36a332e 100644 --- a/docSite/content/docs/development/upgrading/469.md +++ b/docSite/content/docs/development/upgrading/469.md @@ -1,5 +1,5 @@ --- -title: 'V4.6.9' +title: 'V4.6.9(需要初始化)' description: 'FastGPT V4.6.9更新说明' icon: 'upgrade' draft: false @@ -12,7 +12,7 @@ weight: 827 从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的 `rootkey`;{{host}} 替换成自己域名 ```bash -curl --location --request POST 'https://{{host}}/api/init/v469' \ +curl --location --request POST 'https://{{host}}/api/admin/initv469' \ --header 'rootkey: {{rootkey}}' \ --header 'Content-Type: application/json' ```