cURL
update_base_text
curl --request PUT \ --url https://api.dittowords.com/v2/textItems \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "updates": [ { "developerId": "greeting", "text": "Hello!" } ]}'
{ "success": true }
Updates a set of text items’ base or variant text values.
Returns success status of the update operation
The response is of type object.
object