Skip to content

Commit

Permalink
docs: added missing type text for messages (chatwoot#9067)
Browse files Browse the repository at this point in the history
- It adds the text type of message which is missing on the documentation
  • Loading branch information
matheus-rodrigues00 authored Mar 6, 2024
1 parent b4d37fa commit e086cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -6509,6 +6509,7 @@
"content_type": {
"type": "string",
"enum": [
"text",
"input_email",
"cards",
"input_select",
Expand Down

0 comments on commit e086cb0

Please sign in to comment.