latestOpenAPI 3.0.02026-08-10330179317.3 KB

0534e4d70b77

Sections

Sort sections

Change the arrangement of sections on a Labguru page

post/api/v1/sections/sort

Request body

tokenstring required
container_idinteger required

The ID of the container

container_typestring required

The container type of the section

listinteger[] required

An array of section IDs.<br> The order of IDs in this list defines the new arrangement of sections on the page

Example request

{
  "token": "YOUR TOKEN IS HERE",
  "list": [
    110,
    111
  ]
}

Response

section moved