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```