We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cede15d commit f59f4b3Copy full SHA for f59f4b3
README.md
@@ -139,7 +139,7 @@ curl 'http://localhost:6800/listspiders.json?project=example&_version=latest'
139
> ```
140
141
```sh
142
-curl 'http://localhost:6800/schedule.json?project=example&_version=latest'
+curl -F project=example -F _version=latest -F spider=quotes http://localhost:6800/schedule.json
143
```
144
145
> ```json
0 commit comments