The Google SheetBridge API is very useful and can be particularly helpful in certain situations.
Adding the “PATCH” function would be really great.
Hi @JC122,
I just chatted with an engineer on our team about this. Right now, there aren’t any plans to add PATCH support since the current API already uses PUT to handle all the update use cases we officially support. All the available methods and expected behaviors are laid out in our Help docs & SheetBridge API docs, so you can definitely rely on PUT for your updates. Out of curiosity, what’s your specific use case for needing PATCH support here?
Thank you and have a great day!
Hello @dilon,
Thanks for your message.
I have a collection in my app that is fed by an external API. I have a Pro plan, not a Team plan, which means I can’t edit my collection directly via the API.
So I use SheetBridge to do this with the help of Make.
When I try to update the sheet from my app, it overwrites the entire sheet and deletes the existing data…
That’s why PATCH would have been useful for me.
I haven’t found any other solution to do this so far…