mirror of
https://github.com/Radarr/Radarr
synced 2025-03-16 08:50:19 +00:00
Updated API (markdown)
parent
4a005c2d66
commit
d304686d74
1 changed files with 2 additions and 1 deletions
3
API.md
3
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue