Update a dataset
PATCH/api/v2/Dataset/:id
Update a dataset
Request
Path Parameters
id uuidrequired
The unique identifier of the dataset to update.
version stringrequired
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
- multipart/form-data
Body
DisplayName string
Possible values: <= 64 characters
Display name for the dataset. Maximum 64 characters.
Description string
Possible values: <= 4000 characters
Detailed description of the dataset. Maximum 4000 characters.
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Dataset updated successfully.
If the request is invalid.
The user is unauthorized or the session expired
The user does not have permission
If the dataset was not found.
There was an unexpected error
Loading...