summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-11-19 21:14:33 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2017-11-19 21:14:33 -0500
commitd7955441038d61d7c66313fe7330f37a8b906518 (patch)
tree76b9dd3641d188a82d4e9d0fc513d5ec4c24e4b7 /ipfs-api/src/response
parent1bb1691f617d7a2114150a4de382868b689d6dd8 (diff)
finish implementing multipart api
Diffstat (limited to 'ipfs-api/src/response')
-rw-r--r--ipfs-api/src/response/add.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/src/response/add.rs b/ipfs-api/src/response/add.rs
index bb29a89..24c82ac 100644
--- a/ipfs-api/src/response/add.rs
+++ b/ipfs-api/src/response/add.rs
@@ -11,5 +11,5 @@
pub struct AddResponse {
pub name: String,
pub hash: String,
- pub bytes: i64,
+ pub size: String,
}