fix: replace CodeGroup's POST /meta with GET /site (#26886)

This commit is contained in:
Yusuke Yamada
2025-10-15 10:43:10 +09:00
committed by GitHub
parent 556b631c54
commit 1b537f904a
9 changed files with 18 additions and 18 deletions

View File

@@ -1599,8 +1599,8 @@ Chat applications support session persistence, allowing previous chat history to
<Col>
<CodeGroup
title="Request"
tag="POST"
label="/meta"
tag="GET"
label="/site"
targetCode={`curl -X GET '${props.appDetail.api_base_url}/site' \\
-H 'Authorization: Bearer {api_key}'`}
/>