All Products
Search
Document Center

DataWorks:UpdateFunction

Last Updated:Dec 05, 2024

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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ProjectIdstringYes

The DataWorks workspace ID. You can log on to the DataWorks console and go to the Workspace page to query the ID.

10000
IdstringYes

The ID of the UDF.

463497880880954XXXX
SpecstringYes

The FlowSpec field information about the UDF. For more information, see FlowSpec .

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

12123960-CB2C-5086-868E-C6C1D024XXXX
Successboolean

Indicates whether the request was successful. Valid values:

true

false

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "12123960-CB2C-5086-868E-C6C1D024XXXX",
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.