From 8e26db81cd119349106c801c175cf54cc26bd8dd Mon Sep 17 00:00:00 2001 From: Jonathan Flueren Date: Mon, 23 May 2022 22:24:51 +0200 Subject: [PATCH] Correct wrong API response documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 190f3f9..e2ccb4e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Either from the official Nextcloud app store ([link to app page](https://apps.ne * **get subscription changes**: `GET /index.php/apps/gpoddersync/subscriptions` * *(optional)* GET parameter `since` (UNIX time) * **upload subscription changes** : `POST /index.php/apps/gpoddersync/subscription_change/create` - * returns nothing + * returns JSON with current timestamp The API replicates this: https://gpoddernet.readthedocs.io/en/latest/api/reference/subscriptions.html