From 56a55842f6fe34e4fdd43339a1b148fd124b7d81 Mon Sep 17 00:00:00 2001 From: Anbraten Date: Mon, 30 May 2022 00:56:28 +0200 Subject: [PATCH] fixed typo and actual name of json field (#942) --- docs/docs/30-administration/100-external-configuration-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/30-administration/100-external-configuration-api.md b/docs/docs/30-administration/100-external-configuration-api.md index 5f79f8975..eaced44fd 100644 --- a/docs/docs/30-administration/100-external-configuration-api.md +++ b/docs/docs/30-administration/100-external-configuration-api.md @@ -83,9 +83,9 @@ WOODPECKER_CONFIG_SERVICE_SECRET=mysecretsigningkey "updated_at": 0, "verified": false }, - "config": [ + "configs": [ { - "name": ".woodpecekr.yml", + "name": ".woodpecker.yml", "data": "pipeline:\n backend:\n image: alpine\n commands:\n - echo \"Hello there from Repo (.woodpecekr.yml)\"\n" } ]