From 024a12105f9580d84b10f34de7f335f932259858 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 9 Jun 2022 12:00:13 +0200 Subject: [PATCH] fix name of field in the response from config api (#962) Co-authored-by: GulfSugar --- docs/docs/30-administration/100-external-configuration-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/30-administration/100-external-configuration-api.md b/docs/docs/30-administration/100-external-configuration-api.md index 62a839038..d8c4d7250 100644 --- a/docs/docs/30-administration/100-external-configuration-api.md +++ b/docs/docs/30-administration/100-external-configuration-api.md @@ -94,7 +94,7 @@ WOODPECKER_CONFIG_SERVICE_ENDPOINT=https://example.com/ciconfig ```json { - "pipelines": [ + "configs": [ { "name": "central-override", "data": "pipeline:\n backend:\n image: alpine\n commands:\n - echo \"Hello there from ConfigAPI\"\n"