Update Section

circle-info

How to update a section.

All the rules discussed on the Create Section part must be used also with this API.

circle-info

You don't need to update all elements of a section in this call.

If you wish, you can only update some of them, all parameters are optional.

circle-exclamation

POST https://mburger.cloud/api/sections/<id>/update

curl https://mburger.cloud/api/sections/<id>/update
-X POST 
-H "Accept: application/json" 
-H "Content-Type: application/x-www-form-urlencoded"
-H "X-MBurger-Token: <token>" 
-H "X-MBurger-Version: 3"
-d '<data>' 

URL Parameters

Name

Type

Required

Description

id

int, string

Yes

Section id or the value of the slug element.

circle-info

If you are using the slug (and the project has Multi-language enabled) make sure to include it in the request the correct locale.

Parameters

The parameters to update a section will depend on which elements the section is made of and how many locales are present.

Name

Type

Required

Description

order

int

No

To specify an order

Last updated