From 647d1a4d0bcd38cb9d465df425fefeb9fba911e0 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Fri, 26 Mar 2021 13:14:25 +0100 Subject: [PATCH] Auto: misc. --- journal/2021-03-26.md | 1 + restore-etherpad-revision.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 restore-etherpad-revision.md diff --git a/journal/2021-03-26.md b/journal/2021-03-26.md index ca23ec546..9ee31c080 100644 --- a/journal/2021-03-26.md +++ b/journal/2021-03-26.md @@ -4,6 +4,7 @@ - [[philosopher life]] - [[push]] [[etherpad]] - [[etherpad plugins]] + - [[restore etherpad revision]] - [[index]] - the stoa got unintentionally clobbered - must restore to version 2169 diff --git a/restore-etherpad-revision.md b/restore-etherpad-revision.md new file mode 100644 index 000000000..a2e808549 --- /dev/null +++ b/restore-etherpad-revision.md @@ -0,0 +1,3 @@ +# restore etherpad revision + +- ```curl -i "https://stoa.anagora.org/api/1.2.15/restoreRevision?apikey=$(cat APIKEY.txt)&padID=example&rev=42" --get```