Updates a connection flow.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FlowId |
string |
Yes |
The ID of the connection flow. |
flow-15550241a1e942c29835 |
| FlowVersion |
string |
No |
The version of the connection flow. |
9 |
| FlowName |
string |
No |
The name of the connection flow. |
新建流程 |
| FlowDesc |
string |
No |
The description of the connection flow. |
新建流程 |
| FlowTemplate |
string |
No |
The template of the connection flow. |
{ "FormatVersion": "appflow-2025-07-01", "Nodes": [ ] } |
| Enabled |
boolean |
No |
Specifies whether the connection flow is enabled. |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
A053FC9D-AB9D-5258-9355-8FA57EE888C0 |
| Data |
string |
The data returned by the operation. |
None |
Examples
Success response
JSON format
{
"RequestId": "A053FC9D-AB9D-5258-9355-8FA57EE888C0",
"Data": "None"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.