mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
added ability to exclude subscriptions from markAll
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.commafeed.frontend.model.request;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@@ -23,4 +24,7 @@ public class MarkRequest implements Serializable {
|
||||
required = false)
|
||||
private Long olderThan;
|
||||
|
||||
@ApiProperty(value = "if marking a category or 'all', exclude those subscriptions from the marking", required = false)
|
||||
private List<Long> excludedSubscriptions;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user