Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationApiNotifyReadListRequest

Request parameters for notifyReadList operation in NotificationApi.

export
interface

NotificationApiNotifyReadListRequest

Hierarchy

  • NotificationApiNotifyReadListRequest

Index

Properties

all?: string

If true, mark all notifications on this repo. Default value is false

memberof

NotificationApiNotifyReadList

lastReadAt?: string

Describes the last point that notifications were checked. Anything updated since this time will not be updated.

memberof

NotificationApiNotifyReadList

statusTypes?: string[]

Mark notifications with the provided status types. Options are: unread, read and/or pinned. Defaults to unread.

memberof

NotificationApiNotifyReadList

toStatus?: string

Status to mark notifications as, Defaults to read.

memberof

NotificationApiNotifyReadList

Generated using TypeDoc