From 6be9f0a286b2e9abf0119173a9e66c37a7d9f0a1 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 4 Apr 2016 16:27:33 +0000 Subject: Bug 880163 - add a webservice method to list a bug's duplicates, mirroring what is visible on show_bug. r=dylan --- docs/en/rst/api/core/v1/bug.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'docs') 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: -- cgit v1.2.3-24-g4f1b