English
English
简体中文
Contact Us
Register
Log In

Sticky on Top

Last Updated on : 2021-10-27 01:57:20download

Put the specified content sticky on the top.

API address

POST: /v1.0/iot-03/app-contents/actions/top

Request parameter

Description of body

Parameter name Type IN Required Description
content_ids List true The list of content IDs.
operator String true The ID of a specified operator.

Return parameter

Parameter name Type Description
result Boolean The returned result.

Request example

POST: /v1.0/iot-03/app-contents/actions/top
{ "content_ids": [ "13", "133" ], "operator": "ABC" }

Return example

{ "result": true, "t": 1630329673631, "success": true }

Error code

For more information, see error code.