Skip to content

Commit

Permalink
Fix http verb for queueing assets
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldgray committed Oct 19, 2022
1 parent 388f7bf commit 84b2355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion walkthroughs/sample_requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ The recommended/typical usage is to batch a number of images (e.g. 100) for inge
```
```bash
$ curl -X PUT https://api.dlcs/customers/4/queue -v \
$ curl -X POST https://api.dlcs/customers/4/queue -v \
-d '@batch.json' \
-H "Content-Type: application/json" \
-u my-key:my-key-secret
Expand Down

0 comments on commit 84b2355

Please sign in to comment.