2020-02-23 19:21:31 +00:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
conversation_id:
|
|
|
|
type: number
|
2020-03-11 10:49:13 +00:00
|
|
|
description: ID of the conversation
|
|
|
|
required: true
|
2020-02-23 19:21:31 +00:00
|
|
|
message:
|
|
|
|
type: string
|
2020-03-11 10:49:13 +00:00
|
|
|
description: The content of the message
|
|
|
|
required: true
|
2020-02-23 19:21:31 +00:00
|
|
|
private:
|
|
|
|
type: boolean
|
2020-03-11 10:49:13 +00:00
|
|
|
description: Flag to identify if it is a private note
|