release
HTTP Request
POST /api/v1/datasets/:datasetReference/versions/next/release
Path parameters
Parameter
datasetReference
A qualified reference to the dataset. See referencing resources for more information.
Authorization
Edit access to the dataset is required. Your access token must have the following scope:
data.edit
Learn more about authorization.
Request body
The request body should contain the editable fields of a version resource.
{
// Optional attributes
"label": string,
"releaseNotes": string
}
Response body
Returns a JSON representation of a version.get resource.
Last updated
Was this helpful?