From c120091d4633b3843f9560cbbc122446a2dec239 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 10 Jan 2023 19:02:28 +0100 Subject: [PATCH] Updated API Reference (markdown) --- API-Reference.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/API-Reference.md b/API-Reference.md index 0fbc0f4..a423a3e 100644 --- a/API-Reference.md +++ b/API-Reference.md @@ -5,17 +5,8 @@ Drive your changedetection.io from other systems with our RESTful API. Use the API key that is generated for you found at `Settings` > `API` -Example - -Request -```bash -curl -H "x-api-key: 1a8cbe83a28440010bd7638bea6d307d" http://localhost:4000/api/v1/watch/b955b13a-aaca-4c68-9ccc-3b3552d83f4c -``` - -A new API key section is added in global config - Always include `x-api-key` header value if enabled, copy/paste the key from the global settings page -For full API docs please visit https://changedetection.io/docs/api_v1/index.html +All API documentation now available at https://changedetection.io/docs/api_v1/index.html