锁定 issue
锁定 issue
Path Parameters
- owner required代码仓库的所有者,一般称之为"用户名(username)"。该名称不区分大小写。 
- repo required代码仓库名称。该名称不区分大小写。 
- issue_number requiredissue序号 
Header Parameters
- Authorization required私人token | app token(ats)(需以Bearer加空格开头) 
Responses
- 204
- 401
- 403
操作成功
token不合法、请检查token是否正确
- application/json
- application/xml
- Schema
- Example (from schema)
Schema
- error string错误名称 
- error_description string错误描述 
{
  "error": "invalid_token",
  "error_description": "Invalid token, please provide correct token"
}
- Schema
- Example (from schema)
Schema
- error string错误名称 
- error_description string错误描述 
<root>
  <error>invalid_token</error>
  <error_description>Invalid token, please provide correct token</error_description>
</root>
权限异常
- application/json
- Schema
- Example (from schema)
Schema
- error_code string错误名称 
- error_message string错误描述 
{
  "error_code": "string",
  "error_message": "string"
}
Loading...