Files
leadchat/swagger/definitions/request/conversation/create_message.yml
2020-03-11 16:19:13 +05:30

14 lines
298 B
YAML

type: object
properties:
conversation_id:
type: number
description: ID of the conversation
required: true
message:
type: string
description: The content of the message
required: true
private:
type: boolean
description: Flag to identify if it is a private note