PullRequestUpdateRequest.Base Property

Definition

The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. You cannot update the base branch on a pull request to point to 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