Set homepage item visibility
POST list of item ids and visibility value.
Request Body
application/json
Set item visibility
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/homepage/set/item_visible" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"property1": null,
"property2": null
},
"message": "string"
}{
"error": "string",
"message": "string"
}{
"error": "string",
"message": "string"
}