From 65b40bc870fe8583f6ab6eb50cbad6f437ab40e3 Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Thu, 31 May 2018 17:55:20 +0200 Subject: [PATCH] docs: Fixed a few typo's (#8794) Nothing major, just spotted it as I went through the docs. DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply `, i.e `./scripts/github-apply 5926` --- doc/API/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/API/index.md b/doc/API/index.md index 83c25f5355..9c488ac3ce 100644 --- a/doc/API/index.md +++ b/doc/API/index.md @@ -17,7 +17,7 @@ To access any of the token end points you will be required to authenticate using ## Endpoints -Whilst this documentation will describe and show examples of the end points, we've designed the API so you should be able to traverse through it without know any of the available API routes. +Whilst this documentation will describe and show examples of the end points, we've designed the API so you should be able to traverse through it without knowing any of the available API routes. You can do this by first calling `/api/v0`: @@ -47,7 +47,7 @@ curl -X POST -d '{"hostname":"localhost.localdomain","version":"v1","community": ## Output -Output from the API currently is via two output types. +Output from the API currently is via two output types: - JSON Most API responses will output json. As show in the example for calling the API endpoint. - PNG This is for when the request is for an image such as a graph for a switch port.