OUTCOME · Create or advance
What changes
Creates a new immutable DRAFT with lineage to the selected historical revision. Current effective configuration remains unchanged until a separate publication succeeds.
v2Tenant and brand management
/api/v2/admin/tenants/{tenant_uuid}/configuration-revisions/{revision_uuid}/reversionsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use after reading current state when historical configuration should be copied into a new governed DRAFT for inspection.
OUTCOME · Create or advance
Creates a new immutable DRAFT with lineage to the selected historical revision. Current effective configuration remains unchanged until a separate publication succeeds.
WHY IT MATTERS
ISOLATION + AUTHORITY
Platform administrator, tenant, domain, certificate, brand, navigation, feature declaration, entitlement source, configuration revision, review, publication, and application-domain authority remain distinct. A tenant configuration or entitlement cannot enable frozen trading controls, matching, prediction execution, ingress, publisher activity, market status, traffic, wallet signing, or settlement authority.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing admin:tenants:write authority.EXAMPLEBearer hc_live_…
tenant_uuidpathRequiredidentifierStable tenant uuid selecting the exact resource addressed by this route.EXAMPLEtenant-uuid-01
revision_uuidpathRequiredidentifierCanonical revision uuid. It selects the exact revision uuid addressed by this route.EXAMPLErevision-uuid-01
Idempotency-KeyheaderRequiredASCII string · 1–128Caller-generated stable key reused for retries of the same logical mutation.EXAMPLEpost-api-v2-admin-tenants-tenant-uuid-configuration-revisions-revision-uuid-reversions-request-001
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
Content-DigestheaderRequiredstringRFC 9530 sha-256 digest of the exact transmitted request-body bytes.
Signature-InputheaderRequiredstringRFC 9421 sig1 input covering @method, @path, content-digest, content-type, and idempotency-key, with created, expires, nonce, keyid, and alg=ed25519.
SignatureheaderRequiredstringRFC 9421 sig1 Ed25519 signature made by an active key registered to the bearer client.
change_summarybodyRequiredstring · 1–320Retained reason for copying the selected historical state into a new DRAFT.EXAMPLEPrepare restoration of the last verified configuration.
expected_configuration_versionbodyRequiredinteger · ≥1Current published tenant configuration version used to detect concurrent publication.Schema range: 0 to unboundedEXAMPLE9
REQUEST
{
"change_summary": "example-change-summary",
"expected_configuration_version": 0
}RESPONSES
{
"administrators": [
"example-administrator"
],
"assignment": "example-assignment",
"assignment_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"change_summary": "example-change-summary",
"changes": [
"example-change"
],
"configuration": "example-configuration",
"configuration_hash": "example-configuration-hash",
"configuration_version": 1,
"event_type": "example-event-type",
"replayed": true,
"revision": 1,
"revision_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"status": "example-status",
"tenant_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB"
}{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentialsOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗