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

13
doc/api/auth/status.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://github.com/lifegpc/pixiv_downloader/raw/master/doc/api/auth/status.json",
"title": "服务器验证状态",
"type": "object",
"properties": {
"has_root_user": {
"type": "boolean",
"description": "Whether to have the root user, if not, the authentication is not needed when adding new user."
}
},
"required": ["has_root_user"]
}