From ddecc70f08e203f977b04002610b21fb68cf67bb Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 4 Apr 2018 13:20:19 -0500 Subject: Rename urls field to additionalUrls --- proposals/0000-http-pinning-service-api.md | 4 ++-- 1 file 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 } ``` -- cgit v1.2.3