From 1933aa01068f95b3067b6a1ae17ed3df4e332112 Mon Sep 17 00:00:00 2001 From: Ben Tillman Date: Wed, 24 May 2017 10:22:08 +1200 Subject: [PATCH] Fix incorrect parameter for get request example --- view/template/developer/_quickstartCredits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/template/developer/_quickstartCredits.php b/view/template/developer/_quickstartCredits.php index bd473a17..065d52b6 100644 --- a/view/template/developer/_quickstartCredits.php +++ b/view/template/developer/_quickstartCredits.php @@ -50,7 +50,7 @@

Enjoy a Hollywood Film

It's a Disaster starring David Cross is just one of tens of thousands of great pieces of content available. Check it out!

-$curl 'http://localhost:5279/lbryapi' --data '{"method":"get","params":{"name":"itsadisaster"} }' +$curl 'http://localhost:5279/lbryapi' --data '{"method":"get","params":{"uri":"itsadisaster"} }' [ { //some response fields omitted for brevity