diff --git a/client/src/api/Api.js b/client/src/api/Api.js index 625da9e0..d5693bfe 100644 --- a/client/src/api/Api.js +++ b/client/src/api/Api.js @@ -491,7 +491,7 @@ class Api { const { path, method } = this.BLOCKED_SERVICES_SERVICES; return this.makeRequest(path, method); } - + getBlockedServices() { const { path, method } = this.BLOCKED_SERVICES_LIST; return this.makeRequest(path, method); diff --git a/openapi/CHANGELOG.md b/openapi/CHANGELOG.md index 1e2852be..fbbe7169 100644 --- a/openapi/CHANGELOG.md +++ b/openapi/CHANGELOG.md @@ -4,6 +4,15 @@ ## v0.108.0: API changes +## v0.107.12: API changes + +### `GET /control/blocked_services/services` + +* The new `GET /control/blocked_services/services` HTTP API allows inspecting + all available services. + +## v0.107.7: API changes + ### The new optional field `"ecs"` in `QueryLogItem` * The new optional field `"ecs"` in `GET /control/querylog` contains the IP