Page tree

Release 6.4.2


Contents:

   

For the latest updates on available API endpoints and documentation, see api.trifacta.com.

This is the latest version of the APIs.

Contents:


Modify the specified imported dataset.

Version:  v4

Required Permissions

NOTE: Each request to the Designer Cloud Powered by Trifacta® platform must include authentication credentials. See https://api.trifacta.com/ee/6.4/index.html#section/Authentication.

Request

Request Type: PATCH

Endpoint:

/v4/importedDatasets/<id>

where:

ParameterDescription
<id>Internal identifier for the imported dataset

Request URI - Example:

/v4/importedDataset/8

Request Body:

Only the name and description properties should be modified. Modified properties must be included in the request. In the following example, the name and the description of the imported dataset are modified:

{
  "name": "My Imported DS"
  "description": "This is my imported dataset."
}

Response

Response Status Code - Success:  200 - OK

Response Body Example:

{
    "id": 8,
    "updater": {
        "id": 1
    },
    "updatedAt": "2019-02-14T23:19:27.648Z"
}

Reference

For more information on the properties of an imported dataset, see API ImportedDatasets Get v4.

This page has no comments.