Github API - Test Config

GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}
issues
repos

Checks if a user has permission to be assigned to a specific issue.

If the assignee can be assigned to this issue, a 204 status code with no content is returned.

Otherwise a 404 status code is returned.
Check if a user can be assigned to a 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)

assignee string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

Returns
404 application/json basic-error

basic-error [object]

Basic Error

Attributes
documentation_url string

message string

status string

url string

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