mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-24 14:37:07 -04:00
Deprecate /api/v3/moviefile/editor
This commit is contained in:
parent
f7da5b0866
commit
1d855aed00
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
|
@ -104,6 +105,7 @@ namespace Radarr.Api.V3.MovieFiles
|
|||
return Accepted(movieFile.Id);
|
||||
}
|
||||
|
||||
[Obsolete("Use bulk endpoint instead")]
|
||||
[HttpPut("editor")]
|
||||
[Consumes("application/json")]
|
||||
public object SetMovieFile([FromBody] MovieFileListResource resource)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue