From 6a55aedf51f81f60c6d425f86bdb5e33e3c6cf62 Mon Sep 17 00:00:00 2001 From: "weiran.sun" <907221539@qq.com> Date: Tue, 2 Apr 2024 18:04:19 +0800 Subject: [PATCH] ADM-886:[docs]docs: update chart API spike --- .../content/docs/en/spikes/tech-spikes-chart-api-solutions.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/content/docs/en/spikes/tech-spikes-chart-api-solutions.mdx b/docs/src/content/docs/en/spikes/tech-spikes-chart-api-solutions.mdx index 2e441325ab..62b3c90fe0 100644 --- a/docs/src/content/docs/en/spikes/tech-spikes-chart-api-solutions.mdx +++ b/docs/src/content/docs/en/spikes/tech-spikes-chart-api-solutions.mdx @@ -27,6 +27,9 @@ As shown in the image, we want to refactor the frontend and backend solutions fo `pipelines step` API, we can transfer date information merged into a list. When frontend call backend API, backend invoke relevant service to handle information, and input the response to frontend. +The response sent by the backend here will be in the form of a list, but not a combination. + Because the data received by the metrics interface here will be sent as parameters to the backend in subsequent report interfaces. + - Report