mirror of
https://github.com/langgenius/dify.git
synced 2026-09-02 14:25:35 +08:00
17 lines
597 B
JSON
17 lines
597 B
JSON
{
|
|
"schemaVersion": 2,
|
|
"gaps": [],
|
|
"internalKfsOperationExclusions": [
|
|
{
|
|
"kfsOperationId": "activateDifyWorkspaceIntegration",
|
|
"reasonCode": "INTERNAL_CONTROL_PLANE_ONLY",
|
|
"reason": "Workspace activation is an internal cutover control-plane operation and is never exposed as a product operation."
|
|
},
|
|
{
|
|
"kfsOperationId": "freezeDifyWorkspaceIntegration",
|
|
"reasonCode": "INTERNAL_CONTROL_PLANE_ONLY",
|
|
"reason": "Workspace maintenance freeze is an internal cutover control-plane operation and is never exposed as a product operation."
|
|
}
|
|
]
|
|
}
|