Bulk update slots

Allows multiple slots to be edited at once for example, to update the folder id of multiple slots.
This API supports updating the folder_id, locked and active fields only. The active field should be set to true to undelete the slots.

You can use this request to update multiple Slots with the same new information, for example, you can update the folder ID of multiple Slots.

📘

This API supports updating the folder_id, locked and active fields only. The active field should be set to true to undelete Slots.


Path Params
string
required

Website ID for the account you are posting data to.

slugs
array of strings
required

Slot slug(s), comma delimited list of slugs

slugs*
Query Params
string
enum
required

Get data in JSON format.

Allowed:
Body Params

The properties to update on all slots

boolean
Defaults to true

Indicates whether the Smartblock is active or not

boolean

Whether the Smartblock is locked to read-only

string | null

The folder id this Smartblock belongs to, if any

Responses

401

Unauthorized

403

Forbidden - Usually you are requesting data for a website you don't have access to.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json