Github API - Test Config

DELETE /repos/{owner}/{repo}/issues/{issue_number}/assignees
issues
repos

Removes one or more assignees from an issue.
Remove assignees from an issue

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 issue-number

issue-number [scalar]

The number that identifies the issue.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json issue

issue [object]

Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.

Attributes
active_lock_reason string

assignees simple-user []

author_association author-association

body string

Contents of the issue

body_html string

body_text string

closed_at string

comments integer

comments_url string

created_at string

draft boolean

events_url string

html_url string

id integer

labels unknown []

labels_url string

locked boolean

milestone nullable-milestone

node_id string

number integer

Number uniquely identifying the issue within its repository

performed_via_github_app nullable-integration

pull_request 2016

reactions reaction-rollup

repository repository

repository_url string

state string

State of the issue; either 'open' or 'closed'

state_reason string

The reason for the current state

timeline_url string

title string

Title of the issue

updated_at string

url string

URL for the issue

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