Update an existing Dataset
Headers
User's access token (bearer auth).
Request body
Example request
{
"name": "my-dataset"
}Response
Policy object
Example response
{
"name": "my-dataset",
"tags": {
"region": "eu",
"node_type": "dns"
}
}Changes
Changed in 7 of the 25 revisions of this API.853
- ▲
added the new required
headerrequest parameterAuthorizationto all path's operationsnew-required-request-default-parameter-to-existing-path
- ▲
added the new required
headerrequest parameterAuthorizationnew-required-request-parameter
- ●
deleted the
headerrequest parameterBearer authorizationrequest-parameter-removed
- ▲
- ▲
added the new required
headerrequest parameterBearer authorizationto all path's operationsnew-required-request-default-parameter-to-existing-path
- ▲
added the new required
headerrequest parameterBearer authorizationnew-required-request-parameter
- ●
deleted the
headerrequest parameterAuthorizationrequest-parameter-removed
- ▲
- ●
removed the request property
sink_idrequest-property-removed
- ●
removed the optional property
sink_idfrom the response with the201statusresponse-optional-property-removed
- ○
added the new optional request property
sink_idsnew-optional-request-property
- ○
added the optional property
sink_idsto the response with the201statusresponse-optional-property-added
- ●
- ●
removed the request property
tagsrequest-property-removed
- ●
- ▲
the
sink_idrequest property's minItems was increased to1request-property-min-items-increased
- ▲
the
sink_idrequest property type/format changed fromstring/uuidtoarray/request-property-type-changed
- ▲
the
sink_idresponse's property type/format changed fromstring/uuidtoarray/for status201response-property-type-changed
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲