OUTCOME · Create or advance
What changes
Creates one immutable DRAFT from the supplied base_configuration_version. Effective tenant state remains unchanged.
v2Tenant and brand management
/api/v2/admin/tenants/{tenant_uuid}/configuration-revisionsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use after reading current tenant detail when a complete desired tenant configuration is ready to retain as a new immutable DRAFT.
OUTCOME · Create or advance
Creates one immutable DRAFT from the supplied base_configuration_version. Effective tenant state remains unchanged.
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
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-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.
base_configuration_versionbodyRequiredinteger · ≥1Current published tenant configuration version. A stale value fails atomically with 409.Schema range: 0 to unboundedEXAMPLE3
change_summarybodyRequiredstring · 1–320Retained operator summary explaining why this complete revision is being proposed.EXAMPLERefresh production presentation configuration.
configurationbodyRequiredTenantConfigurationFull desired tenant configuration. Draft revisions are immutable; create another draft to make another change.EXAMPLE[object Object]
REQUEST
{
"base_configuration_version": 0,
"change_summary": "example-change-summary",
"configuration": {
"brand": "example-brand",
"domains": [
{
"hostname": "example-hostname",
"is_primary": true,
"purpose": "example-purpose",
"redirect_hostname": "example-redirect-hostname"
}
],
"entitlements": [
{
"capability_code": "example-capability-code",
"policy": "example-policy",
"status": "example-status"
}
],
"identity": {
"description": "example-description",
"environment": "example-environment",
"lifecycle_status": "example-lifecycle-status",
"name": "example-name",
"owner_workspace_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"parent_tenant_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"region_code": "example-region-code",
"symbol": "example-symbol",
"tenant_key": "example-tenant-key"
},
"settings": "example-settings"
}
}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 ↗