UpdateDataset

Updated at:

Updates a DataWorks dataset. The operator must be the dataset creator or a workspace administrator.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

Id

string

Yes

The dataset ID. Only DataWorks datasets can be updated.

dataworks-dataset:3pXXXb8o0ngr07njhps1

Name

string

No

The dataset name. Must be a non-empty string of up to 128 characters.

test_oss_dataset_new

Comment

string

No

The dataset description. Maximum length: 1024 characters.

new comment

Readme

string

No

The user guide. Supports Markdown formatting.

## introduction

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

22C97E95-F023-56B5-8852-B1A77A17XXXX

Success

boolean

Indicates whether the update succeeded.

true

Examples

Success response

JSON format

{
  "RequestId": "22C97E95-F023-56B5-8852-B1A77A17XXXX\n",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.