Create Cabinet API fails with no Parent

Hi,

When submitting only a label for the Cabinet Creation I get a error response saying Parent ID is required.

The docs show thats its not required:

image

Also, setting None, Null, etc… doesnt work and the response says:
'Incorrect type. Expected pk value

I dont want to assign a Parent value to it.
Any help is appreciated, thanks

Hi,

Use null as shown in the documentation. The API uses JSON and not Python encoding.