Update api.md

This commit is contained in:
Maxim Devaev 2020-09-19 21:05:38 +03:00 committed by GitHub
parent 40a762b80f
commit 7db2ef61db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# API # 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.
## Authorization: `/api/auth` ## Authorization: `/api/auth`
All APIs are restricted to authorization. To make requests, you either need to authorize each request individually, All APIs are restricted to authorization. To make requests, you either need to authorize each request individually,