Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RepositoryApiRepoListPullRequestsRequest

Request parameters for repoListPullRequests operation in RepositoryApi.

export
interface

RepositoryApiRepoListPullRequestsRequest

Hierarchy

  • RepositoryApiRepoListPullRequestsRequest

Index

Properties

labels?: number[]

Label IDs

memberof

RepositoryApiRepoListPullRequests

limit?: number

page size of results

memberof

RepositoryApiRepoListPullRequests

milestone?: number

ID of the milestone

memberof

RepositoryApiRepoListPullRequests

owner: string

owner of the repo

memberof

RepositoryApiRepoListPullRequests

page?: number

page number of results to return (1-based)

memberof

RepositoryApiRepoListPullRequests

repo: string

name of the repo

memberof

RepositoryApiRepoListPullRequests

sort?: "priority" | "oldest" | "recentupdate" | "leastupdate" | "mostcomment" | "leastcomment"

Type of sort

memberof

RepositoryApiRepoListPullRequests

state?: "all" | "closed" | "open"

State of pull request: open or closed (optional)

memberof

RepositoryApiRepoListPullRequests

Generated using TypeDoc