Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationApiNotifyReadRepoListRequest

Request parameters for notifyReadRepoList operation in NotificationApi.

export
interface

NotificationApiNotifyReadRepoListRequest

Hierarchy

  • NotificationApiNotifyReadRepoListRequest

Index

Properties

all?: string

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

memberof

NotificationApiNotifyReadRepoList

lastReadAt?: string

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

memberof

NotificationApiNotifyReadRepoList

owner: string

owner of the repo

memberof

NotificationApiNotifyReadRepoList

repo: string

name of the repo

memberof

NotificationApiNotifyReadRepoList

statusTypes?: string[]

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

memberof

NotificationApiNotifyReadRepoList

toStatus?: string

Status to mark notifications as. Defaults to read.

memberof

NotificationApiNotifyReadRepoList

Generated using TypeDoc