GoDoxy

Set homepage item all sort order

POST
/homepage/set/item_all_sort_order

Set homepage item all sort order.

Request Body

application/json

Set item all sort order

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