[doc] Updated client/server protocol description

This commit is contained in:
Alex Zolotarev 2011-11-11 18:04:24 +03:00 committed by Alex Zolotarev
parent e635104536
commit 1529969f4b

View file

@ -52,13 +52,15 @@ Response: Credit [, Error]
}
Description: Sent by client when he tries to download the country file
Request: ID, File
Request: ID, Version, File, Size
{
"ID":"12345",
"Cmd":"Download",
"Params":
{
"File":"Belarus.mwm"
"Version":110920,
"File":"Belarus.mwm",
"Size":47123456
}
}
Response: File[, Urls | Error]