diff options
-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 } ``` |