diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/service-api.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/service-api.rst b/doc/source/service-api.rst index 50dd80e..4da68a3 100644 --- a/doc/source/service-api.rst +++ b/doc/source/service-api.rst @@ -756,6 +756,8 @@ the method docstring. For each successful call to list capabilities, a result dictionary will be returned with the contents described below: +.. code-block:: python + { 'action': 'capabilities', 'timestamp': <time of the call>, |