summaryrefslogtreecommitdiff
path: root/yarns/100-projects.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/100-projects.yarn')
-rw-r--r--yarns/100-projects.yarn5
1 files changed, 3 insertions, 2 deletions
diff --git a/yarns/100-projects.yarn b/yarns/100-projects.yarn
index a4793b3..0aa57b0 100644
--- a/yarns/100-projects.yarn
+++ b/yarns/100-projects.yarn
@@ -75,7 +75,7 @@ building them. We start by starting an instance of the controller.
THEN result has status code 200
AND body matches { "projects": [] }
- WHEN user makes request POST /projects
+ WHEN user makes request POST /projects with a valid token and body
... {
... "project": "website",
... "pipelines": [
@@ -146,7 +146,8 @@ building them. We start by starting an instance of the controller.
... ]
... }
- WHEN user makes request PUT /projects/website
+ WHEN user makes request PUT /projects/website with a valid token
+ ... and body
... {
... "project": "website",
... "pipelines": [