跳转到主要内容
POST
/
channel
/
reorder
空间排序
curl --request POST \
  --url 'https://api.flashcat.cloud/channel/reorder?app_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "drag_channel_id": 123,
  "target_channel_id": 123
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string

请求体

application/json
drag_channel_id
integer
必填

拖拽空间ID

target_channel_id
integer
必填

被挤占的空间ID

响应

200 - application/json
error
object

错误信息,仅失败时存在