From f84ba0fb31403135c31c8dbbb99245f6b87b7d62 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 17 Jul 2023 17:19:41 +0200 Subject: [PATCH] API - Updating API description for handling a single watch --- changedetectionio/api/api_v1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/api/api_v1.py b/changedetectionio/api/api_v1.py index e0c7125c..f81b1d58 100644 --- a/changedetectionio/api/api_v1.py +++ b/changedetectionio/api/api_v1.py @@ -33,7 +33,7 @@ class Watch(Resource): @auth.check_token def get(self, uuid): """ - @api {get} /api/v1/watch/:uuid Get a single watch data + @api {get} /api/v1/watch/:uuid Single watch - get data, recheck, pause, mute. @apiDescription Retrieve watch information and set muted/paused status @apiExample {curl} Example usage: curl http://localhost:4000/api/v1/watch/cc0cfffa-f449-477b-83ea-0caafd1dc091 -H"x-api-key:813031b16330fe25e3780cf0325daa45"