LDIF Local Backend Workflow Element REST Endpoints

LDIF Local Backend Workflow Element
The LDIF Local Backend Workflow Element provides a mechanism for interacting with data stored in an LDIF file. All basic LDAP operations are supported in the LDIF backend although it has minimal support for custom controls.
Add, Search, Compare or Delete LDIF Local Backend Workflow Element
Method: post
Path: /rest/v1/admin
Delete a LDIF Local Backend Workflow Element by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find LDIF Local Backend Workflow Element by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a LDIF Local Backend Workflow Element by DN
Method: patch
Path: /rest/v1/admin/{dn}