Seven Bit Clean Plugin REST Endpoints

Seven Bit Clean Plugin
The Seven Bit Clean Plugin ensures that values for a specified set of attributes are 7-bit clean. That is, for those attributes, the values are not allowed to contain any bytes having the high-order bit set, which is used to indicate the presence of non-ASCII characters. Some applications do not properly handle attribute values that contain non-ASCII characters, and this plug-in can help ensure that attributes used by those applications do not contain characters that can cause problems in those applications.
Add, Search, Compare or Delete Seven Bit Clean Plugin
Method: post
Path: /rest/v1/admin
Delete a Seven Bit Clean Plugin by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Seven Bit Clean Plugin by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Seven Bit Clean Plugin by DN
Method: patch
Path: /rest/v1/admin/{dn}