This commit is contained in:
Athou
2013-05-17 13:31:43 +02:00
parent f5843e28b6
commit 62e851cacf
4 changed files with 46 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ public class MarkRequest implements Serializable {
@ApiProperty(value = "mark as read or unread")
private boolean read;
@ApiProperty(value = "only entries older than this, prevent marking an entry that was not retrieved", required = false)
@ApiProperty(value = "only entries older than this, pass the timestamp you got from the entry list to prevent marking an entry that was not retrieved", required = false)
private Long olderThan;
public String getId() {