GuidesAPI Reference
API Reference

Sets the earliest available catalog version

Sets minimum version for the given catalog. All prior versions will be deleted. If the catalog doesn't contain any versions, a 404 will be returned.

Query Params
string

Billing Tag is an optional free-form tag which is used for grouping billing records together. If supplied, it must be between 4 - 16 characters, contain only alpha/numeric ASCII characters [A-Za-z0-9]. Grouping billing records by billing tag will be available in future releases.

Body Params

A version object that contains new minimum version.

int64
required

The minimum version of the catalog metadata to update.

Responses
204

Minimum version was set successfully.

400

Bad Request - indicates that the request failed the validation, e.g. syntax check is failing, logical errors exist or required parameters are missing.

401

Unauthorized

403

Forbidden

404

Catalog does not exist or the catalog doesn't contain any versions.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!