diff --git a/saltapi/netapi/rest_cherrypy/__init__.py b/saltapi/netapi/rest_cherrypy/__init__.py index af690c2c8f..34696e4a4c 100644 --- a/saltapi/netapi/rest_cherrypy/__init__.py +++ b/saltapi/netapi/rest_cherrypy/__init__.py @@ -1,5 +1,6 @@ ''' -A hypermedia REST API for Salt using the CherryPy framework +A REST API for Salt +=================== :depends: - CherryPy Python module :configuration: All authentication is done through Salt's :ref:`external auth