Skip to content

Commit

Permalink
Merge pull request #44 from 1deadpixl/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Download Station API example
  • Loading branch information
kwent authored Nov 11, 2019
2 parents 7e10161 + aa70d01 commit cb3dc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ $ syno fs getInfo --pretty
# File Station API - Enumerate files in a given folder
$ syno fs listFiles --payload '{"folder_path":"/path/to/folder"}' --pretty
# Download Station API - List download tasks
$ syno dl listFiles --payload '{"limit":5, "offset":10}' --pretty
$ syno dl listTasks --payload '{"limit":5, "offset":10}' --pretty
# Download Station API - Create a download task
$ syno dl createTask --payload '{"uri":"https://link"}'
# Audio Station API - Search a song
Expand Down

0 comments on commit cb3dc24

Please sign in to comment.