mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-30 14:58:48 +03:00
223af1d3f6
Issue: https://github.com/StanGirard/quivr/issues/1607 Demo: https://github.com/StanGirard/quivr/assets/63923024/a087d856-e201-4b88-80b3-b001d7bb6b16
15 lines
507 B
JSON
15 lines
507 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": "Secrets",
|
|
"paramsTabDescription": "Estes valores são enviados como corpo da solicitação.",
|
|
"searchParamsTabDescription": "Estes valores são enviados como string de consulta.",
|
|
"secretsTabDescription": "Estes valores são enviados como chaves de cabeçalho"
|
|
}
|