Skip to content

Commit

Permalink
Fix errors in the definition
Browse files Browse the repository at this point in the history
Fix steemit#416

Add "id":1
  • Loading branch information
economicstudio committed Feb 7, 2019
1 parent 71bb3fb commit 598640d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/apidefinitions/reputation_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"reputation": 0
}
curl_examples:
- '{"jsonrpc":"2.0", "method":"reputation_api.get_account_reputations", "params": {"account_lower_bound": "steemit", "limit": 1}}'
- '{"jsonrpc":"2.0", "method":"reputation_api.get_account_reputations", "params": {"account_lower_bound": "steemit", "limit": 1}, "id":1}'
mainnet:
working: true
detail: ""

0 comments on commit 598640d

Please sign in to comment.