I want to update my collection item via API. I am using google app script for this, I have no problem with text based and boolean based items. I can update them smoothly.
but when it comes on image field, i can’t update it. if the cms item does not have value for image, the API response will not include the image field therefore I can’t make any changes as it will return (Screenshot by Lightshot - hero-image’: Field not described in schema)
now the API works only if i have existing image uploaded via CMS and will update it via API.
Is there anyway that I can update my blank image field straight from API?
note: i did tried PUT and PATCH but still no luck. any help would be greatly appreciated. thank ya’ll