PUT
/
textItems
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
}

Authorizations

Authorization
string
header
required

Body

application/json

Response

200 - application/json

Returns success status of the update operation

The response is of type object.