mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
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
|
||||
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:
|
||||
|
||||
@@ -6509,6 +6509,7 @@
|
||||
"content_type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"text",
|
||||
"input_email",
|
||||
"cards",
|
||||
"input_select",
|
||||
|
||||
Reference in New Issue
Block a user