Updates the constants for a specified task flow.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. | 3*** |
DagId | long | Yes | The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID. | 3**** |
DagConstants | array<object> | Yes | The constants for the task flow. | |
object | Yes | |||
Key | string | No | The key name of a constant for the task flow. | poc_test |
Value | string | No | The key value of a constant for the task flow. | poc_test |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "C4CCC000-C193-5A32-B701-573F497BF729",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history