Hi there @admin_speakeasy ,
I am not completely sure what your goal is here. But it looks like you are trying to change an item in a collection.
Looking at the webflow API, it seems that you are missing some fields. Somehow Zapier isn't showing all the error messages from webflow (@Zapier ?) , but running it from curl retrieves the following:
{"name":"ValidationError", "statusCode":400, "problems":s"Field '_archived': Field is required","Field '_draft': Field is required"]}
So, once you add these fields you should be able to get the update you want to do here! Both of these are booleans so either set them to true or false.
Let me know if this works or if you got more questions.
~Bjorn
Thanks a bunch @ForYourIT You are god send. I have figuring this out for past 6 days honestly. 
