Browse Source

Use string arrays for list command

anon 5 years ago
parent
commit
a007d793ec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Client-Server Protocol.md

+ 1 - 1
Client-Server Protocol.md

@@ -78,7 +78,7 @@ Server:
 ```
 {
 	"command": "put",
-	"response": string,
+	"names": string[],
 	"remaining": int
 }
 ```