summaryrefslogtreecommitdiff
path: root/core/api-challenger.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-challenger.rst')
-rw-r--r--core/api-challenger.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/api-challenger.rst b/core/api-challenger.rst
index 00035c52..914d8d01 100644
--- a/core/api-challenger.rst
+++ b/core/api-challenger.rst
@@ -88,6 +88,7 @@ Using the ``/info`` endpoint the client can then finally obtain the (now)
verified address of the user.
.. contents:: Table of Contents
+ :local:
.. include:: tos.rst
@@ -98,6 +99,7 @@ Receiving Configuration
.. http:get:: /config
Obtain the key configuration settings of the storage service.
+ This specification corresponds to ``current`` protocol being version **0**.
**Response:**
@@ -114,6 +116,10 @@ Receiving Configuration
// The format is "current:revision:age".
version: string;
+ // URN of the implementation (needed to interpret 'revision' in version).
+ // @since v0, may become mandatory in the future.
+ implementation?: string;
+
}
.. _challenger-setup: