Config (v1)

Update global compatibility level

Updates the global compatibility level, compatibility group, schema normalization, default metadata, and rule set. On success, echoes the original request back to the client.

put/config

Request body

aliasstring

If alias is specified, then this subject is an alias for the subject named by the alias. That means that any reference to this subject will be replaced by the alias.

normalizeboolean

If true, then schemas are automatically normalized when registered or when passed during lookups. This means that clients do not have to pass the "normalize" query parameter to have normalization occur.

compatibilitystring

Compatibility Level

compatibilityGroupstring

Only schemas that belong to the same compatibility group will be checked for compatibility.

Example request

{
  "compatibility": "FULL_TRANSITIVE"
}

Response

The original request.

Changes

No recorded changes to this endpoint across all 1 revision of this API.