Update the statistics right now.
None.
Update the stats of the video 550.
curl -X POST \ -d "api_key=75b5744011e2dddbf2261e157505958b" \ --url "http://heyspread.com/api2/video/550/stats"
video = HeySpread::Video.find(550) video.update_statistics
$video = HeySpread_Video::find(550); $video->updateStatistics();
204 No Content
All good, empty response.
400 Bad Request
<errors> <error>You don't have enough credit</error> </errors>