googleapis / google-api-go-client

Auto-generated Google APIs for Go.
https://pkg.go.dev/google.golang.org/api
BSD 3-Clause "New" or "Revised" License
3.99k stars 1.12k forks source link

fix(firebaseremoteconfig): change methods path to new pattern (#2467) #2637

Closed josereia closed 3 months ago

josereia commented 3 months ago

The path of the getRemoteConfig and updateRemoteConfig methods in the firebaseremoteconfig-api.json file were out of date, which prevented the requests from being made.

The fix was to change the path from: v1/{+project}/remoteConfig to v1/projects/{+project}/remoteConfig. This fix is related to issue #2467.

codyoss commented 3 months ago

I don't believe these are out of date, it is just the pattern is not well documented from the client. This would be a breaking change.