Procházet zdrojové kódy

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

tags/0.12.0
dajianguo před 11 měsíci
rodič
revize
4718071cbb
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 1
web/app/(commonLayout)/datasets/template/template.en.mdx Zobrazit soubor

@@ -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}'`}
>

+ 1
- 1
web/app/(commonLayout)/datasets/template/template.zh.mdx Zobrazit soubor

@@ -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}'`}
>

Načítá se…
Zrušit
Uložit