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
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-validand 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