Menu Security Assignments REST Endpoints

Menus/Menu Security Assignments
The menu security assignments resource is used to view, create, modify, or delete a navigation menu security assignment. Note that this resource is no longer in use. Menu security assignments should be configured through the Security Console. The term "menu" is also referred to as a "registry".
Create a menu security assignment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRegistryDefinitions/{RegistryName}/child/Securities
Delete a menu security assignment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRegistryDefinitions/{RegistryName}/child/Securities/{SecuritiesUniqID}
Get a menu security assignment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRegistryDefinitions/{RegistryName}/child/Securities/{SecuritiesUniqID}
Get all menu security assignments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRegistryDefinitions/{RegistryName}/child/Securities
Update a menu security assignment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorRegistryDefinitions/{RegistryName}/child/Securities/{SecuritiesUniqID}