Add 'unsupported' status to dokumenteSyncstatus in CAIKnowledge and CAIKnowledgeCDokumente; update API documentation and configuration timestamps
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
},
|
||||
"dokumenteSyncstatus": {
|
||||
"type": "enum",
|
||||
"options": ["new", "unclean", "synced", "failed"],
|
||||
"options": ["new", "unclean", "synced", "failed", "unsupported"],
|
||||
"notStorable": true,
|
||||
"utility": true
|
||||
},
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user