Files
leadchat/swagger/definitions/request/conversation/create_message.yml
Francois Falala-Sechet dfe4b70d91 chore: update swagger definitions (#1151)
update swagger definitions
2020-08-17 13:07:12 +05:30

19 lines
424 B
YAML

type: object
properties:
content:
type: string
description: The content of the message
required: true
message_type:
type: string
enum: ['outgoing', 'incoming']
private:
type: boolean
description: Flag to identify if it is a private note
content_type:
type: string
enum: ['input_select', 'form', 'cards']
content_attributes:
type: object
description: options/form object