I see in the documentation that you can add protected ranges and remove those that you add. But is there a way to add an unprotected range?
I need to unprotect 3 cells in a protected sheet and not seeing any ways to do so.
If I use the get api, I can see in the response there is a protected range for said sheet, with an array of unprotected ranges. Is there a request to add to that array of unprotected ranges?
The documentation has no leads.
Thanks