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: