Skip to main content

CheckRepoAssignee

Check whether the user can be set as the issue leader

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

  • assignee required

    username

Header Parameters
  • Authorization required

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

Responses

If assignee can be assigned to an issue in the repository, a 204 header with no content is returned.

Loading...