From 49aa05e490e3443ab05266da8ae3c80d841af05f Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 15 Dec 2015 13:21:25 -0800 Subject: [PATCH] RenameFiles and RenameSeries commands --- API/Command.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/API/Command.md b/API/Command.md index 53ad9f3..73de2b9 100644 --- a/API/Command.md +++ b/API/Command.md @@ -134,4 +134,22 @@ Instruct Sonarr to perform an RSS sync with all enabled indexers ##### Parameters ###### -None \ No newline at end of file +None + +--- + +### RenameFiles ### +Instruct Sonarr to rename the list of files provided. + +##### Parameters ###### + +`files (int[])` (List of File IDs to rename) + +--- + +### RenameSeries ### +Instruct Sonarr to rename all files in the provided series. + +##### Parameters ###### + +`seriesIds (int[])` (List of Series IDs to rename) \ No newline at end of file