From ebb93d9d2f0d912e4500465d2cf3204f21cb8b56 Mon Sep 17 00:00:00 2001 From: Doug Calobrisi Date: Fri, 20 May 2016 10:28:44 -0400 Subject: [PATCH] Corrects example URL in Slicing API Doc This fixes a simple typo in the API doc for fetching slicing profiles. The previous example had /profiles appended to it, whereas it should just be /api/slicing to fetch a list of all slicers and profiles. --- docs/api/slicing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/slicing.rst b/docs/api/slicing.rst index 5204da15..5a56b960 100644 --- a/docs/api/slicing.rst +++ b/docs/api/slicing.rst @@ -32,7 +32,7 @@ List All Slicers and Slicing Profiles .. sourcecode:: http - GET /api/slicing/profiles HTTP/1.1 + GET /api/slicing HTTP/1.1 Host: example.com X-Api-Key: abcdef...