docs/flowVersion.md in losant_rest-1.7.2 vs docs/flowVersion.md in losant_rest-1.8.0

- old
+ new

@@ -36,10 +36,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 | | flowVersionId | string | Y | Version ID or version name associated with the flow version | | 675ed18f7ae143cd83dc4bb7 | +| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com | #### Successful Responses | Code | Type | Description | | ---- | ---- | ----------- | @@ -78,10 +79,11 @@ | ---- | ---- | -------- | ----------- | ------- | ------- | | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | | flowId | string | Y | ID associated with the flow | | 575ed18f7ae143cd83dc4aa6 | | flowVersionId | string | Y | Version ID or version name associated with the flow version | | 675ed18f7ae143cd83dc4bb7 | | 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 | +| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com | #### Successful Responses | Code | Type | Description | | ---- | ---- | ----------- | @@ -121,10 +123,11 @@ | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | | flowId | string | Y | ID associated with the flow | | 575ed18f7ae143cd83dc4aa6 | | flowVersionId | string | Y | Version ID or version name associated with the flow version | | 675ed18f7ae143cd83dc4bb7 | | limit | string | N | Max log entries to return (ordered by time descending) | 1 | 10 | | since | string | N | Look for log entries since this time (ms since epoch) | | 1465790400000 | +| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com | #### Successful Responses | Code | Type | Description | | ---- | ---- | ----------- | @@ -165,9 +168,10 @@ | applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 | | flowId | string | Y | ID associated with the flow | | 575ed18f7ae143cd83dc4aa6 | | flowVersionId | string | Y | Version ID or version name associated with the flow version | | 675ed18f7ae143cd83dc4bb7 | | 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 | | flowVersion | [Workflow Version Patch](_schemas.md#workflow-version-patch) | Y | Object containing new properties of the flow version | | [Workflow Version Patch Example](_schemas.md#workflow-version-patch-example) | +| losantdomain | string | N | Domain scope of request (rarely needed) | | example.com | #### Successful Responses | Code | Type | Description | | ---- | ---- | ----------- |