From 83fb8e4c0f4185dee6e454b11947d3c9c62dbd43 Mon Sep 17 00:00:00 2001 From: wkarts <57051272+wkarts@users.noreply.github.com> Date: Sun, 8 Sep 2024 04:16:31 -0300 Subject: [PATCH] Update apps.yml --- config/integration/apps.yml | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/config/integration/apps.yml b/config/integration/apps.yml index 12a1b5958..be05cfa97 100644 --- a/config/integration/apps.yml +++ b/config/integration/apps.yml @@ -250,36 +250,12 @@ typebot: settings_json_schema: type: object properties: - api_key: - type: string - title: 'API Key' - description: 'Sua chave de API do Typebot.' - project_id: - type: string - title: 'Project ID' - description: 'O ID do projeto Typebot que você deseja usar.' - api_url: - type: string - title: 'API URL' - description: 'A URL da API do Typebot' frontend_url: type: string title: 'Frontend URL' - description: 'A URL do frontend do Typebot' - required: [api_key, project_id, api_url, frontend_url] + description: 'A URL do frontend do Typebot que será carregada no Chatwoot' + required: [frontend_url] settings_form_schema: - - label: "API Key" - type: text - name: api_key - validation: required - - label: "Project ID" - type: text - name: project_id - validation: required - - label: "API URL" - type: text - name: api_url - validation: required - label: "Frontend URL" type: text name: frontend_url