yuque_update_doc_from_file
Update a Yuque document's content from a local file. Specify file path and namespace to synchronize the document body with your file.
Instructions
Update document body from local file content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| title | No | ||
| doc_id | No | ||
| format | No | markdown | |
| public | No | ||
| new_slug | No | ||
| file_path | Yes | ||
| namespace | Yes |