From 374be8531cd74db8d65287d849624f1d3c2fefc9 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 20 Sep 2020 00:24:15 +0300 Subject: [PATCH] Update api.md --- pages/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api.md b/pages/api.md index 52949c4d..a3649fee 100644 --- a/pages/api.md +++ b/pages/api.md @@ -1,5 +1,5 @@ # API -This document describes the Pi-KVM API. Since the system consists of microservices, here is a common API with a common entry point provided by Nginx. The examples above use `curl` and `websocat` with the `-k` parameter to disable SSL certificate verification, since the self-signed certificateis used in the default installation. +This document describes the Pi-KVM API. Since the system consists of microservices, here is a common API with a common entry point provided by Nginx. The examples above use `curl` and [`websocat`](https://github.com/vi/websocat) with the `-k` parameter to disable SSL certificate verification, since the self-signed certificateis used in the default installation. ## Authorization: `/api/auth` All APIs are restricted to authorization. To make requests, you either need to authorize each request individually,