docs/flow.md in losant_rest-1.6.0 vs docs/flow.md in losant_rest-1.7.0

- old
+ new

@@ -116,10 +116,11 @@ | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- | | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | | flowId | string | Y | ID associated with the flow | | 575ed18f7ae143cd83dc4aa6 | +| includeCustomNodes | string | N | If the result of the request should also include the details of any custom nodes referenced by the returned workflows | false | true | #### Successful Responses | Code | Type | Description | | ---- | ---- | ----------- | @@ -236,9 +237,10 @@ | Name | Type | Required | Description | Default | Example | | ---- | ---- | -------- | ----------- | ------- | ------- | | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | | flowId | string | Y | ID associated with the flow | | 575ed18f7ae143cd83dc4aa6 | +| includeCustomNodes | string | N | If the result of the request should also include the details of any custom nodes referenced by the returned workflows | false | true | | flow | [Workflow Patch](_schemas.md#workflow-patch) | Y | Object containing new properties of the flow | | [Workflow Patch Example](_schemas.md#workflow-patch-example) | #### Successful Responses | Code | Type | Description |