Add 'pending_sync' status to syncStatus in CAIKnowledge and CAdvowareAkten entities; update tooltips and API documentation

This commit is contained in:
2026-03-11 22:05:27 +01:00
parent 54d66da52d
commit e15dd14cab
9 changed files with 116 additions and 17 deletions

View File

@@ -52,11 +52,13 @@
"required": false,
"options": [
"synced",
"unclean"
"unclean",
"pending_sync"
],
"style": {
"synced": "success",
"unclean": "warning"
"unclean": "warning",
"pending_sync": "info"
},
"default": "unclean",
"tooltip": true,