You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the API will take about any input that you give it and consider it valid. A prime example of this is when creating an IP Block or IP Address, you can set the Prefix or IP Address to something like this-definitely-should-not-be-valid and it will still successfully create these entries
Describe the solution you'd like
We should have some validation that the input we're receiving at least passes the sniff test on being appropriate for given fields (i.e. an IP looks like an IP, etc.)
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the API will take about any input that you give it and consider it valid. A prime example of this is when creating an IP Block or IP Address, you can set the Prefix or IP Address to something like
this-definitely-should-not-be-valid
and it will still successfully create these entriesDescribe the solution you'd like
We should have some validation that the input we're receiving at least passes the sniff test on being appropriate for given fields (i.e. an IP looks like an IP, etc.)
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: