diff options
author | Paul Frazee <pfrazee@gmail.com> | 2018-04-04 13:20:19 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2018-04-04 13:20:19 -0500 |
commit | ddecc70f08e203f977b04002610b21fb68cf67bb (patch) | |
tree | 60c695a81b6545bc0e430d290c8514edccd1d0dd | |
parent | f41a7b063363c0e3c6f76cc5c992ca134fc7e2f7 (diff) | |
download | dat-deps-ddecc70f08e203f977b04002610b21fb68cf67bb.tar.gz dat-deps-ddecc70f08e203f977b04002610b21fb68cf67bb.zip |
Rename urls field to additionalUrls
-rw-r--r-- | proposals/0000-http-pinning-service-api.md | 4 |
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 } ``` |