频道创建API
此API用于创建频道。
Request
Method : POST
URI : /channel
Header
Type
Required
Description
x-api-key
String
O
仪表盘 > 设置 > 项目设置 > API Key
Attribute
Type
Required
Description
projectId
String
O
项目ID(仪表盘 > 设置 > 项目设置 > 项目ID)
name
String
O
频道名称
translation
Boolean
X
可否翻译
uniqueId
String
X
可随机指定的唯一ID
Response
Attribute
Type
Description
status
Int
结果值(1:成功,失败请参考错误代码)
result
String
创建的频道ID
Error code
Code
Description
-100
必须参数不存在的情况
Last updated