RDN Changing Workflow Element REST Endpoints

RDN Changing Workflow Element
The RDN Changing Workflow Element provides the RDN Changing functionality. This workflow element is able to modify an entry DN by transforming its RDN. The transformation applies to all the entries with the specified object class. On read operations, the transformation substitutes a RDN containing the specified sourceRDN with a RDN containing the specified clientRDN. If replace-value is set to true, the RDN value is also substituted with the value of the toRDN attribute. For instance, uid=user.1234,ou=people,dc=example,dc=com can be replaced by cn=User1234 Name,ou=people,dc=example,dc=com. On write operations, the transformation substitutes a RDN containing the clientRDN with a RDN containing the sourceRDN.
Add, Search, Compare or Delete RDN Changing Workflow Element
Method: post
Path: /rest/v1/admin
Delete a RDN Changing Workflow Element by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find RDN Changing Workflow Element by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a RDN Changing Workflow Element by DN
Method: patch
Path: /rest/v1/admin/{dn}