aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2018-04-04 13:20:19 -0500
committerPaul Frazee <pfrazee@gmail.com>2018-04-04 13:20:19 -0500
commitddecc70f08e203f977b04002610b21fb68cf67bb (patch)
tree60c695a81b6545bc0e430d290c8514edccd1d0dd
parentf41a7b063363c0e3c6f76cc5c992ca134fc7e2f7 (diff)
downloaddat-deps-ddecc70f08e203f977b04002610b21fb68cf67bb.tar.gz
dat-deps-ddecc70f08e203f977b04002610b21fb68cf67bb.zip
Rename urls field to additionalUrls
-rw-r--r--proposals/0000-http-pinning-service-api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/proposals/0000-http-pinning-service-api.md b/proposals/0000-http-pinning-service-api.md
index 87b026c..7dcaf1f 100644
--- a/proposals/0000-http-pinning-service-api.md
+++ b/proposals/0000-http-pinning-service-api.md
@@ -159,7 +159,7 @@ Response body (JSON):
name: String, optional shortname assigned by the user
title: String, optional title extracted from the dat's manifest file
description: String, optional description extracted from the dat's manifest file
- urls: Array of Strings, optional list of URLs the dat can be accessed at
+ additionalUrls: Array of Strings, optional list of URLs the dat can be accessed at
}]
}
```
@@ -208,7 +208,7 @@ Response body (JSON):
name: String, optional shortname assigned by the user
title: String, optional title extracted from the dat's manifest file
description: String, optional description extracted from the dat's manifest file
- urls: Array of Strings, optional list of URLs the dat can be accessed at
+ additionalUrls: Array of Strings, optional list of URLs the dat can be accessed at
}
```