v1

latestOpenAPI 3.0.2Apache 2.02026-07-174217115.5 KB
Config

Update the compatibility level for a subject.

Update the compatibility level for a subject. This setting overrides the global compatibility level for this subject.

put/config/{subject}

Path parameters

subjectstring required

Name of the subject.

Headers

X-Registry-GroupIdstring

Group id in Apicurio Registry.

Request body

compatibilitystring

New global compatibility level.

aliasstring

Alias subject name used for resolution.

normalizeboolean

Automatically normalize schemas when registering or comparing.

compatibilityGroupstring

Group name for compatibility scoping.

defaultMetadataobject

Default metadata to be applied during schema registration.

overrideMetadataobject

Overrides metadata values on schema registration.

defaultRuleSetobject

Default ruleset to apply during registration.

overrideRuleSetobject

Overrides schema-level ruleset if present.

Response

The updated configuration for the subject.

compatibilitystring

The compatibility level that was set.

normalizeboolean

Whether schemas are normalized during registration and lookups.

Example response

{
  "compatibility": "FULL"
}