Skip to main content
POST
/
admin
/
notify-template
/
editor-preview
{
  "success": true,
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
languageIDs
integer<int32>[]
required

an integer array of language IDs to be used when performing the merge.

texts
string[]
required

a string array of text values to be merged.

forViewingInLanguageID
integer<int32> | null
default:1

the language that the caller wishes to review the merge in. This changes the word of the language itself in the result data.

Response

Success

success
boolean
data
unknown