pub async fn issues_slash_check_user_can_be_assigned(
configuration: &Configuration,
owner: &str,
repo: &str,
assignee: &str,
) -> Result<(), Error<IssuesSlashCheckUserCanBeAssignedError>>
Expand description
Checks if a user has permission to be assigned to an issue in this repository. If the assignee
can be assigned to issues in the repository, a 204
header with no content is returned. Otherwise a 404
status code is returned.