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:
parent
a8927d08ab
commit
ebb93d9d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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...
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue