Skip to main content

Update Category

Service Address

http://api-az-cn.danghongyun.com/rest

Request Method

POST

Request Parameters

ParameterDescriptionTypeRequired
accessKeyThe user access keyStringRequired
actionAPI name, this api is "liveChannelTypeUpdate"StringRequired
versionAPI version, currently must be 2.0StringRequired
signatureSignature generated by signature rule.StringRequired
timestampInvoke time in milliseconds since january 1 1970, eg: 1466488681033StringRequired
idThe id of categoryStringRequired
nameThe name of the categoryStringRequired

Response Example

{
"code":0,
"message":"operation success",
"result":
{
"id":"58e8ccdb291b4cb5a6a3ffc38871eab7",
"name":"the type of live stream 1",
"userId":229,
"createTime":null,
"updateTime":null
},
"success":true
}

Response Fields

FieldDescription
idunique identification;
namethe name of the live stream category;
userIduser id;
createTimecreate time;
updateTimeupdate time;