summaryrefslogtreecommitdiffstats
path: root/web/api
diff options
context:
space:
mode:
authorinfeeeee <gyetpet@gmail.com>2018-11-01 09:59:47 +0100
committerCosta Tsaousis <costa@tsaousis.gr>2018-11-01 10:59:47 +0200
commit9476d1fdda2e2ea94511ff8c14cb8f85afad6ac6 (patch)
tree4c445abeffa65763205f73903a7c3b53118b5268 /web/api
parent1a03cb797717799655b466a566cdf589ac1ddce6 (diff)
Changed swagger editor url to the correct one (#4539)
https://editor.swagger.io/?url=https://raw.githubusercontent.com/netdata/netdata/master/web/api/netdata-swagger.yaml is the correct url
Diffstat (limited to 'web/api')
-rw-r--r--web/api/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/api/README.md b/web/api/README.md
index e5c74265fd..973d1bb6b4 100644
--- a/web/api/README.md
+++ b/web/api/README.md
@@ -1,6 +1,6 @@
# netdata REST API
-The complete documentation of the netdata API is available at the **[Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/netdata/netdata/master/web/netdata-swagger.yaml)**.
+The complete documentation of the netdata API is available at the **[Swagger Editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/netdata/netdata/master/web/api/netdata-swagger.yaml)**.
If your prefer it over the Swagger Editor, you can also use **[Swagger UI](https://registry.my-netdata.io/swagger/#!/default/get_data)**. This however does not provide all the information available.