From 9dc06c21efbec6c14f388078761c3a2f7cd9093e Mon Sep 17 00:00:00 2001 From: curly Date: Tue, 27 Aug 2024 15:59:41 -0600 Subject: UseRegistrationKeys feature --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 20e9412..ea54219 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ - 500 Internal Server Error - JSON `"Not an admin"` - JSON `"Key already exists"` + - JSON `"Keys aren't used on this server"` - POST `/admin/regkey/del` - Request - JSON `{"id": "ID", "session": "SESSION_KEY", "key": "REGISTRATION_KEY"}` @@ -120,10 +121,12 @@ - 500 Internal Server Error - JSON `"Not an admin"` - JSON `"Could not find key"` + - JSON `"Keys aren't used on this server"` - POST `/admin/regkey/list` - Request - JSON `{"id": "ID", "session": "SESSION_KEY"}` - Response - 200 Ok - 500 Internal Server Error - - JSON `"Not an admin"` \ No newline at end of file + - JSON `"Not an admin"` + - JSON `"Keys aren't used on this server"` \ No newline at end of file -- cgit v1.2.3