Push a discovered release into the configured torrent client. Returns the updated [`ReleaseDto`] (with the `sentToClientAt` badge fields set) so the frontend can update the card from the response without a refetch.
POST/api/v1/releases/:id/send-to-client
Push a discovered release into the configured torrent client. Returns the
updated [ReleaseDto] (with the sentToClientAt badge fields set) so the
frontend can update the card from the response without a refetch.
Request
Responses
- 200
- 400
- 404
- 502
- 503
Release has neither a magnet nor a torrent URL
No release with that id
The torrent client rejected the add or was unreachable
Download integration is disabled