-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
PUTs to Site Endpoint Requires Value for time_zone #2143
Comments
I know we talked about this offline, but looking at it again I think it's a question of semantics. The time zone is stored as a string, e.g.
|
Empty string works too. The only thing causing pynetbox to go sideways is that GET returns a |
The documentation for |
Fixes #2143 - PUTs to Site Endpoint Requires Value for time_zone
Hi, I still get this issue with version 2.4.3. Browsing files: @jeremystretch Best Regards, |
Issue type
[ ] Feature request
[X] Bug report
[ ] Documentation
Environment
Description
More details over at netbox-community/pynetbox#59, but when the
time_zone
field is present and null we get an error saying it can't be null. Omitting the field doesn't return an error.The text was updated successfully, but these errors were encountered: