Web App End Point REST Endpoints

Web App End Point
Web App End Points are used to define a web-app rest end point that will be used to handle HTTP-based client requests using RESTful APIs. REST end point is the way to expose directory services using RESTful APIs.
Add, Search, Compare or Delete Web App End Point
Method: post
Path: /rest/v1/admin
Delete a Web App End Point by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Web App End Point by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Web App End Point by DN
Method: patch
Path: /rest/v1/admin/{dn}