[PR #20659] Update template.zh.mdx-fix document update metadata body param #29456

Closed
opened 2026-02-21 20:45:36 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/20659

State: closed
Merged: Yes


as the example , the type should be a typo ,change it to value

curl --location --request POST 'http://10.65.9.79:8080/v1/datasets/{dataset_id}/documents/metadata' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: application/json'\
--data-raw '{"operation_data": [{"document_id": "document_id", "metadata_list": [{"id": "id", "value": "value", "name": "name"}]}]}'
**Original Pull Request:** https://github.com/langgenius/dify/pull/20659 **State:** closed **Merged:** Yes --- as the example , the type should be a typo ,change it to value ``` curl --location --request POST 'http://10.65.9.79:8080/v1/datasets/{dataset_id}/documents/metadata' \ --header 'Authorization: Bearer {api_key}' \ --header 'Content-Type: application/json'\ --data-raw '{"operation_data": [{"document_id": "document_id", "metadata_list": [{"id": "id", "value": "value", "name": "name"}]}]}' ```
yindo added the pull-request label 2026-02-21 20:45:36 -05:00
yindo closed this issue 2026-02-21 20:45:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#29456