PUT
/
components
Update component text variant
curl --request PUT \
  --url https://api.dittowords.com/v1/components \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "componentsUpdated": 123,
  "componentsSkipped": 123
}

Authorizations

Authorization
string
header
required

Query Parameters

variant
string
required

Body

application/json · object

Response

200 - application/json

Update/skip counts

The response is of type object.