mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-26 13:18:34 +07:00
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:
@@ -1613,7 +1613,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/datasets/{dataset_id}/tags": {
|
"/datasets/{dataset_id}/tags": {
|
||||||
"post": {
|
"get": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"Metadata & Tags"
|
"Metadata & Tags"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1613,7 +1613,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/datasets/{dataset_id}/tags": {
|
"/datasets/{dataset_id}/tags": {
|
||||||
"post": {
|
"get": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"メタデータ・タグ"
|
"メタデータ・タグ"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1613,7 +1613,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/datasets/{dataset_id}/tags": {
|
"/datasets/{dataset_id}/tags": {
|
||||||
"post": {
|
"get": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"元数据和标签"
|
"元数据和标签"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user