I’ve been trying different methods, and can update information like text, but can’t seem to figure out how to update an existing image using both GraphQL and REST.
Do you mean upload a new image or update the current image attached to an entry?
Update current image with a PUT call. I have accomplished POST an entry with an Image, but would like to update it. A user story example would be an individual wanting to update their profile picture.
I am also trying to accomplish the same, update the entry with new image. Any solution?
Nothing yet. I’ll probably be picking it back up soon, and post once I get a solution. I might just delete and reallocate, but even then it doesn’t seem intuitive. I know you can do it on the backend GUI, so it’s got to be possible on programmatically.
1 Like