From 22298b56c921d387d6a0d3a6b144f7767ac57c0d Mon Sep 17 00:00:00 2001 From: AppleTheGolden Date: Sat, 11 Oct 2025 19:59:12 +0200 Subject: [PATCH] update devnotes.md --- docs/devnotes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/devnotes.md b/docs/devnotes.md index fce97e1f..d130e20c 100644 --- a/docs/devnotes.md +++ b/docs/devnotes.md @@ -199,6 +199,8 @@ authenticate using header `Cookie: cppwd=foo` or url param `&pw=foo` | GET | `?th` | get image/video at URL as thumbnail | | GET | `?th=opus` | convert audio file to 128kbps opus | | GET | `?th=caf` | ...in the iOS-proprietary container | +| GET | `?zls` | get listing of filepaths in zip file at URL | +| GET | `?zget=path` | get specific file from inside a zip file at URL | | method | body | result | |--|--|--|