When issuing a POST to /security/roles REST API, if there are two paths that come under the same parent, such as:
{ "path": "vserver iscsi interface accesslist add", "access": "all" }, { "path": "vserver iscsi show", "access": "all" }
The POST will fail with "HTTP Error 409: Duplicate Entry".
I have tested this again and again, and only occurs if I have two paths under the same parent command path. Can someone please confirm this is a bug and if this is known and will be resolved.