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.
This commit is contained in:
Doug Calobrisi 2016-05-20 10:28:44 -04:00
parent a8927d08ab
commit ebb93d9d2f

View file

@ -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...