Chatwoot/swagger/definitions/resource/extension/conversation/status_toggle.yml

15 lines
253 B
YAML
Raw Normal View History

type: object
properties:
meta:
type: object
payload:
type: object
properties:
success:
type: boolean
current_status:
type: string
enum: ['open', 'resolved']
conversation_id:
type: number