--- a/src/pyams_skin/container.py Fri Jul 13 08:49:51 2018 +0200
+++ b/src/pyams_skin/container.py Fri Jul 13 08:50:56 2018 +0200
@@ -105,7 +105,8 @@
A NotFound exception is raised if argument is not provided or if given argument
doesn't match an existing element.
:param interface: container interface to which request's context should be adapted
- :param attribute: name of the boolean attribute to be switcher
+ :param adapter_name: name of the adapter to be used to get given interface
+ :param attribute_name: name of the boolean attribute to be switched
:return: a JSON object containing a boolean "attribute" property defining new element value.
"""
context = request.context