소스 검색

Set Path endpoint obsolete

Joshua M. Boniface 1 년 전
부모
커밋
1e0bd32358
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Jellyfin.Api/Controllers/ConfigurationController.cs

+ 1 - 0
Jellyfin.Api/Controllers/ConfigurationController.cs

@@ -125,6 +125,7 @@ namespace Jellyfin.Api.Controllers
         /// <param name="mediaEncoderPath">Media encoder path form body.</param>
         /// <response code="204">Media encoder path updated.</response>
         /// <returns>Status.</returns>
+        [Obsolete("This endpoint is obsolete.")]
         [HttpPost("MediaEncoder/Path")]
         [Authorize(Policy = Policies.FirstTimeSetupOrElevated)]
         [ProducesResponseType(StatusCodes.Status204NoContent)]