commit b3d250485a0fd894783b17b2f04c2318ebf4aa1b parent d7d95ad5efa18a3da0dbbb1e8ac7c8b5dca72e59 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 5 Feb 2024 11:52:53 +0100 return 'implementation' field in /config responses Diffstat:
| M | core/api-challenger.rst | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/core/api-challenger.rst b/core/api-challenger.rst @@ -98,6 +98,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 +115,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: