latestOpenAPI 3.0.02026-08-10330179317.3 KB
0534e4d70b77
Elements
Rearrange elements
This endpoint enables you to change the order of elements within a chosen section.
post/api/v1/elements/sort
Request body
Example request
{
"token": "YOUR TOKEN IS HERE",
"list": [
112,
110,
111
]
}Response
OK