diff options
author | David Lawrence <dkl@mozilla.com> | 2015-11-30 22:06:51 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-11-30 22:06:51 +0100 |
commit | 2ec51002974e8ee9d0d4107509d1455ab19b6a87 (patch) | |
tree | aa368faa4a49d7bbe447953fcb8f513c2e2818a2 /docs | |
parent | 0eff9a881c046ad7d80fd9c6cd88a2017e461acb (diff) | |
download | bugzilla-2ec51002974e8ee9d0d4107509d1455ab19b6a87.tar.gz bugzilla-2ec51002974e8ee9d0d4107509d1455ab19b6a87.tar.xz |
Bug 1214197 - missing API documentation for 'keywords', 'blocks', and 'depends_on' during bug creation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/api/core/v1/bug.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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: |