From d7e72808a8f144c536c40351377bb5cf311abbfc Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Fri, 19 Jul 2024 10:02:17 -0300 Subject: [PATCH] docs: add changelog --- changes/ce/feat-13492.en.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ce/feat-13492.en.md diff --git a/changes/ce/feat-13492.en.md b/changes/ce/feat-13492.en.md new file mode 100644 index 000000000..e949157a9 --- /dev/null +++ b/changes/ce/feat-13492.en.md @@ -0,0 +1,3 @@ +The lists of actions and sources that depend on a given connector are now returned in the `GET /connectors` and `GET /connectors/:id` APIs. + +The list of rules that depend on a given action or source is now returned in the `GET /actions`, `GET /sources`, `GET /actions/:id` and `GET /sources/:id` APIs.