chore: Enable updating conversation additional attributes (#1611)

- Enable updating additional attributes via conversation API
- Handle the case when additional_attributes is nil

Fixes: #1357
This commit is contained in:
Sojan Jose
2021-01-07 13:47:38 +05:30
committed by GitHub
parent 64b0d48dbf
commit 7884090551
6 changed files with 48 additions and 1 deletions

View File

@@ -100,6 +100,9 @@ post:
source_id:
type: string
description: Contact Source Id
additional_attributes:
type: object
description: Lets you specify attributes like browser information
responses:
200:

View File

@@ -377,6 +377,10 @@
"source_id": {
"type": "string",
"description": "Contact Source Id"
},
"additional_attributes": {
"type": "object",
"description": "Lets you specify attributes like browser information"
}
}
}