Skip to content

Commit

Permalink
Update apps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarts authored Sep 8, 2024
1 parent 3f3b437 commit 83fb8e4
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions config/integration/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83fb8e4

Please sign in to comment.