mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
indicate that the feedLink property is not always filled (#1146)
This commit is contained in:
@@ -22,7 +22,7 @@ public class Entries implements Serializable {
|
||||
@ApiModelProperty(value = "times the server tried to refresh the feed and failed", required = true)
|
||||
private int errorCount;
|
||||
|
||||
@ApiModelProperty(value = "URL of the website, extracted from the feed", required = true)
|
||||
@ApiModelProperty(value = "URL of the website, extracted from the feed, only filled if querying for feed entries, not category entries")
|
||||
private String feedLink;
|
||||
|
||||
@ApiModelProperty(value = "list generation timestamp", required = true)
|
||||
|
||||
Reference in New Issue
Block a user