]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1214197 - missing API documentation for 'keywords', 'blocks', and 'depends_on...
authorDavid Lawrence <dkl@mozilla.com>
Mon, 30 Nov 2015 21:06:51 +0000 (21:06 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 30 Nov 2015 21:06:51 +0000 (21:06 +0000)
docs/en/rst/api/core/v1/bug.rst

index 1bf2a2006cb7df73c3d705ab80f45c6e08f4617e..cddde0665621dc52b55afe5c1de696b1b42b061d 100644 (file)
@@ -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: