diff --git a/Jellyfin.Api/Controllers/DevicesController.cs b/Jellyfin.Api/Controllers/DevicesController.cs
index ebe7b7584b..8292cf83b5 100644
--- a/Jellyfin.Api/Controllers/DevicesController.cs
+++ b/Jellyfin.Api/Controllers/DevicesController.cs
@@ -99,11 +99,9 @@ namespace Jellyfin.Api.Controllers
/// Device Id.
/// Device Options.
/// Device options updated.
- /// Device not found.
- /// A on success, or a if the device could not be found.
+ /// A .
[HttpPost("Options")]
[ProducesResponseType(StatusCodes.Status204NoContent)]
- [ProducesResponseType(StatusCodes.Status404NotFound)]
public async Task UpdateDeviceOptions(
[FromQuery, Required] string id,
[FromBody, Required] DeviceOptionsDto deviceOptions)