English
English
简体中文
Contact Us
Register
Log In

Remove from Top

Last Updated on : 2021-10-27 02:10:23download

Remove a specified content from the top based on the content ID. You need to enter the operator ID.

API address

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

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/untop
{ "contentIds": [ "1430820291157188697" ], "operator": "12" }

Return example

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

Error code

For more information, see error code.