post https://api.indigitall.com/v2/chat//configuration
Create a new chat configuration for an application
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requestsā¦ |
Loadingā¦
Responses
Create a new chat configuration for an application
time | status | user agent | |
---|---|---|---|
Retrieving recent requestsā¦ |
xxxxxxxxxx
22curl --request POST \
--url https://api.indigitall.com/v2/chat/applicationId/configuration \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"enabled": true,
"reportingConfig": {
"enabled": true
},
"routingConfig": {
"enabled": true
},
"slicingConfig": {
"enabled": true,
"slicingActivationSize": 0
},
"multimediaStorageConfig": {
"enabled": true
}
}
'
Try It!
to start a request and see the response here! Or choose an example: