mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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 <pr_id>`, i.e `./scripts/github-apply 5926`
This commit is contained in:
committed by
Neil Lathwood
parent
48f06bb48a
commit
65b40bc870
@@ -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.
|
||||
|
Reference in New Issue
Block a user