diff options
author | Simon Green <mail@simon.green> | 2016-09-30 01:45:45 +0200 |
---|---|---|
committer | Simon Green <mail@simon.green> | 2016-09-30 01:45:45 +0200 |
commit | 1bb7351a0db548394a1dad04c511088c95753e9d (patch) | |
tree | 9fee22e4da312768a46200207fb32b0c7b5f5efd /docs | |
parent | df3729597080f59dde63fe6e46164202c6d3e27f (diff) | |
download | bugzilla-1bb7351a0db548394a1dad04c511088c95753e9d.tar.gz bugzilla-1bb7351a0db548394a1dad04c511088c95753e9d.tar.xz |
Bug 1293782 - Document how to set keywords during initial bug creation via REST api
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/rst/api/core/v1/bug.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/en/rst/api/core/v1/bug.rst b/docs/en/rst/api/core/v1/bug.rst index 8b253a32c..a5c307325 100644 --- a/docs/en/rst/api/core/v1/bug.rst +++ b/docs/en/rst/api/core/v1/bug.rst @@ -631,6 +631,7 @@ groups array An array of group names to put this bug into. You "Default" for this product. (If you want to avoid that, you should specify ``groups`` as an empty array.) +keywords array One or more keywords to set on this bug. qa_contact string If this installation has QA Contacts enabled, you can set the QA Contact here if you don't want to use the component's default QA Contact. |