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:
committed by
GitHub
parent
b4d37fa16b
commit
e086cb0d86
@@ -13,7 +13,7 @@ properties:
|
|||||||
description: Flag to identify if it is a private note
|
description: Flag to identify if it is a private note
|
||||||
content_type:
|
content_type:
|
||||||
type: string
|
type: string
|
||||||
enum: ['input_email', 'cards', 'input_select', 'form' , 'article']
|
enum: ['text', 'input_email', 'cards', 'input_select', 'form' , 'article']
|
||||||
example: 'cards'
|
example: 'cards'
|
||||||
description: 'if you want to create custom message types'
|
description: 'if you want to create custom message types'
|
||||||
content_attributes:
|
content_attributes:
|
||||||
|
|||||||
@@ -6509,6 +6509,7 @@
|
|||||||
"content_type": {
|
"content_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
"text",
|
||||||
"input_email",
|
"input_email",
|
||||||
"cards",
|
"cards",
|
||||||
"input_select",
|
"input_select",
|
||||||
|
|||||||
Reference in New Issue
Block a user