echo"Marking as unread. entry: $eid title: $title"
curl --fail -s -X PUT "$MURL/v1/entries"\
--json "$(jo entry_ids="$(jo -a "$eid")"status=unread)"\
--json "$(jo "entry_ids[]=$eid"status=unread)"\
-H "X-Auth-Token: $MINIFLUX_TOKEN"
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.