Config (v1)

Update subject compatibility level

Update compatibility level, compatibility group, normalization, default metadata, and rule set for the specified subject. On success, echoes the original request back to the client.

put/config/{subject}

Path parameters

subjectstring required

Name of the subject

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.