Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PullRequestShareApi

Hierarchy

  • PullRequestShareApi

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected basePath

basePath: string = "https://dev.azure.com/"

defaultHeaders

defaultHeaders: any

Methods

sharePullRequest

  • sharePullRequest(params: object, extraQueryParams?: any, extraFetchParams?: any): Promise<__type>
  • Sends an e-mail notification about a specific pull request to a set of recipients

    Parameters

    • params: object
      • apiVersion: string
      • body: ShareNotificationContext
      • organization: string
      • project: string
      • pullRequestId: number
      • repositoryId: string
    • Optional extraQueryParams: any
    • Optional extraFetchParams: any

    Returns Promise<__type>

Generated using TypeDoc