We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python version: 2.7.9 NetBox version: 2.0.3
{ "name": "206", "slug": "206", "custom_fields":{"anira_ready":true} }
Error is:
<type 'exceptions.ValueError'> invalid literal for int() with base 10: 'True'
The text was updated successfully, but these errors were encountered:
This is happening because custom field values are not being properly serialized when entered via the API.
Sorry, something went wrong.
293dbd8
Fixes netbox-community#1226: Improve validation for custom field valu…
22d3eaf
…es submitted via the API
No branches or pull requests
Issue type: Bug report
Python version: 2.7.9
NetBox version: 2.0.3
Error is:
The text was updated successfully, but these errors were encountered: