Publish Engine Version
Release the engine’s current saved config as a new immutable version, moving the validated change into live traffic.
Authorizations
API key with environment prefix. Use nx_test_... for sandbox and
nx_live_... for production. Obtain keys at
platform.usenexio.com/settings/api-keys.
Path Parameters
Engine identifier slug (e.g. default).
Body
Response
The released version: freshly minted, or the existing latest
release (already_released: true) when the saved config is
already released.
Two-tier major.minor identifier (e.g. 1.0, 1.3, 2.0).
^\d+\.\d+$When the version row was created.
Operator-supplied human-readable summary of what changed.
True only when this is a *.0 row AND a prior major ((major-1).*)
also exists for the same engine. The first-ever release of an
engine reports false.
Actor recorded at publish: a dashboard user ID for dashboard
publishes, api_key:<id> for API publishes. Omitted on
backfilled rows with no recorded actor.
Present and true on the idempotent no-op.
Comparator verdict for a fresh publish.
major, minor Breaking-change reasons when bump is major.