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

@@ -76,7 +76,7 @@
},
"dokumenteSyncstatus": {
"type": "enum",
"options": ["new", "unclean", "synced", "failed"],
"options": ["new", "unclean", "synced", "failed", "unsupported"],
"notStorable": true,
"utility": true
},

View File

@@ -34,13 +34,15 @@
"new",
"unclean",
"synced",
"failed"
"failed",
"unsupported"
],
"style": {
"new": "info",
"unclean": "warning",
"synced": "success",
"failed": "danger"
"failed": "danger",
"unsupported": "default"
},
"default": "new",
"isCustom": true,