feat: Knowledge-base-api-get-post-method-text-error-#10836 (#10837)

This commit is contained in:
dajianguo
2024-11-19 12:08:10 +08:00
committed by GitHub
parent 22be0816aa
commit 4718071cbb
2 changed files with 2 additions and 2 deletions

View File

@@ -329,7 +329,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
<Col sticky>
<CodeGroup
title="Request"
tag="POST"
tag="GET"
label="/datasets"
targetCode={`curl --location --request GET '${props.apiBaseUrl}/datasets?page=1&limit=20' \\\n--header 'Authorization: Bearer {api_key}'`}
>

View File

@@ -329,7 +329,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
<Col sticky>
<CodeGroup
title="Request"
tag="POST"
tag="GET"
label="/datasets"
targetCode={`curl --location --request GET '${props.apiBaseUrl}/datasets?page=1&limit=20' \\\n--header 'Authorization: Bearer {api_key}'`}
>