GoDoxy

Override multiple homepage items

POST
/homepage/set/items_batch

Override multiple homepage items.

Request Body

application/json

Override multiple items

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/items_batch" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "property1": null,
    "property2": null
  },
  "message": "string"
}