mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
remove stargazer_id from this example since it is not used
This commit is contained in:
parent
a4975e430b
commit
294d3ab050
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue