Chatwoot/swagger/definitions/request/conversation/create_message.yml

20 lines
451 B
YAML
Raw Normal View History

type: object
properties:
conversation_id:
type: number
2020-03-11 10:49:13 +00:00
description: ID of the conversation
required: true
content:
type: string
2020-03-11 10:49:13 +00:00
description: The content of the message
required: true
private:
type: boolean
2020-03-11 10:49:13 +00:00
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