So I’m trying to update a record via API and what I would like to do is update a raw field so calendar entries can be different time lengths than the standard two hours. If I use a GET request, I can see all of the information that the raw Field would use if it had a FROM time and TO time as well as an “allday” parameter.
My problem is that when I try to update any of this information via put request the information seems to get ignored and the field is not updated. I’ve tried to update both the regular field as well as the field raw at the same time but I still don’t get the correct response. For example, I simply want to change the date and time Field to show something like 8 AM to 8:30 AM, but Default 8 AM to 10 AM.
I get a 200 response.
Any ideas?