Error
A valid request URL is required to generate request examples{
"WorkspaceId": "<string>",
"ConnectorId": "<string>",
"Style": "<string>",
"PositionX": 123,
"PositionY": 123,
"Width": 123
}This response has no body data.{
"error": {
"code": "<string>",
"message": "<string>"
}
}Update flowNodes
Updates the specified flowNodes object.
PUT
/
flowNodes(WorkspaceId='
{WorkspaceId}
',ConnectorId='
{ConnectorId}
',Style='
{Style}
')
Error
A valid request URL is required to generate request examples{
"WorkspaceId": "<string>",
"ConnectorId": "<string>",
"Style": "<string>",
"PositionX": 123,
"PositionY": 123,
"Width": 123
}This response has no body data.{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
authtoken_headerbasicauthtoken_query
Path Parameters
The key WorkspaceId
The key ConnectorId
The key Style
Body
application/json
The flowNodes entity to update.
The Id of the workspace that contains the flow API.
The Id of the connector that contains the flow API.
The node style.
The node position x.
The node position y.
The node width.
Response
EntitySet flowNodes
The Id of the workspace that contains the flow API.
The Id of the connector that contains the flow API.
The node style.
The node position x.
The node position y.
The node width.