Skip to content

Commit 52bf003

Browse files
committed
Document new pull request listing filters
1 parent d79af7b commit 52bf003

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

content/v3/pulls.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ state
4141
: _Optional_ **string** - `open` or `closed` to filter by state. Default
4242
is `open`.
4343

44+
head
45+
: _Optional_ **string** - Filter pulls by head user and branch name in the format
46+
of: `user:ref-name`. Example: `github:new-script-format`.
47+
48+
base
49+
: _Optional_ **string** - Filter pulls by base branch name. Example:
50+
`gh-pages`.
51+
4452
### Response
4553

4654
<%= headers 200 %>

0 commit comments

Comments
 (0)