From 708a497c369601909bc57768bc929fdccc235406 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 18 Jan 2018 15:14:28 +0200 Subject: Change: rename 'name' field on pipelines to 'pipeline' For consistency. --- yarns/400-build.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns/400-build.yarn') diff --git a/yarns/400-build.yarn b/yarns/400-build.yarn index b18a0e6..f30e942 100644 --- a/yarns/400-build.yarn +++ b/yarns/400-build.yarn @@ -43,7 +43,7 @@ Add up a project with some named pipelines. WHEN user makes request POST /pipelines with a valid token and body ... { - ... "name": "construct", + ... "pipeline": "construct", ... "actions": [ ... { "shell": "day 1" }, ... { "shell": "day 2" } -- cgit v1.2.1