[Cases] Create an API that external service can use to synchronize the case with their data #216124
Labels
Feature:Cases
Cases feature
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
To support bidirectional syncing between cases and external services, they would need to call Kibana to update the case. Users may be unable to configure the payload the external service sends to Kibana. Therefore, to avoid breaking the integration, to allow each service to have its payload, and to allow users to configure how they want to map their fields, we will introduce a dedicated public API for synchronization. Specifically:
POST /api/cases/connectors/<connector_type>/_sync
Kibana will map the payload to the case fields and update the case.
The text was updated successfully, but these errors were encountered: