Add 'unsupported' status to dokumenteSyncstatus in CAIKnowledge and CAIKnowledgeCDokumente; update API documentation and configuration timestamps

This commit is contained in:
2026-03-11 21:19:56 +01:00
parent c952fc40bc
commit c678660ad6
9 changed files with 27 additions and 9 deletions

View File

@@ -22,6 +22,13 @@
"syncStatus": {
"synced": "Synchronized",
"unclean": "Not Synchronized"
},
"dokumenteSyncstatus": {
"new": "New",
"unclean": "Not Synchronized",
"synced": "Synchronized",
"failed": "Failed",
"unsupported": "Unsupported"
}
},
"tooltips": {