/r/{repoId}/objectmanagement/datasets/{id}
PUT
Changing a dataset
If you want to make changes to an existing dataset, you can use this request.
Parameters
repoId/string/required
The unique ID of the repository.
id/string/required
The unique ID of the dataset.
Responses
200
The dataset was changed successfully.
400
Invalid data was transferred.
404
The dataset with the specified ID could not be determined.
Show operation