跳到主要内容

清除issue负责人

清楚issue负责人

Path Parameters
  • owner required

    代码仓库的所有者,一般称之为"用户名(username)"。该名称不区分大小写。

  • repo required

    代码仓库名称。该名称不区分大小写。

  • issue_number required

    issue序号

Header Parameters
  • Authorization required

    私人token | app token(ats)(需以Bearer加空格开头)

Responses

操作成功


Schema
  • id string

    id

  • url string

    url

  • number int

    序号

  • state string

    状态

  • title string

    标题

  • body string

    issue 正文(使用MD格式编写内容)

  • user object
  • id string

    id

  • login string

    username

  • url string

    用户地址

  • avatar_url string

    头像地址

  • html_url string

    用户web地址

  • type string

    用户类型 User | Bot

  • assignee object
  • id string

    id

  • login string

    username

  • url string

    用户地址

  • avatar_url string

    头像地址

  • html_url string

    用户web地址

  • type string

    用户类型 User | Bot

  • locked boolean

    锁定状态

  • repository_url string

    仓库地址

  • html_url string

    issue web 地址

  • closed_at string

    关闭时间

  • created_at string

    创建时间

  • updated_at string

    更新时间

Loading...