Add 'syncedHash' field to CAIKnowledge and CAdvowareAkten entities; update API documentation and configuration timestamps

This commit is contained in:
2026-03-11 21:53:35 +01:00
parent ae359048af
commit 54d66da52d
15 changed files with 117 additions and 25 deletions

View File

@@ -10,7 +10,8 @@
"cDokumenteId": "Document ID",
"aiDocumentId": "AI Document ID",
"syncstatus": "Sync Status",
"lastSync": "Last Sync"
"lastSync": "Last Synchronization",
"syncedHash": "Sync Hash"
},
"options": {
"syncstatus": {
@@ -24,6 +25,7 @@
"tooltips": {
"aiDocumentId": "External AI document reference ID",
"syncstatus": "Synchronization status with external AI system",
"lastSync": "Timestamp of last successful synchronization"
"lastSync": "Timestamp of the last successful synchronization",
"syncedHash": "Hash value of the last synchronized document state (for change detection)"
}
}