correct the method type for the api that queries tags bound to a dataset (#614)

Co-authored-by: Riskey <riskey47@dify.ai>
This commit is contained in:
Riskey
2025-12-12 17:42:34 +08:00
committed by GitHub
parent 18b4e1683d
commit f258cdffcb
3 changed files with 3 additions and 3 deletions

View File

@@ -1613,7 +1613,7 @@
} }
}, },
"/datasets/{dataset_id}/tags": { "/datasets/{dataset_id}/tags": {
"post": { "get": {
"tags": [ "tags": [
"Metadata & Tags" "Metadata & Tags"
], ],

View File

@@ -1613,7 +1613,7 @@
} }
}, },
"/datasets/{dataset_id}/tags": { "/datasets/{dataset_id}/tags": {
"post": { "get": {
"tags": [ "tags": [
"メタデータ・タグ" "メタデータ・タグ"
], ],

View File

@@ -1613,7 +1613,7 @@
} }
}, },
"/datasets/{dataset_id}/tags": { "/datasets/{dataset_id}/tags": {
"post": { "get": {
"tags": [ "tags": [
"元数据和标签" "元数据和标签"
], ],