14 lines
298 B
YAML
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
|