From 1e1c13dd38cf139807d72a2a06ec85846efd3ce8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 2 Sep 2024 16:31:03 -0400 Subject: [PATCH] fix number of headers --- doc/design/p2p_protocol_over_http.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/design/p2p_protocol_over_http.mdwn b/doc/design/p2p_protocol_over_http.mdwn index 372c21998c..90d68fa371 100644 --- a/doc/design/p2p_protocol_over_http.mdwn +++ b/doc/design/p2p_protocol_over_http.mdwn @@ -295,7 +295,7 @@ Same as v3, except the JSON will not include "plusuuids". Identical to v1. -## POST /git-annex/$uuid/v3/remove-before +### POST /git-annex/$uuid/v3/remove-before Remove a key's content from the server, but only before a specified time. @@ -313,7 +313,7 @@ removal will fail and the server will respond with: `{"removed": false}` This is used to avoid removing content after a point in time where it is no longer locked in other repostitories. -## POST /git-annex/$uuid/v3/gettimestamp +### POST /git-annex/$uuid/v3/gettimestamp Gets the current timestamp from the server.