From 0f4fc411be6236ba7bf52445275b8a14021a3038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 27 Aug 2024 13:43:20 +0200 Subject: [PATCH] Add api_key to the readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1fda651..544c6fc 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Use the widget API to customize your widget: | Prop | Type | Required | |-----------------------|-----------|----------| +| api_key | string | No | | bot_message_style | json | No | | chat_position | string | No | | chat_trigger_style | json | No | @@ -124,6 +125,12 @@ Use the widget API to customize your widget: | session_id | string | No | | additional_headers | json | No | +- **api_key:** + - Type: String + - Required: No + - Description: X-API-Key header to send to Langflow + + - **bot_message_style:** - Type: JSON - Required: No