skip to Main Content

Firebase hosting rest API Patch headers

Based on the firebase hosting documentation, I'm trying to update the header configuration (without having to redeploy everything, which is important in my case). https://firebase.google.com/docs/reference/hosting/rest/v1beta1/sites.versions/patch However, I can't do it, I always get an error. Here's the URL https://firebasehosting.googleapis.com/v1beta1/sites/SITE_NAME/versions/VERSION_ID?updateMask=config Here's…

VIEW QUESTION
Back To Top
Search