Update document

This commit is contained in:
2022-10-18 02:30:54 +00:00
committed by GitHub
parent b2c964c664
commit dc541b8eef
8 changed files with 98 additions and 1 deletions

9
doc/api/auth.md Normal file
View File

@@ -0,0 +1,9 @@
[中文简体](auth.zh_CN.md)
# Authentication related APIs
## Get server authentication status
* route: `/auth/status` or `/api/auth/status`
* method: `GET` or `POST`
* auth: Not needed
* parameters: None
* [Example](auth/status.example.json) of the response
* [JSON schema](auth/status.json) of the response