API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Preview offline sync — detect conflicts before committing

POST/v1/sync/preview

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
opserforderlicharray

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

Suche