fix wrong endpoint name in documentation

This commit is contained in:
Athou
2023-12-29 10:53:38 +01:00
parent dc95044fbc
commit 4c532cf028

View File

@@ -77,7 +77,7 @@ public class EntryREST {
@Path("/star")
@POST
@UnitOfWork
@Operation(summary = "Mark a feed entry", description = "Mark a feed entry as read/unread")
@Operation(summary = "Star a feed entry", description = "Mark a feed entry as read/unread")
@Timed
public Response starEntry(@Parameter(hidden = true) @SecurityCheck User user,
@Valid @Parameter(description = "Star Request", required = true) StarRequest req) {