From 036421de1b5002c9d0d175d6c735ee8d363f9d94 Mon Sep 17 00:00:00 2001 From: Abzie Date: Thu, 9 Feb 2017 17:25:50 +0000 Subject: [PATCH] Fix id list formatting --- Mass-Delete-via-API.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Mass-Delete-via-API.md b/Mass-Delete-via-API.md index dbdf610..913dccb 100644 --- a/Mass-Delete-via-API.md +++ b/Mass-Delete-via-API.md @@ -10,12 +10,17 @@ This will create api.txt and enter the json response, where you can browse at yo The first indented column is the main id that radarr uses, the other indented id's are irrelevent: ` -api.txt - "id": 4 - "id": 7 - "id": 68 - "id": 93 - "id": 2 +api.txt + + "id": 4 + + "id": 7 + + "id": 68 + + "id": 93 + + "id": 2` So, id's 4, 68 and 93 are the id's required for the next step.