From 2ec51002974e8ee9d0d4107509d1455ab19b6a87 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 30 Nov 2015 21:06:51 +0000 Subject: Bug 1214197 - missing API documentation for 'keywords', 'blocks', and 'depends_on' during bug creation --- docs/en/rst/api/core/v1/bug.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/en') diff --git a/docs/en/rst/api/core/v1/bug.rst b/docs/en/rst/api/core/v1/bug.rst index 1bf2a2006..cddde0665 100644 --- a/docs/en/rst/api/core/v1/bug.rst +++ b/docs/en/rst/api/core/v1/bug.rst @@ -616,6 +616,9 @@ resolution string If you are filing a closed bug, then you will have target_milestone string A valid target milestone for this product. flags array Flags objects to add to the bug. The object format is described in the Flag object below. +keywords array One or more valid keywords to add to this bug. +dependson array One or more valid bug ids that this bug depends on. +blocked array One or more valid bug ids that this bug blocks. ================== ======= ==================================================== Flag object: -- cgit v1.2.3-24-g4f1b