Disabling the API Explorer

The REST API Explorer serves up REST API documentation. The API Explorer can help you identify endpoints, and run REST calls against those endpoints. To protect production servers from unwanted API descriptor requests, set the following property in your resolver/boot.properties file:

openidm.apidescriptor.enabled=false
Read a different version of :