diff --git a/r2/r2/controllers/api.py b/r2/r2/controllers/api.py index 9dc41c98c..59df52e96 100755 --- a/r2/r2/controllers/api.py +++ b/r2/r2/controllers/api.py @@ -3634,6 +3634,7 @@ class ApiController(RedditController, OAuth2ResourceController): c.user._commit() @noresponse(VGold(), + VModhash(), links = VByName('links', thing_cls=Link, multiple=True, limit=100)) def POST_store_visits(self, links):