Renames a user-defined function (UDF) in DataStudio.
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. | 10002 |
Id | string | Yes | The ID of the UDF. | 543217824470354XXXX |
Name | string | Yes | The new name. |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "1ED4C97F-BA2A-57C5-BA7C-8853627EXXXX",
"Success": "true"
}
Error codes
For a list of error codes, visit the Service error codes.