Files
clientsflow/research/chatwoot/swagger/definitions/request/public/message/create_payload.yml

11 lines
269 B
YAML

type: object
properties:
content:
type: string
description: Content for the message
example: 'Hello, how can I help you?'
echo_id:
type: string
description: Temporary identifier which will be passed back via websockets
example: '1234567890'