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
I'm trying to create a child prefix under a container with IpamPrefixAvailablePrefixesCreate. My PrefixRequest contains the following properties:
AdditionalProperties (prefix_length), Description and a CustomField, named Location.
When I'm executing the ApiIpamPrefixesAvailablePrefixesCreateRequest with that content, the Execute returns a "no value given for required property children" error.
The HTTP response is still returning with 201 and the prefix is getting created in Netbox. But the returned []netbox.Prefix contains zero values.
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to create a child prefix under a container with IpamPrefixAvailablePrefixesCreate. My PrefixRequest contains the following properties:
AdditionalProperties (prefix_length), Description and a CustomField, named Location.
When I'm executing the ApiIpamPrefixesAvailablePrefixesCreateRequest with that content, the Execute returns a "no value given for required property children" error.
The HTTP response is still returning with 201 and the prefix is getting created in Netbox. But the returned []netbox.Prefix contains zero values.
The text was updated successfully, but these errors were encountered: