Inserts literals at domain/service level.
Status | ||||
---|---|---|---|---|
|
Path Variables:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
domain |
|
| Unique domain identifier |
...
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
country |
|
| Country Language code | ||||||||||
level |
|
| Can assume one of the following values:
| ||||||||||
literals |
|
| Literals to be iserted/updated | ||||||||||
serviceId |
|
| If level is set to “service“, specifies the service literals to insert/update |
...
Code Block | ||
---|---|---|
| ||
{
"country" : "it-it",
"level" : "service",
"serviceId" : "LiveChat_Sidebar",
"literals" : {
"engagement_sidebar_title" : "Sidebar",
"datacollection_cbl_first_slot_label" : "Richiamami subito"
}
} |
...