From 7ad42e6079ea8d29767d8347a22a707a21d9a1b7 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 3 Oct 2016 14:59:30 +0100 Subject: [PATCH] Updated Design: Version Control (markdown) --- Design:-Version-Control.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Design:-Version-Control.md b/Design:-Version-Control.md index 86c31ad..96158cf 100644 --- a/Design:-Version-Control.md +++ b/Design:-Version-Control.md @@ -85,7 +85,7 @@ Returns a flow configuration. If `:id` is not provided, it returns the active fl { id: "flow-version-id", - flow: [ {}, {}, {} ] + flows: [ {}, {}, {} ] } @@ -97,7 +97,7 @@ Updates the current flow configuration. The body can contain an additional `summ { summary: "optional summary", - flow: [ {}, {}, {} ] + flows: [ {}, {}, {} ] } #### Response: