Private
Update the state of a version
Update the state of a version of a static dataset.
put/datasets/{id}/editions/{edition}/versions/{version}/state
Path parameters
idstring required
ID that represents a dataset
editionstring required
An edition of a dataset
versionstring required
A version of a dataset
Request body
Example request
{
"state": "published"
}Response
State updated successfully