curl --location --request POST 'https://api-35.elogii.com/vehicles/updateMany' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"items": [
{
"_id": "690c67464c5ec3df96ebbe4f",
"name": "Vehicle 21 Updated"
},
{
"_id": "690c6795bf5b7ba03adcb8a3",
"name": "Vehicle 22 Updated"
}
]
}'{
"result": 2,
"errors": [],
"ids": [
"690a0beb259f12a5d2629f8a",
"690a0beb259f12a5d2629f89"
]
}