Ver Fonte

Use string arrays for list command

anon há 5 anos atrás
pai
commit
a007d793ec
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 }
 ```