From bab362fb7d9fdaaa28bbdd55bfecad306a5a8804 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 28 Aug 2025 14:38:19 +0200 Subject: [PATCH] Update api-spec.yaml --- docs/api-spec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-spec.yaml b/docs/api-spec.yaml index 51b10ac6..b89ddf49 100644 --- a/docs/api-spec.yaml +++ b/docs/api-spec.yaml @@ -6,7 +6,7 @@ info: REST API for managing Page watches, Group tags, and Notifications. - changedetection.io can be driven by its built in simple API, in the examples below you will also find `curl` command line examples to help you. + changedetection.io can be driven by its built in simple API, in the examples below you will also find `curl` command line and `python` examples to help you get started faster. ## Where to find my API key? @@ -1293,4 +1293,4 @@ paths: watch_count: 42 tag_count: 5 uptime: "2 days, 3:45:12" - version: "0.50.10" \ No newline at end of file + version: "0.50.10"