From 986124948a21b5dfebb0bd6a9f948911b0a4b938 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 25 Aug 2022 18:58:49 +0300 Subject: [PATCH] all: imp client, add api chlog --- client/src/api/Api.js | 2 +- openapi/CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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