跳到主要内容

创建issue Comment

创建issue Comment

Path Parameters
  • owner required

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

  • repo required

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

  • issue_number required

    issue序号

Header Parameters
  • Authorization required

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

Request Body
  • body string

    评论内容(使用MD格式编写内容)

Responses

操作成功


Schema
  • id string

    id

  • url string

    url

  • body string

    Comment content(使用MD格式编写内容)

  • user object
  • id string

    id

  • login string

    username

  • url string

    用户地址

  • avatar_url string

    头像地址

  • html_url string

    用户web地址

  • type string

    用户类型 User | Bot

  • issue_url string

    issue地址

  • html_url string

    issue Comment web 地址

  • created_at string

    创建时间

  • updated_at string

    修改时间

Loading...