diff --git a/docs/api.md b/docs/api.md index b6cc9f0dc7..00ccabca81 100644 --- a/docs/api.md +++ b/docs/api.md @@ -676,6 +676,7 @@ output as it happens. * stream (bool): Stream the response * timestamps (bool): Show timestamps * tail (str or int): Output specified number of lines at the end of logs: `"all"` or `number`. Default `"all"` +* since (datetime or int): Show logs since a given datetime or integer epoch (in seconds) **Returns** (generator or str):