You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/v3/pulls.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Pass the appropriate [media type](/v3/media/#commits-commit-comparison-and-pull-
80
80
Name | Type | Description
81
81
-----|------|-------------
82
82
`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`.
84
84
`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.
85
85
`body`|`string` | The contents of the pull request.
0 commit comments