Hi All,
I have an interesting question for you all. We were trying to update the body of a webpage in our Canvas instance using a put request. However, the only feedback we get from running the request is the current page information.
For all practical purposes, it’s like the request is functioning just like a get call, returning the current page body instead of the HTML code we updated.
We can add more information as needed, and thanks in advance for any help!
(The body field in the return is different from the one in the actual body of the request. I can upload that screenshot in a separate post since I’ve already hit the limit on embeds.)
What’s so perplexing is that there’s no error code or anything else obviously amiss. It’s just that our put request isn’t doing any actual updating.