curl --location --request POST 'https://api-35.elogii.com/forms/updateMany' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"design": {
"id": "root",
"components": [
{
"id": "text-1772032904062",
"type": "text",
"containerId": "root",
"config": {
"type": "text",
"input": true,
"label": "Text Input",
"attributes": {
"required": true,
"disabled": false,
"placeholder": "Enter text"
}
}
}
]
},
"_id": "699f11d47909237eec05b64d"
}
]
}'{
"result": 2,
"errors": [],
"ids": [
"699e30defea397186172c850",
"699e25d859b60da216e6140e"
]
}