docs: added missing type text for messages (#9067)

- It adds the text type of message which is missing on the documentation
This commit is contained in:
Matheus Rodrigues
2024-03-06 08:00:51 -03:00
committed by GitHub
parent b4d37fa16b
commit e086cb0d86
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ properties:
description: Flag to identify if it is a private note
content_type:
type: string
enum: ['input_email', 'cards', 'input_select', 'form' , 'article']
enum: ['text', 'input_email', 'cards', 'input_select', 'form' , 'article']
example: 'cards'
description: 'if you want to create custom message types'
content_attributes:

View File

@@ -6509,6 +6509,7 @@
"content_type": {
"type": "string",
"enum": [
"text",
"input_email",
"cards",
"input_select",