chore: Create client API conversations with custom attributes (#8040)

- Update client API create conversations endpoint to accept custom attributes as well.
This commit is contained in:
Sojan Jose
2023-10-03 22:18:35 -07:00
committed by GitHub
parent e4de366b8d
commit 336af1ac9a
6 changed files with 46 additions and 7 deletions

View File

@@ -138,6 +138,9 @@ public_message_create_payload:
public_message_update_payload:
$ref: ./request/public/message/update_payload.yml
public_conversation_create_payload:
$ref: ./request/public/conversation/create_payload.yml
## ---------- RESPONSE ------------- ##
## -------------------------------- ##

View File

@@ -0,0 +1,5 @@
type: object
properties:
custom_attributes:
type: object
description: Custom attributes of the conversation