PUT Api/V1/Flow/{automationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| automationId | integer |
Required |
Body Parameters
Flows| Name | Description | Type | Additional information |
|---|---|---|---|
| AutomationId | integer |
None. |
|
| NodesJson | string |
None. |
|
| EdgesJson | string |
None. |
|
| ViewportJson | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AutomationId": 1,
"NodesJson": "sample string 2",
"EdgesJson": "sample string 3",
"ViewportJson": "sample string 4"
}
application/xml, text/xml
Sample:
<Flows xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCreate.API.Models.FlowAutomationModels"> <AutomationId>1</AutomationId> <EdgesJson>sample string 3</EdgesJson> <NodesJson>sample string 2</NodesJson> <ViewportJson>sample string 4</ViewportJson> </Flows>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |