diff --git a/Jellyfin.Api/Controllers/AttachmentsController.cs b/Jellyfin.Api/Controllers/AttachmentsController.cs
index b0cdfb86e..30fb951cf 100644
--- a/Jellyfin.Api/Controllers/AttachmentsController.cs
+++ b/Jellyfin.Api/Controllers/AttachmentsController.cs
@@ -41,7 +41,9 @@ namespace Jellyfin.Api.Controllers
/// Video ID.
/// Media Source ID.
/// Attachment Index.
- /// Attachment.
+ /// Attachment retrieved.
+ /// Video or attachment not found.
+ /// An containing the attachment stream on success, or a if the attachment could not be found.
[HttpGet("{VideoID}/{MediaSourceID}/Attachments/{Index}")]
[Produces("application/octet-stream")]
[ProducesResponseType(StatusCodes.Status200OK)]