chore: General fixes and clean up (#1169)

This commit is contained in:
Sojan Jose
2020-08-25 23:04:02 +05:30
committed by GitHub
parent 124e43b477
commit 2193de9853
23 changed files with 111 additions and 121 deletions

View File

@@ -12,7 +12,10 @@ properties:
description: Flag to identify if it is a private note
content_type:
type: string
enum: ['input_select', 'form', 'cards']
enum: ['input_email', 'cards', 'input_select', 'form' , 'article']
example: 'cards'
description: 'if you want to create custom message types'
content_attributes:
type: object
description: options/form object
description: attributes based on your content type

View File

@@ -1641,14 +1641,18 @@
"content_type": {
"type": "string",
"enum": [
"input_email",
"cards",
"input_select",
"form",
"cards"
]
"article"
],
"example": "cards",
"description": "if you want to create custom message types"
},
"content_attributes": {
"type": "object",
"description": "options/form object"
"description": "attributes based on your content type"
}
}
}