Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationApiNotifyGetRepoListRequest

Request parameters for notifyGetRepoList operation in NotificationApi.

export
interface

NotificationApiNotifyGetRepoListRequest

Hierarchy

  • NotificationApiNotifyGetRepoListRequest

Index

Properties

all?: boolean

If true, show notifications marked as read. Default value is false

memberof

NotificationApiNotifyGetRepoList

before?: string

Only show notifications updated before the given time. This is a timestamp in RFC 3339 format

memberof

NotificationApiNotifyGetRepoList

limit?: number

page size of results

memberof

NotificationApiNotifyGetRepoList

owner: string

owner of the repo

memberof

NotificationApiNotifyGetRepoList

page?: number

page number of results to return (1-based)

memberof

NotificationApiNotifyGetRepoList

repo: string

name of the repo

memberof

NotificationApiNotifyGetRepoList

since?: string

Only show notifications updated after the given time. This is a timestamp in RFC 3339 format

memberof

NotificationApiNotifyGetRepoList

statusTypes?: string[]

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

memberof

NotificationApiNotifyGetRepoList

subjectType?: ("repository" | "issue" | "pull" | "commit")[]

filter notifications by subject type

memberof

NotificationApiNotifyGetRepoList

Generated using TypeDoc