summaryrefslogtreecommitdiff
path: root/yarns/400-build.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/400-build.yarn')
-rw-r--r--yarns/400-build.yarn2
1 files changed, 1 insertions, 1 deletions
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" }