mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix wrong endpoint name in documentation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user