Preview offline sync — detect conflicts before committing
POST/v1/sync/preview
CodeMeta OS API endpoint.
Request Body
| Name | Typ | Beschreibung |
|---|
opserforderlich | array | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/sync/preview \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"ops": []
}'
const result = await cm.sync.post({
"ops": []
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |