仓库的讨论分类
获取仓库下讨论分类
Path Parameters
- org required
组织的path
- repo required
仓库path
Responses
- 200
- 404
操作成功
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- id string
讨论分类的id
- category_name string
分类名称
- category_desc string
分类描述
- category_type int
讨论分类:1:开放讨论;2:问答类别;3:公告;4:投票讨论
- created_at string
创建时间
- updated_at string
更新时间
- ]
[
{
"id": "64a2791c36ca86246aed3612",
"category_name": "公告",
"category_desc": "项目维护者提供最新消息和新闻",
"category_type": 1,
"created_at": "2023-07-04T17:03:05+08:00",
"updated_at": "2023-07-04T17:03:05+08:00"
}
]
仓库不存在
Loading...