diff --git a/saltapi/netapi/rest_cherrypy/app.py b/saltapi/netapi/rest_cherrypy/app.py index 357bc88c0a..6448ee6118 100644 --- a/saltapi/netapi/rest_cherrypy/app.py +++ b/saltapi/netapi/rest_cherrypy/app.py @@ -805,10 +805,9 @@ class Login(LowDataAdapter): class Logout(LowDataAdapter): - def POST(self, **kwargs): + def POST(self): ''' - Destroy the currently active session and expire the session - cookie + Destroy the currently active session and expire the session cookie .. versionadded:: 0.8.0 '''