mirror of
https://github.com/tubearchivist/docs.git
synced 2025-04-04 19:20:13 +00:00
move curl add to queue example
This commit is contained in:
parent
7917f71507
commit
6f2e0083f9
@ -25,6 +25,15 @@ Delete download queue items by filter:
|
||||
**DELETE** `/api/download/?filter=ignore`
|
||||
**DELETE** `/api/download/?filter=pending`
|
||||
|
||||
???+ "Curl Example"
|
||||
```bash
|
||||
# add video to download queue
|
||||
curl -XPOST -v /api/download/ \
|
||||
-H "Authorization: Token xxxxxxxxxx" \
|
||||
-H 'Content-Type: application/json' \
|
||||
-d '{"data":[{"youtube_id": "<video-id>", "status":"pending"}]}'
|
||||
```
|
||||
|
||||
## Download Queue Item
|
||||
**GET** `/api/download/<video_id>/`
|
||||
**POST** `/api/download/<video_id>/`
|
||||
|
Loading…
Reference in New Issue
Block a user