cURL
curl --request PUT \ --url https://api.dittowords.com/v1/components \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "componentsUpdated": 123, "componentsSkipped": 123 }
Update/skip counts
The response is of type object.
object