Skip to content

Commit 496874d

Browse files
committed
dont advertise that head can be a commit sha
1 parent 851c383 commit 496874d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/v3/pulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Pass the appropriate [media type](/v3/media/#commits-commit-comparison-and-pull-
8080
Name | Type | Description
8181
-----|------|-------------
8282
`title`|`string` | **Required**. The title of the pull request.
83-
`head`|`string` | **Required**. The name of the git ref (or a commit SHA) where your changes are implemented. For cross-repository pull requests in the same network, namespace `head` with a user like this: `username:branch`.
83+
`head`|`string` | **Required**. The name of the branch where your changes are implemented. For cross-repository pull requests in the same network, namespace `head` with a user like this: `username:branch`.
8484
`base`|`string` | **Required**. The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository.
8585
`body`|`string` | The contents of the pull request.
8686

0 commit comments

Comments
 (0)