Merge pull request #50 from ftsimas/master

Fix typos in "REST API" documentation.
This commit is contained in:
Naim A 2019-02-10 22:43:49 +02:00 committed by GitHub
commit 94363a4c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,9 +30,9 @@ All Endpoints require a authorization token which must be set in the configurati
- seeders & leechers
- times the torrent's download was completed
- Preforming actions on torrents
- Performing actions on torrents
`POST /t/<info_hash>&action=<action>&token=... HTTP/1.0`
`POST /t/<info_hash>?action=<action>&token=... HTTP/1.0`
Valid actions are: `flag`, `unflag`, `add` & `remove`.