Fix: add compatibility route for document download under /v1 (#14663)

### What problem does this PR solve?

add compatibility route for document download under /v1

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
buua436
2026-05-08 14:44:02 +08:00
committed by GitHub
parent 1bcb6deb6f
commit d843035c8b
2 changed files with 21 additions and 1 deletions

View File

@@ -6882,7 +6882,7 @@ Failure:
curl --request GET \
--url 'http://{address}/api/v1/documents/{doc_id}/download?ext=pdf' \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--output ./downloaded_attachment.pdf
--output ./downloaded_attachment.pdf
```
##### Request parameters