mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
wording
This commit is contained in:
@@ -41,7 +41,7 @@ public class Entries implements Serializable {
|
|||||||
@ApiProperty("list of entries")
|
@ApiProperty("list of entries")
|
||||||
private List<Entry> entries = Lists.newArrayList();
|
private List<Entry> entries = Lists.newArrayList();
|
||||||
|
|
||||||
@ApiProperty("true if the unread flag was ignored in the request, all entries are returned regardless of their read status")
|
@ApiProperty("if true, the unread flag was ignored in the request, all entries are returned regardless of their read status")
|
||||||
private boolean ignoredReadStatus;
|
private boolean ignoredReadStatus;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user