Editor pass - Update team integrations to reference global integrations (part of failing policies automation support) (#6202)

Editor pass for:
-  https://github.com/fleetdm/fleet/pull/6156
This commit is contained in:
Desmi-Dizney 2022-06-14 13:57:12 -05:00 committed by GitHub
parent 55d1e338cb
commit da0eb711f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5505,7 +5505,7 @@ _Available in Fleet Premium_
|     destination_url | string | body | The URL to deliver the webhook requests to. |
|     policy_ids | array | body | List of policy IDs to enable failing policies webhook. |
|     host_batch_size | integer | body | Maximum number of hosts to batch on failing policy webhook requests. The default, 0, means no batching (all hosts failing a policy are sent on one request). |
| integrations | object | body | Integrations settings for the team. Note that integrations referenced here must already exist at the global level, created by a call to [Modify configuration](#modify-configuration). |
| integrations | object | body | Integrations settings for the team. Note that integrations referenced here must already exist globally, created by a call to [Modify configuration](#modify-configuration). |
|   jira | array | body | Jira integrations configuration. |
|     url | string | body | The URL of the Jira server to use. |
|     project_key | string | body | The project key of the Jira integration to use. Jira tickets will be created in this project. |