Skip to content

Commit

Permalink
Merge commit 'c81126f3698b5831876b65c6178708f25aa5e55f'
Browse files Browse the repository at this point in the history
  • Loading branch information
achuprin committed Feb 13, 2020
2 parents c7a5d93 + c81126f commit 00b33ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema.yaml
Expand Up @@ -2070,7 +2070,6 @@ components:
chat_title:
description: 'Title of chat to be created'
readOnly: false
nullable: true
type: string
maxLength: 200
chat_description:
Expand All @@ -2094,6 +2093,8 @@ components:
readOnly: false
nullable: true
type: integer
required:
- chat_title
Intent:
description: Intent of button
type: string
Expand Down

0 comments on commit 00b33ac

Please sign in to comment.