Open Paroca72 opened 2 months ago
Hey @Paroca72 - thanks for raising this! We'll take a look at fixing this; in the meantime, if you set the id
again in your
{
id: id,
fieldData: data,
}
payload, that should in the short-term hopefully allow the request to go through.
Hello,
If I try to update a collection item using webflow.collections.items.updateItem I got an error. Error: Missing required key "id"
But both the collection id and the item id passed to the function are correct.
Thanks