mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #17013 from whiteinge/doc-rest_cherrypy-key
Added missing docs for the /key rest_cherrypy entry point
This commit is contained in:
commit
b6465332a0
@ -56,18 +56,24 @@ REST URI Reference
|
||||
.. autoclass:: Events
|
||||
:members: GET
|
||||
|
||||
``/ws``
|
||||
-------
|
||||
|
||||
.. autoclass:: WebsocketEndpoint
|
||||
:members: GET
|
||||
|
||||
``/hook``
|
||||
---------
|
||||
|
||||
.. autoclass:: Webhook
|
||||
:members: POST
|
||||
|
||||
``/key``
|
||||
---------
|
||||
|
||||
.. autoclass:: Keys
|
||||
:members: GET, POST
|
||||
|
||||
``/ws``
|
||||
-------
|
||||
|
||||
.. autoclass:: WebsocketEndpoint
|
||||
:members: GET
|
||||
|
||||
``/stats``
|
||||
----------
|
||||
|
||||
|
@ -1083,7 +1083,7 @@ class Keys(LowDataAdapter):
|
||||
-d username=kickstart \
|
||||
-d password=kickstart \
|
||||
-d eauth=pam \
|
||||
| tar xf -
|
||||
-o jerry-salt-keys.tar
|
||||
|
||||
.. code-block:: http
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user