创建数据集
POST
/api/v1/{owner}/{repo}/dataset最后修改时间: 7 天前
请求参数
Path 参数
owner
string
项目拥有者标识
repo
string
项目标识
Body 参数application/json
title
string
标题
description
string
描述
license_id
integer
许可证ID
paper_content
string
研究论文
示例
{
"title": "标题",
"description": "描述"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
integer
必需
message
string
必需
示例
成功示例
{
"status": 0,
"message": "success"
}
最后修改时间: 7 天前