Create Issue Label
Create Issue Label
Path Parameters
- owner requiredThe owner of the code repository, generally referred to as the 'username'. This name is case-insensitive. 
- repo requiredrepository path(This name is case-insensitive) 
- issue_number requiredissue number or id 
Header Parameters
- Authorization requiredOauth2 token or private token (must be prefixed with 'Bearer' followed by a space). 
- application/json
Request Body array
- Array [
- string
- ]
Responses
- 200
- 401
- 403
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- id stringtag id 
- name stringtag name 
- color stringtag color 
- desc stringtag description 
- repository_id stringRepository id 
- created_at stringtag create time 
- updated_at stringtag update time 
- ]
[
  {
    "id": "655c0046df514a6764aa00b0",
    "name": "系统BUG",
    "color": "#ED4014",
    "desc": "系统BUG",
    "repository_id": 34309,
    "created_at": "2023-11-21T08:56:39+08:00",
    "updated_at": "2023-11-21T08:56:39+08:00"
  }
]
Fail,need login or invalid token
No permission, operation failed.
The resource does not exist.
Loading...