diff --git a/saltapi/netapi/rest_cherrypy/__init__.py b/saltapi/netapi/rest_cherrypy/__init__.py index 9d3c7887a0..a3ab9d491e 100644 --- a/saltapi/netapi/rest_cherrypy/__init__.py +++ b/saltapi/netapi/rest_cherrypy/__init__.py @@ -456,7 +456,7 @@ class Minions(LowDataAdapter): .. http:post:: /minions - You must pass low-data in the requst body either from an HTML form + You must pass low-data in the request body either from an HTML form or as JSON or YAML. The ``client`` option is pre-set to ``local_async``.