quivr/frontend/public/locales/en/external_api_definition.json

15 lines
466 B
JSON
Raw Normal View History

{
"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": "These values are sent as the request body.",
"searchParamsTabDescription": "These values are sent as the query string.",
"secretsTabDescription": "These values are sent as header keys"
}