summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-04-04 18:27:33 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-04-04 18:27:33 +0200
commit6be9f0a286b2e9abf0119173a9e66c37a7d9f0a1 (patch)
tree281e3dd2dac6dbc3f2ec2756e099082cc0d31dc5 /docs
parent206927e1d3a9fcf73becf83d0376a92a7f0ecd0d (diff)
downloadbugzilla-6be9f0a286b2e9abf0119173a9e66c37a7d9f0a1.tar.gz
bugzilla-6be9f0a286b2e9abf0119173a9e66c37a7d9f0a1.tar.xz
Bug 880163 - add a webservice method to list a bug's duplicates, mirroring what is visible on show_bug.
r=dylan
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/api/core/v1/bug.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/en/rst/api/core/v1/bug.rst b/docs/en/rst/api/core/v1/bug.rst
index f4ca0dac4..e13b17129 100644
--- a/docs/en/rst/api/core/v1/bug.rst
+++ b/docs/en/rst/api/core/v1/bug.rst
@@ -234,13 +234,14 @@ Extra fields:
These fields are returned only by specifying ``_extra`` or the field name in
``include_fields``.
-==== ===== ====================================================================
-name type description
-==== ===== ====================================================================
-tags array Each array item is a tag name. Note that tags are
- personal to the currently logged in user and are not the same as
- comment tags.
-==== ===== ====================================================================
+========== ===== ====================================================================
+name type description
+========== ===== ====================================================================
+tags array Each array item is a tag name. Note that tags are
+ personal to the currently logged in user and are not the same as
+ comment tags.
+duplicates array Each array item is a bug ID that is a duplicate of this bug.
+========== ===== ====================================================================
User object: