Updates the basic information about a user-defined function (UDF) in DataStudio. This API operation performs an incremental update. The update information is described by using FlowSpec.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProjectId | string | Yes | The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to query the ID. | 10000 |
Id | string | Yes | The ID of the UDF. | 463497880880954XXXX |
Spec | string | Yes | The FlowSpec field information about the UDF. For more information, see FlowSpec . |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "12123960-CB2C-5086-868E-C6C1D024XXXX",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.