summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-07-17 15:09:22 +0200
committerDylan William Hardison <dylan@hardison.net>2018-07-17 15:09:22 +0200
commit731deac85cfeb37f870ee7c95669b13be7ad759a (patch)
tree634e5a1298e98a9c693958e711fc8e9650503d3a /docs
parent03450656e24abb848f6ef8b4f599e876522120fb (diff)
downloadbugzilla-731deac85cfeb37f870ee7c95669b13be7ad759a.tar.gz
bugzilla-731deac85cfeb37f870ee7c95669b13be7ad759a.tar.xz
Bug 1260096 - BugUserLastVisit api not working and throwing error code : 32614
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/api/core/v1/bug-user-last-visit.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/api/core/v1/bug-user-last-visit.rst b/docs/en/rst/api/core/v1/bug-user-last-visit.rst
index 2c3782662..f98122097 100644
--- a/docs/en/rst/api/core/v1/bug-user-last-visit.rst
+++ b/docs/en/rst/api/core/v1/bug-user-last-visit.rst
@@ -82,7 +82,7 @@ To return more than one specific bug timestamps:
GET /rest/bug_user_last_visit/123?ids=234&ids=456
-To return just the most recent 20 timestamps:
+To return all the timestamps stored during the retention period:
.. code-block:: text