Skip to main content

GetRepoAssignees

List the available assignees for the repository issue

Path Parameters
  • owner required

    The owner of the repository, generally called "username". The name is not case sensitive.

  • repo required

    repository name, the name is not case sensitive

  • issue_number required

    issue num

Header Parameters
  • Authorization required

    Private token | app token(ats) (needs to start with Bearer plus a space)

Responses

Success


Schema
  • Array [
  • id string

    id

  • login string

    username

  • url string

    user url

  • avatar_url string

    avatar_url

  • html_url string

    html_url

  • type string

    user type - User | Bot

  • ]
Loading...