Last Updated on : 2023-06-20 12:34:14download
Remove a specified content from the top based on the content ID. You need to enter the operator ID.
POST: /v1.0/iot-03/app-contents/actions/untop
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. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
POST: /v1.0/iot-03/app-contents/actions/untop
{
"contentIds": [
"1430820291157188697"
],
"operator": "12"
}
{
"result": true,
"t": 1630329673631,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback