Error
A valid request URL is required to generate request examples{
"WorkspaceId": "<string>",
"ConnectorId": "<string>",
"Style": "<string>",
"PositionX": 123,
"PositionY": 123,
"Width": 123
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Create flowNodes
Creates a new flowNodes object with the specified parameters.
POST
/
flowNodes
Error
A valid request URL is required to generate request examples{
"WorkspaceId": "<string>",
"ConnectorId": "<string>",
"Style": "<string>",
"PositionX": 123,
"PositionY": 123,
"Width": 123
}{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
authtoken_headerbasicauthtoken_query
Body
application/json
The flowNodes entity to post
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
flowNodes created
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.