Modify the specified imported dataset.
Version: v4
Request Type: PATCH
Endpoint:
/v4/importedDatasets/<id> |
where:
Parameter | Description |
---|---|
<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 Status Code - Success: 200 - OK
Response Body Example:
{ "id": 8, "updater": { "id": 1 }, "updatedAt": "2019-02-14T23:19:27.648Z" } |
For more information on the properties of an imported dataset, see API ImportedDatasets Get v4.