Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zone: make settings more flexible #1251

Merged

Commits on Mar 28, 2023

  1. zone: make settings more flexible

    For the life of this library, the settings have always been under the
    `/zones/:zone_id/settings` route which was an aggregate of all the
    settings. This was designed as a way to aggregate all of the settings in
    one place and had its place however, now we are breaking up the zone
    settings to their true paths and need to make the `Get` and `Update`
    zone settings compatible with this approach.
    
    This will enable teams to use their true paths instead of the prefixed
    or aggregate paths with no friction from the library.
    jacobbednarz committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c300573 View commit details
    Browse the repository at this point in the history