Renames a node 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. | 12345 |
Id | string | Yes | The ID of the node. | 652567824470354XXXX |
Name | string | Yes | The new name. | Rename |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "4CDF7B72-020B-542A-8465-21CFFA81XXXX",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2025-01-13 | The internal configuration of the API is changed, but the call is not affected | View Change Details |