Skip to main content
PUT
/
sms-templates
/
{template_id}
/
translations
/
{locale}
Upsert Sms Translation
curl --request PUT \
  --url https://api.{your-broker}.slate-labs.com/sms-templates/{template_id}/translations/{locale} \
  --header 'Content-Type: application/json' \
  --data '
{
  "body": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

template_id
string
required
locale
string
required

Body

application/json
body
string
required

Response

Successful Response