remove stargazer_id from this example since it is not used

This commit is contained in:
Michael Baird 2017-07-03 11:22:53 -05:00
parent a4975e430b
commit 294d3ab050

View file

@ -331,7 +331,7 @@ Request:
```
curl localhost:10101/index/user/input/stargazer-input \
-X POST \
-d '[{"language_id": "Go", "repo_id": 92274475, "stargazer_id": 513111}]'
-d '[{"language_id": "Go", "repo_id": 92274475}]'
```
Response: