---
title: "Sync Attribute Automation"
method: POST
path: "/api/v1/attributes/{definition_id}/automation/sync"
tags: ["attributes"]
---

# Sync Attribute Automation

`POST /api/v1/attributes/{definition_id}/automation/sync`

Trigger an on-demand sync for an attribute automation rule.

## Path parameters

- `definition_id` string, uuid, required

## Response `200`

Successful Response

- AttributeSyncStats
  - `matched` integer, required
  - `unmatched` integer, required
  - `total_rows` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/versions/a59877bf911b/schema)
