From d304686d749125f26615613fffffb6e9a2b27f0e Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 23 Jun 2020 22:26:05 -0400 Subject: [PATCH] Updated API (markdown) --- API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/API.md b/API.md index ab4fc20..cb4e8b6 100644 --- a/API.md +++ b/API.md @@ -1,6 +1,6 @@ ## URL ## -All API endpoints are based off of `/api` if you access Radarr via `http://localhost:7878` the API root would be `http://localhost:7878/api` +All API endpoints are based off of `/api` or `/api/v3` if you access Radarr via `http://localhost:7878` the API root would be `http://localhost:7878/api` for Radarr v0.2 or `http://localhost:7878/api/v3` for Radarr 3 ## Authentication ## @@ -27,6 +27,7 @@ All requests made to the api endpoint require API Key authentication using the X ## Endpoints ## - API: V3 + - API: V1 - [Calendar](https://github.com/Radarr/Radarr/wiki/API:Calendar) - [Command](https://github.com/Radarr/Radarr/wiki/API:Command)