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:
@@ -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:
|
||||
|
||||
@@ -377,6 +377,10 @@
|
||||
"source_id": {
|
||||
"type": "string",
|
||||
"description": "Contact Source Id"
|
||||
},
|
||||
"additional_attributes": {
|
||||
"type": "object",
|
||||
"description": "Lets you specify attributes like browser information"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user