Create a new catalog ruleset version
Persists a ruleset under the declared name@version. Existing name@version combinations are rejected with 409 — rulesets are immutable once stored. Omitting version auto-assigns the next integer under that name (1 if no prior version exists).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
1^[A-Za-z0-9._-]{1,128}$Tolgee translation key for the long-form catalog description, same shape and resolution as display_name. Optional.
Tolgee translation key for the catalog UI title (e.g. presets.br-funai-tis-intersects.display_name). The frontend resolves the key against its i18n bundle at render time. Plain strings are accepted for non-localised callers. Optional.
Free-form tags for catalog filtering (e.g. preset, br, deforestation). Curated official presets carry the preset tag.
1 <= x <= 2147483647Catalog visibility. hidden (default) keeps the ruleset out of the public GET /v1/rulesets listing — admins see hidden rulesets by passing include_hidden=true. public exposes it to every authenticated caller.
public, hidden Response
Successful Response