mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 18:31:44 +03:00
33eec50a09
moved to mintlify
14 lines
473 B
JSON
14 lines
473 B
JSON
{
|
|
"method_label": "Method",
|
|
"url_placeholder": "URL",
|
|
"searchParams": "Search Params",
|
|
"headers": "Headers",
|
|
"params": "Params",
|
|
"key": "Key",
|
|
"type": "Type (string or number)",
|
|
"description": "Description",
|
|
"secrets": "秘密",
|
|
"paramsTabDescription": "这些值作为请求体发送。",
|
|
"searchParamsTabDescription": "这些值作为查询字符串发送。",
|
|
"secretsTabDescription": "这些值作为头部键发送。"
|
|
} |