Github API - Test Config

POST /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers
repos
pulls

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. See "Secondary rate limits" and "Dealing with secondary rate limits" for details.
Request reviewers for a pull request

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key pull-number

pull-number [scalar]

The number that identifies the pull request.

API:
Github Open API
(version: 1.1.4)

Returns
201 application/json pull-request-simple

pull-request-simple [object]

Pull Request Simple

Attributes
_links 2093

active_lock_reason string

assignees simple-user []

author_association author-association

auto_merge auto-merge

base 2094

body string

closed_at string

comments_url string

commits_url string

created_at string

diff_url string

draft boolean

Indicates whether or not the pull request is a draft.

head 2095

html_url string

id integer

issue_url string

labels 2096 []

locked boolean

merge_commit_sha string

merged_at string

milestone nullable-milestone

node_id string

number integer

patch_url string

requested_reviewers simple-user []

requested_teams team []

review_comment_url string

review_comments_url string

state string

statuses_url string

title string

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
403 forbidden

forbidden [scalar]

Forbidden

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)