Updated Design: Version Control (markdown)

Nick O'Leary 2016-10-03 14:59:30 +01:00
parent 6943aeffb3
commit 7ad42e6079
1 changed files with 2 additions and 2 deletions

@ -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: