From 992a11d35fbf590612fba38fe67db7a5b2b00aed Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Tue, 17 Jan 2023 20:38:08 +0530 Subject: [PATCH] add ssh option to README usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7597ff5..815d1c8 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ Currently, PublAPI has only two routes, /online and /signup. | ROUTE | TYPE | EXTRA ARGS | DESCRIPTION | |---------|------|-----------------|------------------------------------| | /online | GET | N/A | Returns the number of online users | -| /signup | POST | username, email | Creates a register script and notifies admins that a new registration request was sent | +| /signup | POST | username, email, ssh | Creates a register script and notifies admins that a new registration request was sent. Note: SSH Key must be sent in base64 form |