PullRequestCreateRequest.Base Property

Definition

The name of the branch you want the 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.

[System.Text.Json.Serialization.JsonPropertyName("base")]
public string Base { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("base")>]
member this.Base : string with get, set
Public Property Base As String

Property Value

Attributes

Applies to