fix: enforce at-least-one tag in unbinding request schema

This commit is contained in:
RiskeyL
2026-05-11 18:07:21 +08:00
parent 7abe0ed10b
commit b392b148e6
3 changed files with 39 additions and 3 deletions
+13 -1
View File
@@ -4573,7 +4573,19 @@
"type": "string",
"description": "Knowledge base ID."
}
}
},
"anyOf": [
{
"required": [
"tag_ids"
]
},
{
"required": [
"tag_id"
]
}
]
}
}
}
+13 -1
View File
@@ -4573,7 +4573,19 @@
"type": "string",
"description": "ナレッジベース ID です。"
}
}
},
"anyOf": [
{
"required": [
"tag_ids"
]
},
{
"required": [
"tag_id"
]
}
]
}
}
}
+13 -1
View File
@@ -4573,7 +4573,19 @@
"type": "string",
"description": "知识库 ID。"
}
}
},
"anyOf": [
{
"required": [
"tag_ids"
]
},
{
"required": [
"tag_id"
]
}
]
}
}
}