summaryrefslogtreecommitdiff
path: root/docs/api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.md b/docs/api.md
index a31aad0..6890427 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -874,6 +874,8 @@ This will stream statistics for a specific container.
* container (str): The container to stream statistics for
* decode (bool): If set to true, stream will be decoded into dicts on the
fly. False by default.
+* stream (bool): If set to false, only the current stats will be returned
+ instead of a stream. True by default.
```python
>>> from docker import Client